| Thread | Last Post | Replies |
|
| com.microsoft.sqlserver.jdbc.SQLServerException: Invalid Object Na | 19 Mar 2008 03:50 GMT | 1 |
we are trying to fetch records using the select statement from the SQL Server 2005 Server using the jdbc driver 1.2 . but when the batch is executed, getting the error ".com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name".
|
| How to configure a .cfg file for sqljdbc.jar | 18 Mar 2008 20:47 GMT | 2 |
I have an application that normally works with sybase, but it can work with SQL Server. If I want to use SQL Server as DBMS I have to configure a .cfg file, but I don't know how to say to my program that it has to use the correct driver.
|
| BULK INSERT incorrect numeric values | 17 Mar 2008 23:05 GMT | 2 |
I am performing a BULK INSERT from a .csv file using a format file (non-XML). Within the text file, text is stored within quotes and numbers are stored without quotes. The data comes in correctly from the BULK INSERT except for the 3 numeric
|
| Autocommit, Implicit Transactions, and Connection Pools | 16 Mar 2008 20:46 GMT | 6 |
Our ISV application can manage its own connection pool, using a modified version of the Apache Commons DBCP. Customers would like the option of using the WebSphere or WebLogic provided DataSource ConnectionPools. When we manage our the connection pool ourselves, we set three ...
|
| Machine x receives results meant for machine y | 14 Mar 2008 11:45 GMT | 10 |
In an Asp.Net web farm we sometimes see web server 2 receiving from a SQL Server 2K5 a resultset that actually was destined for a connection on web server 1. Usually this is after web server 1's SqlClient has timed out on that
|
| Optimizing performance | 13 Mar 2008 19:07 GMT | 1 |
We are currently evaluating MS JDBC against jTDS and i-net Una regarding performance. Our application does only primitive JDBC stuff: - single queries
|
| Database Mirroring Causes .NET Internal Network Provider Error 6 | 12 Mar 2008 15:18 GMT | 1 |
We have problems with our .NET Framework 2.0 application, clients receiving the error Internet .Net Framework Data Provider error 6. So we have updated to .net Framework SP1, but no success. The SQL server log on the mirror server indicates that at the time the
|
| ODBC Recordset limits | 12 Mar 2008 09:31 GMT | 7 |
Is there a limit to the size of a recordset connected via ODBC? I have a table with 160,000 records which I need to pass one by one (slow upgrade). I opened a recordset using C++ CRecordset class and was able to receive
|
| SQLServer connection via VPN | 11 Mar 2008 20:46 GMT | 4 |
Hi !! I'm looking for connection strings and related procedures that allow access data located on a remote server. Thanks
|
| Connect to SQL Server 2005 | 11 Mar 2008 20:06 GMT | 1 |
I have SQL Server 2000 and SQL Server 2005 on my computer. I want to connect to the 2005 server. When I start the Management Studio software I get a window to identify the server name and authentication and password.
|
| SQL Browser won't start on Windows Server 2000 | 11 Mar 2008 18:01 GMT | 1 |
Greetings All, I have installed SQL 2005 Express on a Windows Server 2000. On the Surface Area Configuration I have set Remote Connections to Using both TCP/IP and named pipes. The problem is that I can not start the SQL Server Browser
|
| Syncing Oracle 8 tables with SQL Server 2000 | 11 Mar 2008 01:59 GMT | 10 |
I want to sync a SQL Server 2000 table from an Oracle 8 table. I've googled a lot without success :-( Any idea ? Regards,
|
| Unable to connect if member of many groups | 07 Mar 2008 19:06 GMT | 4 |
I have the following setup: 1 Windows 2000 Server as Domain Controller (sp3) 2 Windows 2003 Server x64 (sp2) with 2005 x64 SQL Server Enterprise (sp2) 100+ Windows 2000 and XP clients
|
| SQL 2005 Remote Connection Error | 06 Mar 2008 20:26 GMT | 4 |
Currently we have a SQL Server 2005 Standard edition installed on a Microsoft Windows Server 2003 Enterprise Edition SP2. When I try to log in through my SQL Management Studio from my desktop with my Windows Authentication on our LAN it gives me the following error...
|
| SQL 2005 connectivity error | 06 Mar 2008 20:21 GMT | 10 |
I have installed SQL server 2005 Developer edition in my windows 2003 server. I have installed SQL server 2005 client tools in windows xp machine. When i try to connect to the server it says the following error. "An error has occurred while establishing a connection to the ...
|