| Thread | Last Post | Replies |
|
| Database attaching | 31 Mar 2006 18:28 GMT | 2 |
I will try to describe my problem: I need 3 workstations to work with one, the same database file (*.mdf) at the same time. My idea is to install MS SQL Server 2005 Express engine on all 3 workstations and connect each of it to this file placed on linux server. Is
|
| VDI Error | 31 Mar 2006 05:10 GMT | 1 |
Hi I am getting a VDI Error 80770004. Does anyone know what that error means? Thanks, -Steven Cook
|
| Exception generated during defered local transaction handling. | 30 Mar 2006 17:28 GMT | 1 |
Hello, We are using MS SQL DB Server 2005 with Weblogic Server 8.1 SP2 and at times we are facing error of "Exception generated during defered local transaction handling".
|
| Linked servers in SQL 2005. | 29 Mar 2006 14:13 GMT | 2 |
The below works perfectly in SQL 2000. I have setup a Linked server to Navision 4.01 with a OLE DB provider for ODBC. I get below errors when I do the following: EXEC sp_addlinkedsrvlogin 'nav4', 'true'
|
| IPX Connection problems | 29 Mar 2006 14:08 GMT | 1 |
I am having problems connecting to a new SQL Server 2000 server via IPX. in answer to the inevitable questions as to why we are using such an outdated protocol the application in question is running on industrial ruggidised handheld devices running DOS. as such we cannot
|
| Linked server connection to MS Access db across the network failed | 29 Mar 2006 14:05 GMT | 1 |
I have attempted to create a linked server on Server1 to an Access db on Server2. These servers are located on the same network. The account running the SQL Server services on Sever 1 is a domain admin
|
| Log of SQL | 29 Mar 2006 14:03 GMT | 2 |
Good Afternoon, I Want to consult if is possible read the Log File (LDF), because I Need to Know What movements have had the DataBase is diferents Tables. Thak for you help
|
| Coonection to SQL Server 2005 Express | 29 Mar 2006 14:00 GMT | 1 |
What is the proper connection string for SQL Server 2005 Express on XP? I want to connect to the master database by VBScript as the following: Dim computer : computer = CreateObject("WScript.Network").ComputerName Dim connectionString:connectionString = "Provider=SQLOLEDB.1 ...
|
| SQL 2005-Configuration Tool-Uninstall Problem | 29 Mar 2006 13:59 GMT | 1 |
I'm unable to uninstall the SQL Server 2005 -Dev Ed. completely,tried removing from the Add/Remove Prgms.I've removed SQL Server supporting files,BOL,.Net Framework 2.0,and other SQL related programs from Add/Remove Prgms.
|
| How to use server side cursors? | 29 Mar 2006 02:56 GMT | 2 |
With SQL Server 2000 and the previous jdbc driver, we used the SelectMethod=cursor on the jdbc url and everything worked fine. We upgraded to SQL Server 2005 and the new jdbc driver (sqljdbc.jar) and have run into problems where using the SelectMethod=cursor causes batch updates ...
|
| execute() vs executeUpdate() on a prepared statement | 29 Mar 2006 02:54 GMT | 11 |
We have been using JDBC drivers for 2000 for some time without problems using an execute() call against a prepared statement when performing an sql update with where clause. After upgrading to the new 2005 drivers this call now receives the error: ...
|
| Preferred Access ODBC Linking Method | 28 Mar 2006 16:17 GMT | 2 |
Is the preferred Access 2003 method CreateTableDef or TransferDatabase and why? Thanks! -David
|
| Running out of network ports | 28 Mar 2006 15:45 GMT | 3 |
We are running automated tests that intentionally drop all the connections to the database and make them again. If the tests run quickly, we are disconnecting and connecting very frequently. We notice that after the connection is closed (this is through the JDBC driver, but I'm ...
|
| SQL Server 2000 Timeout | 28 Mar 2006 15:08 GMT | 4 |
In query designer there are times when I go to run a query and I get a timeout error. Any ideas how to set the timeout property for so that the query will run to completion without timing out. Thanks in advance.
|
| SQL SERVER 2000 - SQL Enterprise Manager from Workstation problem | 28 Mar 2006 04:07 GMT | 1 |
I've been running a copy of SQL 2000 under Windows 2000 server. I have two admin's both running enterprise manager from their windows XP Prof workstations. One admin has no problem.
|