| Thread | Last Post | Replies |
|
| SQL Server Does Not Exist or Access Denied | 29 Apr 2005 22:34 GMT | 4 |
I'm a newbie to SQL server. I've got my development environment up an running just fine. I'm creating a web application that accesses some of my own web services to interact with the SQL Server database. Everything works fine "WHEN" I have my laptop hooked up to the internet. If ...
|
| Named Instance not Displaying --- Only Server Name | 29 Apr 2005 16:10 GMT | 2 |
I have a Dell Latitude D505 running a fresh copy of XP SP2. I am trying to create an ODBC System DSN to our SQL 2k server. The SQL Server has about 6 instances installed on it. When I pull down the drop down box to select a server, only the server name exists, but none of the ...
|
| WinXP event 19011 (Supersocket error 1355) | 29 Apr 2005 07:33 GMT | 1 |
I have a WinXP Pro system with Visual Studio .NET 2003 installed, with MSSQLServer running. Events log contains various successful messages but also a warning message: event ID 19011, description 'Supersocket info: (SpnRegister): Error 1355'. The Help and Support Center has no ...
|
| Successful connection with invalid UserId | 29 Apr 2005 02:00 GMT | 1 |
In my application , the connection to SQLServer is established through a DSN name, UserId and Password(both UsrId and Password are non empty) . The "SQLConnect" function is used for this purpose. The problem is that the connection to the Database is success when I give
|
| Cannot connect to Local after change domain password | 28 Apr 2005 21:18 GMT | 1 |
I have a Developer copy of Sql Server on my XP workstation, which I use to access the Domain server's Sql Data and a local (name of my workstation) set of practice data in a seperate sql server registration. If I change my password on the domain, I can no longer connect to the ...
|
| linked server | 27 Apr 2005 20:45 GMT | 1 |
I met a problem in linked server is that I have 2 sql servers A & B, I create linked servers from A to B and from B to A. When accessing in A, I can retrieve records from B through linked server, but when reverse, cannot access.
|
| timeout expired | 26 Apr 2005 21:08 GMT | 2 |
I am trying to connect from win2000 server to xp machine after 6 to 7 seconds prompting timeout.can any one help. Pardhi
|
| Can't start a cloned connection while in manual transaction mode. | 26 Apr 2005 19:32 GMT | 2 |
I got this error recently using SQL Server, and I found a microsoft site which gives a solution by setting the SelectMethod property to Cursor but I don't understand why. We've run this app before with no problems, yet now all of a sudden we need to customize the URL string of ...
|
| MS Access Linked Tables under SQL 2005 x64? | 25 Apr 2005 21:58 GMT | 1 |
I am running the 64-bit x64 version April CTP SQL Server 2005 under Windows 2003 Server x64 Edition. I am trying to create a Linked Server to a Microsoft Access database, it does not show the Microsoft.Jet.OLEDB.4.0 as one of the available providers.
|
| DTC Distributed transaction completed Issue | Multiple updates | 25 Apr 2005 18:25 GMT | 1 |
I am performance testing some batch processing engines. These are written in .NET and SQL Server and are typically concerned with generating XML files out of data retrieved from the database. I have two machines one running IIS Server and the other SQL Server.
|
| JDBC and SQL - Check connectivity | 25 Apr 2005 08:08 GMT | 2 |
Is there a script somewhere on the net where it allows me to check my JDBC install and connectivity to my SQL database? thanks,
|
| Connect to MSDE by CMD | 21 Apr 2005 21:07 GMT | 6 |
is ther a way to connect to the command line for MSDE. I want to export data from the MSDE database with a command line script! How can I accomplish that??? Thanx,
|
| Various Errors connecting to SQL 200 Server | 21 Apr 2005 09:38 GMT | 4 |
I got the follwoing Setup: Server: Windows 2000 Server (SP4) with SQL 2000 SP3a Clients Winows 2000 Prof. and Office 2000 (all have the latest MDAC installed) I try to open a table in Access 2000, I get an error message (I have german
|
| Wrong SQLSTATE for Native Error 2727 | 20 Apr 2005 23:57 GMT | 4 |
I get SQLSTATE 42S21 with native code 2727 when executing this query: alter index index_junk on testauto rebuild According to ODBC documentation the SQLSTATE should be 42S12 "Index not found", not 42S21 "Column already exists". Is it a bug?
|
| When does SQLPrepare validate table name | 20 Apr 2005 22:56 GMT | 1 |
In SQL2k if I call SQLPrepare with the following select statement: SELECT * FROM sometable where sometable doesnt exist, SQLPrepare doesnt return any error. However I have had reports that this fails under SQL7. Should
|