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 > october 2004 > threads for october 29 - 31, 2004

Filter by week: 1 2 3 4 5

SqlServer does not exist...
Posted by bruce lawson at 10/31/2004 10:58:09 PM
Hi, Newbie here. I'm trying to connect in Visual C# to the Northwind database using ADO: SqlConnection conn = new SqlConnection(@"DataSource=localhost; Initial Catalog=Northwind"); The password and user id were left blank in setup so I assume I shouldn't have to enter anything there. I've als...more >>


Dumb Date Format Question
Posted by Matthew at 10/29/2004 5:12:24 PM
I want the following query to result in "2004/10". SELECT DATEPART(yyyy, datein) & '/' & DATEPART(mm, datein) AS theDate From myTable However, I get the error: Syntax error converting the varchar value '/' to a column of data type int. Is there a better way to do this? Also, I realize ...more >>

MSDE 2000 error
Posted by SqlJunkies User at 10/29/2004 2:27:13 PM
1. Am i right in assumeing MSDE 2000 and SQL Server 2000 Desktop engine Release A are the same. 2. Only people who have old MSDE shld install MSDE 2000 sp3 or sp3a, does that also mean for fresh insallation MSDE 2000 sp3 is enough.Frankly, at this stage I dont remember which file I downloaded...more >>

First Connection to SQL Server 2000 is slow (takes 15 seconds)
Posted by AdvanTouch at 10/29/2004 8:34:03 AM
I have a client machine running VS.Net 2003, using TCP/IP to connect to a server running SQL Server 2000 Developer. The first time I connect to the server it always takes 15 seconds. Subsequent work on the server is very quick but that first 15 seconds is extremely painful. It doesn’t mater ...more >>

First Connection to SQL Server 2000 is slow (takes 15 seconds)
Posted by AdvanTouch at 10/29/2004 8:34:01 AM
I have a client machine running VS.Net 2003, using TCP/IP to connect to a server running SQL Server 2000 Developer. The first time I connect to the server it always takes 15 seconds. Subsequent work on the server is very quick but that first 15 seconds is extremely painful. It doesn’t mater ...more >>

First Connection to SQL Server 2000 is slow (takes 15 seconds)
Posted by AdvanTouch at 10/29/2004 8:30:01 AM
I have a client machine running VS.Net 2003, using TCP/IP to connect to a server running SQL Server 2000 Developer. The first time I connect to the server it always takes 15 seconds. Subsequent work on the server is very quick but that first 15 seconds is extremely painful. It doesn’t mater ...more >>

HOW to connect SQL Server in another LAN Network
Posted by Lalit at 10/29/2004 5:32:02 AM
Hi Friends, I have two LAN networks, having different IP Address classes(say one network is 101.12.12.x and other is 102.12.11.x). These LAn Networs are connected by the Internet connection. At both the networks routers are configured and at the Gateway Firewall Port 1433 is opened. Ho...more >>

SQL 2005 B2 Connection Error. (Shared Memory Provider: The specified module could not be found.)
Posted by subsnews NO[at]SPAM impalamedia.com at 10/29/2004 1:06:32 AM
Hi, I'm trying to connect to SQL 2005 using standard sql user login on an ASP.NET 2.0 site. I get a Shared Memory provider error. Shared memory provider is enabled. I have tried disabling, but to no avail. Connection string looks like this: Password=***???**;Persist Security Info=True;User...more >>




DevelopmentNow Blog