| Thread | Last Post | Replies |
|
| Reality of remote connection | 11 Oct 2004 02:41 GMT | 5 |
I'm trying to connect to my sql database across the internet from a C# application. I am attempting to login using the administrator account that has been added to the SQL server database and given all the roles. The auth mode is mixed (it was windows, but I changed it to mixed ...
|
| Attach/Detach database | 10 Oct 2004 17:45 GMT | 2 |
I need to copy my SQL Server 2000 database from my development machine to the server of one of the client. By using Enterprise Manager I was going to detach db from my server, create a database with the same name on a new server, detach it, replace files on the new server with my ...
|
| "network name is no longer available" | 09 Oct 2004 00:26 GMT | 3 |
I'm having a problem with backing up SQL to a network share, often I would get the "network name is no longer available". Sometimes it works and sometimes it doesn't. During the backup, both servers - source and destination are at minimal cpu , memory and network utilization. ...
|
| JDBC Driver for SQLServer 7 | 08 Oct 2004 22:21 GMT | 1 |
Is there a JDBC Driver for SQLServer 7 available?
|
| MS JDBC sp3 problem : Connection reset by peer: socket write error | 08 Oct 2004 21:43 GMT | 2 |
Have testet the new JDBC sp3 from MS, and is now getting the following errors, which I have not seen with older versions (sp1 + sp2). java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Connection reset by peer: socket write error
|
| NULL VALUES | 08 Oct 2004 14:06 GMT | 3 |
how do I test if a certain field in a resultset has a null value. I tried the following: if (r.getString("field") == null) { }
|
| SQL Connection stops working all of a sudden | 08 Oct 2004 13:49 GMT | 2 |
Good Day, Windows Server 2003 accessing SQL 2000 on another server in the network: SQL Server is running great! Windows 2003 is running great! However, every day, sometimes twice a day, the connection from ASP and ODBC to the SQL
|
| Telnet to IP on 1433 | 08 Oct 2004 13:48 GMT | 4 |
I've had some problems connecting remotely to my named instance of SQL Server, so I started some usual troubleshooting. My original problem was that I can run EM locally without problems, but not remotely. After the usual checks I could think of I am down to this peculiar
|
| java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC] | 07 Oct 2004 21:55 GMT | 1 |
Any clues why this exception is being reported when a weblogic ejb tries to execute a stored procedure on the MS SQL servers? java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Broken pipe at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown
|
| name pipe VS tcpip | 07 Oct 2004 15:03 GMT | 1 |
I found that I can only use name pipe to connect to the sql server. When I use tcpip, it fails to connect. I am sure I have enabled the TCP/IP protocol in SQL server What causes it?
|
| How to detect that the sql server already lost the connection? | 07 Oct 2004 14:33 GMT | 1 |
Sometimes when i use my application but suddenly the sql server disconnected and i find out that my query become very slow. Can i check with you, how to detect the connection
|
| No connection to local SQL Server when no network connection | 07 Oct 2004 12:57 GMT | 2 |
We are using Windows XP, ADO.NET in our application (programming language: C#), MS SQL Server 2000. The computer is a SONY notebook.
|
| ODBC Bug in SQL Server 8? | 07 Oct 2004 09:25 GMT | 4 |
If I prepare the following statement: SELECT zA."ID" AS fA_A , zA."IDFirma" AS fA_B , zA."Name" AS fA_C
|
| Problem Connecting to MSSQL2000 from VB6 via ODBC | 07 Oct 2004 00:53 GMT | 1 |
Please can somebody help me. I am developing a VB6 application connecting to a SQL Server 2000 database, which at the moment is on my local machine.
|
| Connection to an iSeries (AS/400) DB | 07 Oct 2004 00:48 GMT | 1 |
Can someone tell me if there is a way to link an MS SQL Database to a table on an iSeries server? There's some data I would like to read from a DB2 server, but I'm not sure how to access it through a Windows 2000 system. Can MS SQL Server link tables like MS Access?
|