| Thread | Last Post | Replies |
|
| Encrypted communication with JDBC driver? | 26 Jun 2006 18:35 GMT | 6 |
We need encrypted communication with a SQL Server 2005 but I have found no documentation on how to do this with the JDBC driver. that is; the communication is encrypted, no problem, but the JDBC driver can't connect. Does anyone have any knowledge on this?
|
| Multiple Threads and Licensing | 26 Jun 2006 14:01 GMT | 6 |
I am working on a project that will require the use of SQL Server 2005 Workgroup Edition. We were planning to use the version that comes with 5 CALs instead of the version that is licensed based on processors due to the enormous cost difference.
|
| Cannot login using 'sa' user name and password | 25 Jun 2006 20:15 GMT | 1 |
When I try to connect it give the following message I copied from the log: Source Logon Message Login failed for user 'sa'. The user is not associated with a trusted SQL
|
| CREATE DATABASE inside a transaction with Microsoft SQL 2005 | 23 Jun 2006 18:32 GMT | 1 |
Till now I am using SQL server 2000 with Microsoft JDBC SP3 for 2000. Everything is fine. But now I moved to SQLServer 2005 with Microsoft JDBC for 2005. But it throws
|
| Deadlock occurs on my application frequently | 23 Jun 2006 09:08 GMT | 3 |
Hi, all! Brief description of system environment: ----------------------------------------- 1. Environment: JDK 5.0, CTP JDBC Driver 1.1, Proxool 0.9.0RC2
|
| Locking problem with 2005 | 22 Jun 2006 18:24 GMT | 4 |
I'm having problems with row locking. I need my application to do row locking in certain tables to avoid two simultaneous updates in the same record. I do this by locking the record in the moment I read it: select * from my_table with (updlock, rowlock, nowait) where ...
|
| SQL Server 2005 installation | 22 Jun 2006 17:09 GMT | 3 |
I have just installed the SQL Server 2005 Developer edition. SQL Server 2000 is also running. I cannot see the instance of the 2005 installation. Is there anything more I should do? Thanks
|
| Connecting via VPN | 22 Jun 2006 10:17 GMT | 2 |
One my company's customers has allowed me to connect to their network via VPN. Overall, it seems to work fine. I can remote in, or map drives, etc. However, I have been unable to use my SQL2000 Enterprise manager to connect to their database. I can remote into the machine where ...
|
| Can't connect after change the security setting | 21 Jun 2006 21:58 GMT | 8 |
Hi, Experts! I very new to SQL server. I made a stupid movement by mistakenly change the security of property of local(windows NT) from log in using this account to system account. After the machine restarted, i can't no longer start up SQL server. When I click local (window NT) ...
|
| in sql server 2000+ is there some stored procedure that shows your current disk space usage? | 21 Jun 2006 11:49 GMT | 1 |
in sql server 2000+ is there some stored procedure that shows your current disk space usage?
|
| Get cursor in procedure error. | 21 Jun 2006 03:08 GMT | 3 |
This is procedure code as below: CREATE PROCEDURE _fetchdatatest @co_cursor CURSOR VARYING OUTPUT AS
|
| MSSQL 2000 Developer connection limit & boolean connection | 20 Jun 2006 23:13 GMT | 1 |
I've been searching the MSDN web for the MSSQL 2000 Developer connection limit. However, could not find any authentic documentation that says MSSQL 2000 Developer
|
| Connection reset - Socket Write Error | 20 Jun 2006 14:49 GMT | 1 |
I m using MS SQL Server 2000 with JDK 1.3 on Windows 2000 Server machine. We have an application, running for a long time now. Both the application and the Database server are on the same machine. The applicaiton has 2 parts one which listens to clients on the tcp sockets and ...
|
| Sometimes yes, sometimes no, connect to a SQL 2005 Server | 19 Jun 2006 23:27 GMT | 2 |
I have the problem that at times I can't connected to the database via Microsoft SQL Server Management Studio. The error is: "Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding".
|
| How to get the data from a huge table efficiently? | 19 Jun 2006 19:27 GMT | 5 |
I want to get the data one by one from a huge table(about 3 thousand rows) efficiently, this is my way as below: //-------------------------------------------------------------------------- int queryEachTime = 1000;
|