Groups | Blog | Home


Archived Months
March 2003
May 2003
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007


all groups > sql server clients > january 2006

Creating ODBC link within SELECT statement
Posted by Preacher Man at 1/30/2006 4:43:57 PM
Is this possible. To explain myself, here is my situation. I created an Excel Spreadsheet that uses an ODBC link to a SQL database. In order for anyone to use this file on their PC, that same ODBC link must be setup. Is their some code I can use within a Select Statement that will allow me...more >>

Views Show Up in SQL Server Tables List
Posted by MarkGsch at 1/30/2006 10:23:27 AM
How do I get them out ? Thanks....more >>

Weird copy/paste behavior/bug in Enterprise Manager?
Posted by slapdash at 1/30/2006 8:26:00 AM
I've known for some time that if I go to a "Tables" view in a database, click on a table or tables, and copy, I can then paste into Query Analyzer or Notepad, and it will paste a SQL definition of the table(s) I copied. Or so I thought... Today, after highlighting and copying, I accidentally...more >>

Named instance connection problem
Posted by Peter Lecki at 1/24/2006 5:46:19 PM
Have an MSDE named instance which works just fine. Just installed another instance of the same and can only connect to it using OSQL locally, nothing across the network. I made sure to use all the gotcha flags during install to enable network access, etc: setup.exe DISABLENETWORKPROTOCOLS=0 ...more >>

SQL Server named instance problem with Windows Server 2003
Posted by Soheil at 1/24/2006 12:00:00 AM
Hi, I have installed SQL Server 2000 on a Windows Server 2003 machine with an instance name of "TestDB". But I cannot connect to this instance from another machines. It doen't even show up in the Enterprise Manager's "Register SQL Server" window. But if I use the default instance, it wor...more >>

How to change server name in SQL2K ?
Posted by msnews.microsoft.com at 1/24/2006 12:00:00 AM
For some reason I had to change server name. I also created new registration in Enterprise Manager. When I try to retreive data, it still looking for my old server name. Where else should I change the server name . ? Thanks ...more >>

Output !
Posted by Rogers at 1/23/2006 2:00:54 PM
I have a colunms which contain all the numeric data I want to change the format in the runtime like 145263 that should be like 145,263. Is there any way to do through sql query? Thanks ...more >>

Linking Excel and SQL
Posted by Preacher Man at 1/23/2006 10:25:23 AM
I would like to link an Excel Spreadsheet to my SQL 2K Database. Where do I need to start? For example. I would like to have a cell in Excel that gives me the sum of Sales Orders in my SQL Database. I would also like for this to be able to change according to a date field in excel that c...more >>



SQL Server 2005 Express Native client driver
Posted by mjn at 1/22/2006 7:58:16 PM
Am trying to connect to a db created in SQL Server 2005 Express by using the native client drivers but get an error message that connection fails due to server not allowing remote connections. Am trying this by using Powerdesigner 11. I can connect using the Management Studio Express client an...more >>

Converting MS-Access to MS-SQL Server
Posted by Jack at 1/21/2006 5:45:02 PM
Hello all, I got a application which is developed using VB6.0 as front end and MS-Access as backend. Now i would like to change the database from MS-Access to MS-SQLserver. How do I change the databse from MS-Access to MS-SQLServer? Regards Jack...more >>

rsprintclient installation woes
Posted by Rob_C at 1/18/2006 9:20:41 AM
Hello, Thanks in advance for any help/comments... I am trying to deploy the rsprintclient in a locked down environment. The end users do not have admin privs and thus cannot download and install the ActiveX print client. I have tried to copy the contents of the RSClientPrint.cab to the...more >>

creating server alias without Client Tools installed?
Posted by geek-y-guy at 1/18/2006 6:38:07 AM
Hi All: What is the MDAC application that allows you to create server aliases if you don't have Client Tools installed? ...more >>

Connect SQL Server 2005 through SQL-DMO
Posted by Jose Antonio at 1/18/2006 3:51:05 AM
Hi, I have installed in one computer a named instance of SQL Server 2005 Developer Edition. In that computer there is also a SQL Server 2000 instance, which is the default. For SQL Server 2005 I have allowed local and remote connections through TCP/IP. The SQL Browser service is active too....more >>

Connection pooling & transaction context
Posted by samsøe at 1/17/2006 1:16:05 PM
I have been using connection pooling in a midle tier application with a very good result. But I've always wondered what it means - when several articles mention that the provider will divide the pool into subpools so to speak based on transaction context among other things. What exactly does ...more >>

Users Role
Posted by Rogers at 1/17/2006 10:41:02 AM
I want to findout the users and its role in specific database like that user has db_owner rights, I want one query that I can execute in the Query Analyzer and findout the role. Thanks ...more >>

Is there any way ?
Posted by Rogers at 1/17/2006 9:58:15 AM
Is there any way I can findout the password of any database users ? I forgot the password of that user and I don't wanna change becauase that password is using in so many applications, I would appreciate if any one can let me know. Thanks ...more >>

Accessing server
Posted by Jack at 1/15/2006 6:17:02 AM
Hello all, Can anyone here help me to solve the following problem? I have developed an application with vb6.0 as front end and ms sqlserver as back end. I have already made .exe and now i want to use my application over the network. I tried making a shortcut on the client pc from the main pc...more >>

Quickest Way
Posted by Rogers at 1/13/2006 5:42:04 PM
Dear Professionals, One quick question, what is the quickest way to copy the all the database from one server to another including database logins and jobs and every thing.. Thanks ...more >>

Access ADP support SQLExp205
Posted by ecyyn at 1/11/2006 8:30:02 PM
Is there anyone who have an idea when Access ADP (2003) would support SQLExp 2005? Is there any download to make them work together? Pls help, many thanks....more >>

Access and SQL
Posted by Scott T at 1/10/2006 1:10:02 PM
I have an access database that is currently at the 2GB limit that I would like to convert to SQL. I used DTS to load the database into SQL and created an .adp project in Access to get at it. The problem occurs when I try and open the .adp project it kills whatever PC I am on because it loads t...more >>

Log Shipping - Error
Posted by Gabe Matteson at 1/9/2006 3:26:37 PM
I have two servers, the sql agent service on both servers are running under a domain account - rrg-sqlagent which is an administrator on both servers. The initialization of the database works but 15 minutes later when the the log shipping starts to occur i recieve the following errors. does an...more >>

Redistribute Client connectivity components SQL 2005
Posted by Clarkie at 1/9/2006 10:03:23 AM
Hello! I have a client app that will connect to SQL Server 2005/Analysis Services. I have an installation program that is supposed to deploy the app. I guess I need to include SQL 2005 drivers in the setup package.But I can't find a stand-alone, redistributable version of them. Where are ...more >>

login failed db-library network
Posted by KAI Network Admin at 1/9/2006 9:42:06 AM
I am getting this error when loggin in to our application connecting only to a specific server. We were experiencing some "db connection or not enabled errors" previously and to solve the problem I installed the SQL Client Network Ulitities and setup the TCP/IP protocol with the remote SQL se...more >>

¿what_do_i_need_to_install?
Posted by mbalderas at 1/6/2006 10:55:03 AM
I've got SQL server 2005 enterprise, and my server is gonna be a WinServer2003... and one of my clients it's gonna be a WinXP Professional.... ¿what do i need to install in the client ? because the installation, gives you to choose .Server components, tools, samples, ..... ....more >>

Locking while updating
Posted by niel at 1/5/2006 4:58:54 PM
We are currently using VB to create order numbers. Each user requests an order number as and when required. The problem is that the next in the sequence seems to be allocated on the odd occasion to more than one user. This being due to the requests coming at almost the same time but not as yet...more >>

Diagram Editor
Posted by Ian Frawley at 1/4/2006 10:26:00 AM
This is a rather weird one if anyone can help. I create a new diagram on my machine through Enterprise Manager ver 8 then go to another machine modify the diagram with EM ver 8 and save it. When I re-open the diagram on my machine there are no tables in it. Anyone know of any issues relati...more >>

REPLACE ALL
Posted by Preacher Man at 1/3/2006 8:54:09 AM
What is the SQL equivalent to a REPLACE ALL command in VFP? I found this in the help section: SELECT REPLACE('abcdefghicde','cde','xxx') GO Is this the full syntax and where would I use this command, I tried in the EM but it doesn't seem to work. ...more >>

Weird One
Posted by John Smith at 1/2/2006 10:54:31 PM
Given a single table: tblAddresses,=20 with records Counted at 800,000 and very clean, and with these column definitions, inAddress_PSK INTEGER IDENTITY PK (1,1) (No Nulls, No Doops, PK) vchAddressLineA VARCHAR(30) (Not Null Doops OK) vchAddressLineB VARCHAR(20) (Nulls OK,...more >>


DevelopmentNow Blog