| Thread | Last Post | Replies |
|
| Linked server name | 30 Sep 2008 22:27 GMT | 5 |
I've created a linked server in SQL 2005 Studio to another SQL 2005 database on another machine. On the linked server setup page (general tab), I entered the IP address of the remote server in the Linked Server field. And for Server Type, selected
|
| Where to get JDBC Driver for SQL Server | 29 Sep 2008 21:19 GMT | 1 |
I have SQL SERVER 2000 Standard Edition databases. I want to access them from JDBC. My JDBC is on HP UNIX (but I can live with Windows 2000 as well). Where can I get JDBC Driver for it and some examples how to call SQL Server from JDBC?
|
| Remote connection to Database Engine | 29 Sep 2008 18:38 GMT | 1 |
I have W2K3 Server domain and Sql Server 2005. I can connect to the database engine from a machine witch IS NOT in the domain. But I cannot connect to the same database engine on the same server from a machine witch IS in the domain ???
|
| sql 2005 connectivity problem | 26 Sep 2008 17:11 GMT | 1 |
checked lots of things on using command at command promopt SQLCMD -S.\SQLEXPRESS getting below msg HResult 0xFFFFFFFF, Level 16, State 1
|
| how to wait for command execution ? | 26 Sep 2008 16:34 GMT | 4 |
I am using ODBC to execute restore query using c++. i.e: (RESTORE LOG <database name> FROM DISK = N'<location>' WITH FILE = 1,RECOVERY;")
|
| Remote connections problem | 26 Sep 2008 01:32 GMT | 2 |
Is it the same thing? Allow remote connections to SQL 2005 server , On firewall open UDT 1434 , or
|
| Remote Connection to SQL Database | 24 Sep 2008 19:46 GMT | 2 |
I am trying to allow remote connections to my SQL 2005 server from computers not joined to my domain. I have allowed local and remote connections in Surface Area Config and created a login that has been entered on the client machines in ODBC connections in Control Panel. Any ...
|
| Can't remove SQL native client ODBC connection | 23 Sep 2008 22:36 GMT | 1 |
I had SQL Server native client 10.0 installed on my system, then created an ODBC connection using it. I think the native client 10.0 came with SQL server 2008 beta. Now, I have uninstalled the SQL Server 2008 beta. I would like to remove
|
| Intermittent "access denied" problem with SQL Server Express 2005 | 23 Sep 2008 01:04 GMT | 9 |
We’re experiencing an intermittent connectivity problem with SQL Server Express. I can use some advice on eliminating the problem. We connect locally to a default (MSSQLSERVER) instance via SQL authentication using ADO across SQLOLEDB. This identical configuration has
|
| Could not open a connection to SQL Server [1231] | 22 Sep 2008 17:14 GMT | 3 |
I have SQL Server 2005 Express on my laptop so I can run certain programs without being connected to our network. I have the ODBC set to the laptops SQL Server Express databases. I use this to work on Reporting Services and check for data entry errors.
|
| Named Pipes provider error | 19 Sep 2008 22:31 GMT | 1 |
could someone please help me? I have a notebook with Windows XP SP 2 and I installed SQLServer Express 2005. I'm developing a web site using ASP.NET and I'd like to enable caching with SQL support.
|
| Visual Studion 2008 SP1 can not connect to sql 2008 | 15 Sep 2008 07:17 GMT | 3 |
have a fresh new install of VS2008 on Vista 64Bit and SQL management studio. I manage to connect to the sql 2008 from within the management studio but when I am not able to create a database connection from within VS 2008. When I launch the wizard in VS, click the "server name" ...
|
| local connection to SQL2005 Enterprise on a Windows Server 2008? | 13 Sep 2008 23:01 GMT | 4 |
I'm trying to connect locally to my SQL Server 2005 Enterprise from OS Windows Server 2008, but it doesnt work. Ive searched on the internet what the problem could be and i found out that i needed to set some settings in SQL Server 2005 Surface Area Configuration. But when i ...
|
| Rename SQL Server 2000 network name | 12 Sep 2008 17:23 GMT | 2 |
I need to rename the host box for a SQL Server 2000 installation (no named instances). Can I just stop SQL Server, change the network name, reboot the box and have the default instance of SQL Server come up and be accessable without any
|
| Remote Connection to SQL Server 2008 | 11 Sep 2008 18:05 GMT | 2 |
Remote connections seem to be quite a complex issue judging from the voluminous discussions on it. I have been trying to get an ODBC connection to a remote SQL Server 2008 without success. I have examined the error logs, used sqlcmd -L, used pipes, including stepwise ...
|