| Thread | Last Post | Replies |
|
| How to Enable Connection Pooling | 03 Aug 2006 23:22 GMT | 1 |
How can you enable connection pooling from an application server that connects to a SQL server on a different server?
|
| Stopping sp_datatype_info | 03 Aug 2006 15:36 GMT | 1 |
We are using an application that connects to SQL Server 2000 SP4 using ODBC. During this I noticed several executions for sp_datatype_info stored proc. Why it is necessary and is there any way to stop or reduce this execution?
|
| SQL Server Management Studio Express | 02 Aug 2006 20:58 GMT | 5 |
Just downloaded & installed SQL Server Management Studio Express on my desktop as part of SQL Server 2005. I can see how I can view my database tables, and columns in the tables. But is there a GUI-type interface to view the data database, like Access has?
|
| Errors collection in connection object disapearing | 02 Aug 2006 19:29 GMT | 1 |
In VB 6.0, (sp6), using sql server 2000 (sp2), and ADO 2.8 the following code keeps crashing when I get an error. If mconTheConnection.State = 0 Then strEmailBody = strEmailBody & "The program was unable to establish a connection to the database " & mstrDataBase
|
| SQL Server 2005: Why those "GetData" and "Transaction" restrictions? | 02 Aug 2006 10:15 GMT | 4 |
I am a software developer trying to get an application run against SQL Server 2005. The application once was written to connect to IBM DB2, Sybase ASA or Oracle via ODBC. Now a new customer wants it to run with SQL Server 2005.
|
| SQL Server does not exist or is denied | 02 Aug 2006 04:51 GMT | 5 |
My old MSDE machine died (powersurge). I bought a new dell with XP home on it. I downloaded SQLEXPRESS. I have enabled TCP/IP and named pipes. I have uninstalled the firewall software on the PC. The router (2Wire) has
|
| my SQL Server updates another server in another city | 02 Aug 2006 04:48 GMT | 1 |
I just started today at this company. They have a 2003 SQL server here in Dallas and twice a day it updates with the main SQL server in NY. And I don't know that much about it. When I look at the SQL Server network connections..there is only one connection..the LAN connection. ...
|
| SQLDMO connects to the wrong database | 02 Aug 2006 02:38 GMT | 1 |
Hi guys - I am not sure if this is the news group I should be writing to, but I have been having a weird connection problem with an application that I wrote in SQLDMO when it tries to access the server. The server has several databases and my application tries to connect ...
|
| Updating data | 01 Aug 2006 21:46 GMT | 3 |
I have a really simple question, I am sure, but I am drawing a huge blank. All I want to do is go into my table called STATUS_AND_DATES and change the field called JOB_STATUS. I want to change all the records in that field that say 'For Sale/Lease' to 'For Sale'. How do i do an ...
|
| import data from excel sheet to sql server | 01 Aug 2006 19:34 GMT | 2 |
i am using an OPENROWSET method to import from excel data to sql server. i am getting an error like ADO error:[OLE/DB provider returned message: Operation wa canceled.] OLE DB error trace [OLE/DB Provider 'MSDASQL' IDBInitializ Initialize returned 0x80040e4e
|
| Creating a linked server to DB2 from SQl server 2000 64bit | 01 Aug 2006 18:55 GMT | 5 |
I am trying to create a linked server to DB2 using IBM 64 bit OLEDB provider, as Microsoft doesn't have a DB2 OLEDB driver for 64bit. When I test the connection to DB2 using the driver, it
|
| SQL Server 2005: Cannot convert {fn CURDATE()} to "datetime" datatype | 01 Aug 2006 16:16 GMT | 9 |
trying to use a simple statement "select * from example where fromdate <= {fn curdate()}" and getting error 242. The column "fromdate" in table "example" has the "datetime" datatype. so why the conversion is not possible?
|