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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|