Archived Months
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 connect > september 2003 > threads for september 15 - 21, 2003

Filter by week: 1 2 3 4 5

How to Read More Than 255 Char Varchar
Posted by Nguyen at 9/21/2003 7:08:36 PM
SQL Server 2000 is supposed to support up to 8K varchar data type, but if I use ODBC to connect to database, I can only retrieve 255 characters. How to retrieve more than 255 chars? ...more >>

Regarding connecting remote database
Posted by Gowrisankar at 9/20/2003 11:34:26 PM
my sql server database is in remote place. how to create a instance of remote server database from my local machine. i want to access all of my tables which are available at remote sql server database. ...more >>

Number of Databases
Posted by Mark Jones at 9/20/2003 6:09:41 PM
I have started administrating a system that has 44 databases running on the same server. That is 44 user databases. This is running under NT4 SP 6a and SQL 7 SP3 I am sure that SQL was not meant to support this number of databases on the same server but unable to find any documentation to s...more >>

Import / Link AS/400 data using IBM OLEDB provider
Posted by Sriram N A at 9/20/2003 1:48:00 PM
I'm attempting to set up a table on SQL Server 2000 for analysis, using source data from an AS/400 server and the IBM AS400 OLEDB Provider which is installed with the Client Access Express product. If I use the DTS Import/Export wizard, the data preview for the "Copy tables(s) and views(s) fro...more >>

Exchange AutoDL - How to create a connection on the Server?
Posted by wdsnews at 9/20/2003 12:36:55 PM
This is my first SQL project. I'm attempting to run AutoDL's setupdb.bat from the Exchange 2K Resource Kit. It tells me that I've failed to make a connection. The script is running on the server where SQL 2K lives. What do I need to do to establish a connection? ...more >>

sql enterprise manager cannot find server
Posted by Adele at 9/19/2003 5:51:13 PM
I installed sql server 6.5 on Windows 2000 server. I opened sql enterprise manager to register a new server locally. It said the server couldn't be connected. I cannot find any active server in enterprise manager. I am sure sql service manager shows this server's ms sql server, msdtc, and ...more >>

MS Access Project Problem
Posted by andy18 at 9/19/2003 12:48:10 PM
Hi, I have connected to the SQL server database using the Access Project but I am not able to add in rows to exisiting tables when I open up the tables for editing.No empty rows shows up at the end of the table to allow me to do so. It works fine for new table setup.I am able to add in data f...more >>

SQL combine beginner question
Posted by CD at 9/19/2003 12:02:21 PM
how do I combine 3 columns within the same table. for instance firstname, lastname, middlename all into one field ...more >>



Which port to use for another instance of SQL
Posted by Crystal at 9/19/2003 9:58:28 AM
I need to install another instance of SQL. The manual for the program I am installing tells me that if there is already another instance there, that I cannot use port 1433. What other port would, should I use?...more >>

System.Data.SqlClient.SqlException: SQL Server does not exist or access denied.
Posted by Skip Borland at 9/19/2003 12:53:41 AM
Hi. I'm running the same ASP.NET code on the same IIS box in two different virtual directories, but against two different SQL servers. We upgraded the SQL servers to SQL SP3 and I now cannot connect to one of them. I'm not convinced it is a client issue as, as I mentioned previously, I'm running...more >>

Connecting to database
Posted by Goldy at 9/18/2003 11:11:38 PM
Hi i want to connect to the mssql7.0 database with this asp script dim strConn strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/../../mssql7/data/stage_data.mdf") dim adoCn dim strSQL set adoCn = Server.CreateObject("ADODB.Connection") adoCn.Open strConn di...more >>

removing sql
Posted by mike young at 9/18/2003 3:26:08 PM
how do i remove sql from my win2k server in prep for a fresh install of mssql? ...more >>

Win 2003, SQL Enterprise, cannot connect with client
Posted by Sharon at 9/18/2003 2:03:35 PM
I've seen similar postings with no solution, so I'll post again.... Windows 2003 server, default instance of SQL Enterprise edition. Client has utilities from SQL Server Standard edition. (MY Win 2000 server has Standard edition. I am merely helping out another division in getting th...more >>

Trusted Server Connection between Access and MS SQL
Posted by bdaltilio NO[at]SPAM yahoo.com at 9/18/2003 11:47:55 AM
I have an Access 2000 DB that has an ODBC connection to a SQL 6.5 Server. The server is runing in Mixed Mode (SQL Authentication and NT Authentication). I can open the ODBC connections if I use SQL authentication (my SQL username and password). I cannot use a trusted connection to open the Ac...more >>

Database merging
Posted by Carey Cole at 9/18/2003 11:34:41 AM
I have several different databases, including a single Thorough-Bred database, an old My SQL and a new My SQL database. My question is this, can I merge all these into one single database or is there a way to front all five data bases with some type of gateway that somehow downloads every...more >>

mssql server
Posted by mike young at 9/18/2003 5:39:35 AM
howdy, running two servers running win2k server. the newer one just has sharepoint team services installed and runs with mssql server. everything runs just fine. tried to install sharepoint in the older one. apparently, it has a sql server that is not ms? sharepoint does not run. can i...more >>

Cannot Connect to Server
Posted by Derek V. Taylor at 9/17/2003 7:01:14 PM
I have just created a new SQL server instance on Windows 2003 server. I can open databases using interprise manager on the local machine but when I try to connect using the enterprise manager from another machine I get the error message: "A connection could not be established to [server]...more >>

Connecting to SQL using a trusted connection
Posted by Leo at 9/17/2003 2:41:53 PM
Hi all, I am using a SQL server account to connect to a sql database from an asp page, but I want to use Windows Authentication only, not mixed mode. How do I go about setting that up? I have tried the oledb string that uses a trusted connection, but some of the people that will access th...more >>

Very Very Urgent
Posted by Nitin Dixit at 9/17/2003 1:36:08 PM
Hi , I am facing a problem with the connection to a remote SQL Server 2000 (Developer Edition). The error thrown is "Sql server does not exist or access denied ConnectionOpen(Connect())" I used to get this error earlier also but then i formatted my machine and it started working. Today i i...more >>

Trusted connection to SQL server
Posted by Leo at 9/17/2003 12:24:22 PM
Hi all. I am running a SQL server in Mixed mode at this point, but I'd like to change it to Windows authentication. The problem I am having is that there's an ASP application front end that users use to access the SQL database. I use a OLEDB string to connect to the database through an acc...more >>

ASP Transaction Problem
Posted by Steve Roszko at 9/17/2003 12:04:30 PM
ERROR: New transaction cannot enlist in the specified transaction coordinator I have 2 webservers, a development and live server. Several SQL 2000 Servers. All in the same domain. On the dev server the code runs fine so I'm pretty sure the SQL servers are setup properly. The live serv...more >>

Unable to connect - randomly
Posted by paramount_98 NO[at]SPAM hotmail.com at 9/17/2003 8:23:36 AM
My production web server runs fine for hours or even days, and then all of a sudden throws the error [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied. .... when trying to connect to the database. As soon as I reboot the database and web server, all is...more >>

Moving the Transaction log
Posted by On the Move at 9/17/2003 5:43:43 AM
I need to move the Transaction Log to another disk aray, what's the best way to do this??? Thanks.....more >>

using the KILL command
Posted by shaab.mohagir NO[at]SPAM bonbon.net at 9/17/2003 5:37:52 AM
Hello, I have an application running on IIS and it always leaves connections unclosed for days. Using sp_who I can tell the spid of the connection, the last batch and the command, eg. (73 09/11 13:34:14 AWAITING COMMAND) Now, according to MS i can not kill a processes with cmd = AWAITING C...more >>

No records in syslogins
Posted by Nirupam at 9/17/2003 2:34:00 AM
How to connect into a SQL 2000 server which has no records in master..syslogins table? TIA...more >>

Simple Authentication Question
Posted by Allan at 9/16/2003 7:03:35 PM
Hi, I have a web server that I'm trying to use to connect to a SQL Server. If I try to create an ODBC DSN to the SQL machine, I get SQL Server Error: 1326. If I open network neighborhood on the web server and browse to the sql server machine, it prompts me for a username/password to...more >>

ASP SQL Server slow connection
Posted by John Davis at 9/16/2003 2:14:38 PM
I just migrated the database and web pages from one machine to another machine. The speed of the original web pages are faster than the current one. I think there is no problem on the web pages, but maybe the setting problem in IIS or SQL Server I wonder if anything to do on IIS or SQL Server ...more >>

Invalid Authorization Specification
Posted by Jim Anthony at 9/16/2003 12:19:16 PM
We're getting an OLE DB Provider for SQL Server error '80004005' Invalid Authorization Specification error from an ASP page that works perfectly on Windows 2000 Server or Professional. The only difference is that we use Windows Server 2003. We have applied the SP3a on SQL Server 2000. Th...more >>

service does not start due to long failure
Posted by Bruce at 9/16/2003 11:12:19 AM
I have installed SQL 2000 on an XP machine. The service runs fine for a while (a couple of days) and then locks me out giving me a login failure. I uninstalled SQL and reinstalled, worked for a while and then locked me out. I then tried this on a Win 2000 machine, same problem. What gi...more >>

sp_attach_db
Posted by Joe Messerli at 9/16/2003 8:38:00 AM
I'm trying to attach a database and get the following error. Any ideas? EXEC sp_attach_db @dbname = 'ZytaxPilot', @filename1 = 'c:\data\ZytaxPilot_data.mdf', @filename2 = 'c:\data\ZytaxPilot_log.ldf' ERROR #:-2147217900 Description: [Microsoft][ODBC SQL Server Driver][SQL Server]The he...more >>

sql7 memory blows ..not freeing memory..?
Posted by ilan at 9/16/2003 12:13:29 AM
We are using sql7 + sp3 on sbs 2000 on Pentium 2 processor + 2 gb ram Between 20 to 30 stations are connecting to the sql and using it. It seems that the memory blows and bigger every time and in spite of the stains disconnecting still the memory is not smaller.. after a while the ...more >>

error in connecting
Posted by jalandhar at 9/15/2003 10:26:05 PM
Error Message: Error opening connection: -2147467259 - [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied. ...more >>

Connection error message: SQL Server does not exist or access denied
Posted by John Davis at 9/15/2003 8:13:46 PM
When I try to connect to a remote SQL Server 2000, it has connection error message saying " SQL Server does not exist or access denied." It doesn't matter if I use Query Analyzer, or DTS, it just doesn't work. That computer is not behind the firewall. I have no idea what's going on. please ...more >>

Query string for connecting to an instance
Posted by Waren Sappe at 9/15/2003 4:51:55 PM
I have an instance of an SQL server called servername\instancename. How do I pass it to connect to a SQL server from an ASPX page. The successful string without instance for a server called "servername" is as follows Dim ConnectionString As String = "server=servername;database=Northwin...more >>

Exchange AutoDL - Login failed for user Reason Not associated with a trusted SQL Server connection
Posted by wdsnews at 9/15/2003 2:41:52 PM
Let me start by saying this is my first SQL oriented project and I don't have a clue what I'm doing. How do I resolve a Login Failed error? I'm attempting to use AutoDL from the Exchange Resource kit. Upon running the "setupdb.bat" script, I see this error in the log file: Login failed fo...more >>

Perl Connectivity
Posted by Adam Roy at 9/15/2003 7:09:04 AM
Hi All, I just set up a SQL 2000 personal server for one of my web development guys. I installed ActiveState active perl on the machine as well as IIS. He wants to be able to connect to the SQL server and modify tables using PERL scripts. I also set up a DSN for him and that DSN when I ...more >>

MS SQL 6.5 Connectivity Problems
Posted by Malaina at 9/15/2003 12:29:53 AM
Over the weekend we applied the following NT 4.0 Server SP6a patches on our NT Servers one of them is running MS SQL 6.5 SP4: MS02-050: Q329115 MS03-001: Q810833 MS03-008: Q814078 MS03-011: Q816093 MS03-013: Q811493 MS03-023: Q823559 MS03-026: Q823980 MS03-030: Q819696 and the follo...more >>


DevelopmentNow Blog