| Thread | Last Post | Replies |
|
| problem using OSQL -E | 31 May 2005 23:08 GMT | 1 |
Hi.. I try to connect sql server. I have installed a sql server 1. SELFPACEDSQL 2. an instance with name MyNamedInstance
|
| Access ODBC "Cast" Error | 30 May 2005 18:03 GMT | 1 |
I am repeating this question here from the MSDE topic I have found a problem when linking a SQL Server 2000 table that contains an auto incrementing integer into Access 2002 via ODBC. Access identifies this field correctly as an "autonumber" field. However, when I add a record to ...
|
| connection timeout | 29 May 2005 22:05 GMT | 2 |
I'm using SQL Server 2000. I often use the UPDATE ... SET ... statements to change data in my database, affecting up to 3 million rows of data. If I issue the statements from Enterprise Manager I get a "timeout expired" error on large queries, whereas if I execute the queries ...
|
| SQL Express & .NET Framework 2.0.50215.45 | 29 May 2005 19:30 GMT | 3 |
I'm using the .NET Framework 2.0.40903 ... I had some interoperability issues between SQL Express and the Framework 2.0.40607, so I'm reluctant to do anything drastic with 2.0.50215. Has anyone taken the plunge?
|
| cpu & memory usage on large, long-running query | 29 May 2005 17:40 GMT | 2 |
I'm not a SQL Server developer or power-user, mostly I do statistical and similar analysis on large datasets and use SQL Server to manage the underlying data. I notice that, on my IBM workstation, my CPU utilization doesn't rise much
|
| Saving the username and password in the DSN | 28 May 2005 19:50 GMT | 1 |
I am wrting a vb application that connects to an MSDE database. I am using ADO for the data objects and an OBDC DSN entry for connecting to the database. Is there a way to store the username and password in the DSN entry so that I do not need to supply this in code?
|
| retrive all records within the Case statment | 28 May 2005 10:50 GMT | 2 |
i want to filter a table by a view using a defind function for example: select * from person where dbo.person.company like case CmpName()
|
| [MSSQL] Which port | 28 May 2005 06:22 GMT | 2 |
I have the following problem. I know that MSSQL resides under given IP adress but I do not know under which port. Who konows how to determine this port number? Best wihses,
|
| Unable to access views and stored procedures from asp | 27 May 2005 23:12 GMT | 1 |
hai all, This is manju, I am not able to execute views and stored procedures but able to excute tables. Back end is SQL SERVER. I am accesing database tables , views and stored procedures from ASP.
|
| ODBC Error | 27 May 2005 23:05 GMT | 1 |
I'm getting an error message I've never seen before when I installed my application on a client's machine. I've got seven machines at this location that all work fine, when I install on a new machine, I can connect through ODBC Administrator; but, when I try
|
| Sql Server slow down | 27 May 2005 19:00 GMT | 1 |
I have a Windows 2000 machine running sql server 2000 at office. Recently, my sql server has become painfully slow. To give an idea, entering Query Analyzer takes 1 min just to establish a connection with the database. Choosing a database from the drop down takes a long ...
|
| CRecordset.Close() causes exception | 27 May 2005 10:24 GMT | 3 |
I'm having problems with VC++ 6.0 reading an Access 2000 database. CRecordset::Close() throws an exception. I've created a simple test dialog which does an open and close of a CRecordset. The database has one table called 'Addresses' in it. The CAddressSet was created by the
|
| Problem using Access or Query Designer to run queries in SQL Serve | 26 May 2005 08:12 GMT | 6 |
I'm running a SQL server 2000 (recently upgraded to SP4, MDAC 2.81) on Win2k box with 1GB memory. I've two huge denormalized tables: one Master table with 70 columns and 5million rows and another Summary table with fewer columns and 2 million rows.
|
| scb_*.tmp Files | 24 May 2005 16:38 GMT | 1 |
I am facing a problem similar to the problem here. http://www.linuxquestions.org/questions/showthread.php?threadid=74955 Basically, I am using MS Sql Server JDBC driver. After running my servlet for a while, I got a "Too many open files" error. Then I
|
| Select Mode=Direct | 24 May 2005 16:36 GMT | 1 |
Is this correct.. Microsoft JDBC driver doesn't support 'DIRECT' select mode for XADatasources (XA database connections). So we have to use cursor method. When I tried to switch to Direct, App didn't start with the error that
|