all groups > sql server connect > october 2006 > threads for october 8 - 14, 2006
Filter by week: 1 2 3 4 5
"Cannot find server" error message
Posted by ronellison at 10/14/2006 11:58:02 AM
--
I have a problem, my internet connection seems to terminate with time. If I
reboot my computer my connection is re-established, after the computer sits
awhile, I'll get "cannot find server" again, strange. I was hoping someone
could help me? This doesn't seem to correlate with any part... more >>
Problem connection to Express Edition with C#
Posted by Frustrated at 10/13/2006 7:14:02 PM
I'm using .NET 2.0 and SQL Server 2005 Express Edition on WinXP SP2. I'm
using System.Data.SqlClient to connect to the server which is on the same
machine. The SQL Server service is set to log on as "Built-in account: Local
System" and the connection string I'm passing to the constructor is "D... more >>
Cannot see an instance with BrowseConnect or OSQL /L
Posted by Robinson at 10/13/2006 1:49:14 PM
Hi,
I have 3 instances of SQL server currently on my machine. The default
instance is MSDE 2000, I also have an SQL Express 2005 instance
\MACHINE\SQLEXPRESS and I have an instance of SQL Server 2000 Workgroup
Edition, named \MACHINE\WORKGROUP. When I execute SqlBrowseConnect or
"ListAl... more >>
Error connecting to Sybase Linked Server
Posted by Ziggy at 10/12/2006 11:58:02 AM
I am getting the following error when querying a linked server:
Msg 7403, Level 16, State 1, Line 3
The OLE DB provider "Sybase.ASEOLEDBProvider" has not been registered.
The query is as follows:
select * from syb_Link.Comp.dbo.Users... more >>
Connectiing to SQL 2005 from ASP Pages
Posted by Fred Chateau at 10/9/2006 10:34:51 PM
I am having difficulty connecting to SQL 2005 Express from ASP Pages.
My Web site is a mix of data driven ASP.NET 2.0 pages and some complicated
ASP pages which I have not had time to migrate. I recently copied all the my
data from SQL 2000 Server to SQL Express. My ASP.NET pages connect corr... more >>
Connection problem to SQL 2000 cluster
Posted by mdap at 10/9/2006 5:34:02 PM
Hello all! I have set up a SQL 2000 cluster and I have installed SQL 2000
Reporting Services on another server. Both servers are on the same IP subnet
(10.10.100.x/24) and both connected to the same network switch. I cannot
connect to port 1433 of the SQL cluster from the RS server. Howeve... more >>
SQL concect outiside domain
Posted by NazO at 10/9/2006 6:39:13 AM
Hello,
We have a IIS server running and this server is not part of the domain
on which the databaseserver resides. However, it is possibile to ping
the IIS-server from the databaseserver and vice versa.
I try to connect to the database with a trusted connection. What I have
so far:
set sCon... more >>
Connection Problem
Posted by sara at 10/9/2006 12:56:14 AM
Hi All,
I use the following code lines for connecting to SQL Server 2005 using
JDBC in Java:
Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
String connectionUrl =
"jdbc:sqlserver://SERVER;user=USER;databaseName=db;AuthenticationMethod=auto";
but I got the ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problem when connecting to a named sql 2000 instance
Posted by Cihat at 10/8/2006 11:35:02 PM
Hi,
I have a problem when connecting to a named sql 2000 instance . The instance
is running in a 2 node cluster configuration. The second instance on the
other node works fine.
When I try to connect with a client on another pc, the connection only works
when I set the correct (static) po... more >>
|