| Thread | Last Post | Replies |
|
| Can't connect using 'localhost' but '127.0.0.1' works | 12 Jan 2006 20:33 GMT | 1 |
I'm trying to connect to SQL Server using the string 'localhost', but I always get a timeout error using either Query Analyzer or ADO. But if I change the string to 127.0.0.1, it works. A 'nslookup localhost' returns 127.0.0.1. If I run 'telnet localhost
|
| can i use setString() for a text type column in the prepareStateme | 12 Jan 2006 16:07 GMT | 1 |
can i use setString() for a text type column in the prepareStatement sql?Like this: create table cmm(test text); PreparedStatement pstmt = null;
|
| error establishing socket error | 12 Jan 2006 15:26 GMT | 1 |
import java.sql.*; public class SqlTest { public SqlTest() throws Exception
|
| Possible to Use Windows Authentication on Peer to Peer Network? | 12 Jan 2006 09:57 GMT | 1 |
Is there a way to use Windows Authentication to log on to an SQL server instance accross a peer to peer network without a Domain?
|
| remote connnect MSSQL 2005 express | 12 Jan 2006 01:35 GMT | 2 |
Can we remote connect MSSQL 2005 express with IP address? If can how to done it? With regards, Goh
|
| SQL 2005 - Can't make a new database project | 11 Jan 2006 16:03 GMT | 2 |
Trying to make a new database project using VS2005 pro and SQL2005 dev (in my local machine), I get the following error and the project can't be made: "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be ...
|
| Slow connection to SQL2005 on just one machine | 11 Jan 2006 02:28 GMT | 3 |
I have 2 SQL Server 2005 machines each with a .NET2 web app. Machine #1 is Windows XP Machine #2 is Windows 2003 When I use EM on Machine #1 to connect to both instances everything is fine
|
| Possible Type Conversion Defect | 10 Jan 2006 23:57 GMT | 8 |
Seem to be getting these consistantly in certain portions of our application. Works fine with the older JDBC driver (2000) but under the 2005 driver we see.... com.microsoft.sqlserver.jdbc.SQLServerException: Unsupported conversion from
|
| Driver.getPropertyInfo() returns inconsistent array | 10 Jan 2006 23:09 GMT | 4 |
We are testingn our DbVisualizer tool with: Microsoft SQL Server 2005 JDBC Driver - Beta 2 Version: 1.0.419.102 The problem is that Driver.getPropertyInfo() method seems to return
|
| Error when comparing against empty string using JDBC 2005 Beta 2 | 10 Jan 2006 23:04 GMT | 5 |
I am having a problem with JDBC 2005 Beta when comparing against an empty string. tate : S1093 Message: Index out of range1 Valid range is 1 to 0
|
| When is RTM version of SQL Server 20005 JDBC Driver being released | 10 Jan 2006 20:22 GMT | 3 |
Does anyone know when Microsoft is planning to release the RTM version of their SQL Server 2005 driver? The link at http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/jdbc.mspx is only for the beta2 version
|
| MSDTC | 10 Jan 2006 19:26 GMT | 2 |
We just upgraded from SQL 2000 to SQL 2005. To do so we had to uninstall SQL and install 2005 from scratch. The problem now is we get this error: Msg 3910, Level 16, State 2, Line 1
|
| SQL 2005 client connectivity - Framework | 10 Jan 2006 18:21 GMT | 1 |
Does a client that connect to an SQL 2005 analysis services always need .NET framework 2.0 installed? Regards Clarkie
|
| SQL Agent cannot start | 10 Jan 2006 16:23 GMT | 1 |
I have a Window 2003 SBS with SQL installed (SQL 2000 includet in SBS). Everything worked fine for a long time, but now the SQL server starts but the SQL agent doesn't start even manually. When I try to start the agent it is trying to connect but it doesn't. In the log it says ...
|
| Trigger running Insert on a Linked Server - HELP | 10 Jan 2006 07:19 GMT | 3 |
I have two DataBases on different SQL2000servers, I have linked them both, and what I want is, when a record is created on one DB it must create the same record on the other DB. If the DB's are on the same server the trigger works fine, but when they are on different ...
|