| Thread | Last Post | Replies |
|
| help in a query plzzz | 23 Aug 2007 17:15 GMT | 1 |
hi, i have a simple question, mit look silly question for some one.. but please look into it n let me know how to write a query for it.. i have 3 cols col1 col2 col3
|
| SQL Server VARCHAR(MAX) column Returns error while Inserting recor | 23 Aug 2007 15:55 GMT | 1 |
SQL Server VARCHAR(MAX) column Returns error while Inserting records into table(ODBC Driver: SQL Native Client) Was this post helpful ? I created very simple table with 3 columns and one is varchar(max) datatype
|
| ODBC error 3151 (Connection failed, Access <-> SQL Server) | 23 Aug 2007 10:36 GMT | 7 |
Hi, We are using SQL Server and Access for a database application. Database access is via ODBC. The application was functioning correctly since appr. 2 years - but suddenly
|
| HELP: SQL Server 2005 Express OLEDB Connection from VB6 | 22 Aug 2007 23:10 GMT | 3 |
I cannot connect to SQL Server 2005 Express on a Windows XP SP2 machine from a Windows 2000 PC using the SQLNCLI OLEDB provider in VB6. I can create an ODBC System DSN and connect just fine, but I cannot use a connection string with "Provider=SQLNCLI" or
|
| ::FN_DBLOG() - Problem in retreiving [row data] | 22 Aug 2007 08:26 GMT | 2 |
Subj: ::FN_DBLOG() - Problem in retreiving [row data] Hello While attempting to retrieve [row data] column using ::FN_DBLOG an empty '0x' value is passed back:
|
| Starter kit error when using SQL Server Dev instead of Express. | 21 Aug 2007 22:34 GMT | 1 |
I have downloaded Club Website Starter Kit from MS. I don't have SQL Server Express but I do have SQL Server 2005 Development. I have changed the name of the DB server in the connection string, but nothing else in the string.
|
| doubt in sqlserver 2000 | 21 Aug 2007 20:22 GMT | 2 |
how to load csv files into a table in sql server 2000
|
| Web Server connect to different Servers for SP/Data | 20 Aug 2007 17:03 GMT | 1 |
Have asp.net applic connecting to remote SQL Server. Is it possible to specify to use SPs on different server? ( i.e. local rather than remote)
|
| How much more disk-space requires to upgrade the MSSQL 2000 to 200 | 20 Aug 2007 13:23 GMT | 1 |
I had MSSQL 2000 and I would like to upgrade this server to MSSQL 2005 and I were wordering how much more disk space requires for the upgrade process. Is there any document that I need to read before upgrade process to upgrade the server from MSSQL 2000 to 2005
|
| The dreaded Microsoft OLE DB Provider for SQL Server -2147217871 Timeout expired | 20 Aug 2007 13:14 GMT | 1 |
I've recently started experiencing an error in one of our development environments whereby the user is pressing "submit" and their query is timing out. Now, i've ran a trace (using the SQLProfilerTSQL_REPLAY template in SQL Profiler) while they were performing this process, and
|
| unable to connect or start service | 19 Aug 2007 22:03 GMT | 1 |
Background... Server raid failed, rebuilt raid ran chkdsk but now I am unable to run SQL service. I've tried to manually start service but receive the following message The MSSQLSERVER service on the local computer started and then stopped. Some
|
| Max connections | 19 Aug 2007 04:04 GMT | 4 |
SQL Server 2005 enterpise edition with 8g or memory in the compaq dl380 server with AWE enabled. I think the server is using about 7g. Connections are 0 - unlimited I have a .net application that tries to create 300 connections async and
|
| Can't connect to SQL Express using Windows Authentication | 19 Aug 2007 00:54 GMT | 2 |
I have installed SQL Express with advanced services and all the toys on 2 machines. A desktop and a laptop intending to use the desktop as a "server". I followed instructions to enable the server installation for remote connection by enabling TCP and the browser.
|
| why only sa can connect to SQL server 2005 instance? | 17 Aug 2007 16:55 GMT | 2 |
I have a SQL 2005 instance (standard edition with sp2 on windows 2003 server) located on different domain. I can connect to it by using sa only via SQL server management studio. I need to use SQL login.
|
| driver fails to retrieve data via prepared statement | 16 Aug 2007 15:48 GMT | 1 |
Here's a program that creates a temp table, inserts a row, selects the data out successfully with a plain statement, but can't select the data out via a PrepredStatement:
|