| Thread | Last Post | Replies |
|
| Data source name not found and no default driver specified | 17 Mar 2005 06:22 GMT | 1 |
Data source name not found and no default driver specified This is the error I get when attempting to install my copy of SQL Server 2000 developer edition. I had SQL Server installed on my workstation, functioning correctly. My
|
| ASP SQL SERVER CONNECTION | 17 Mar 2005 00:43 GMT | 2 |
how can i connect sql server with ASP vbscript? thanks
|
| OLE/DB provider returned message: Invalid authorization specification | 16 Mar 2005 09:21 GMT | 2 |
I'm trying to import a table from a MSDE database (databaseB) into a SQL server database (database A). Using to following sql statement: insert tableA
|
| accessing to an oracle 10 linked server | 16 Mar 2005 05:33 GMT | 1 |
Hello, i try to make some select queries using a linked oracle 10 server but for a few tables, only the first row is returned... i haved used "Microsoft OLE provider for OCBC driver" when declaring my
|
| Alternative to Microsoft Enterprise Manager? | 16 Mar 2005 02:53 GMT | 1 |
I can't use Enterprise Manager - I've got a cable connection and Comcast blocks port 1061 which EM uses. Anyone know a browser-based alternative to EM (preferably written in ASP)??? Thanks!
|
| Need help with stored procedure. | 15 Mar 2005 20:05 GMT | 2 |
I am using SQL Server 2000 on Windows 2000 server. Here is my problem: @String = 'word1word2word3word4word5' - This value is passed to Stored Procedure from the script. Column1 in a table1 has many rows with "words" . One row in this column1
|
| Low performance while inserting records | 15 Mar 2005 19:53 GMT | 2 |
Can anyone help us in letting us know that while inserting records through VB to SQL server it takes very long time even to insert very few KB of data which previously was happening in seconds is now taking hours.!!!!!!!
|
| ERROR : FOR UPDATE cannot be specified on a READ ONLY ... | 15 Mar 2005 17:24 GMT | 5 |
I am using SQL Server 2000 + JDeveloper 10g with ADF. When i try to make changes to data and do COMMIT, I receive ERROR, I have tried both JDBC Driver from Microsoft and jTDS, both FAILS. Here is the error :
|
| [Microsoft][ODBC SQL Server Driver]Timeout expired | 15 Mar 2005 15:17 GMT | 1 |
I am getting this error when the .asp page tries to connect to the DB server. Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC SQL Server Driver]Timeout expired The web server is Windows 2000 Advanced Server, Dual CPU with
|
| Port 1433 Not listening on Windows 2003 server | 15 Mar 2005 11:58 GMT | 2 |
I am running SQL 2000 on Windows 2003 Server. Right now it is on a stand alone laptop and I keep getting "Connection failed" when I try to telnet to it. Here is all that I know. SQL Server is set to listen on 1433
|
| Creating a login after the backup was restored with existent users | 15 Mar 2005 02:47 GMT | 5 |
Is there a way to create the login id after the database backup with users was restored into this new SQL Server. The problem is that I am trying to create the login id for the user that owns practically all the database objects.
|
| SQL Server 2000 SP3a and Windows Server 2003 | 14 Mar 2005 23:32 GMT | 1 |
I have a Windows Server 2003 Standard that I have installed MSDE with SP3a on. This server is running only as a file server on a workgroup, no Active Directory, DNS, or DHCP servers are running. I can connect to SQL locally with no problem. When I tried to connect a Windows 2000 ...
|
| ISQL Only letting Administrators Connect to SQL 7.0 Server | 14 Mar 2005 23:31 GMT | 1 |
We are running a 16-Bit application (I know, but we HAVE to run it). Last night, the SQL Server was rebooted, and since then no-one can connect to the SQL Server using ISQL. The error that is displayed is: Error: 10004
|
| ODBC and Windows 98 | 14 Mar 2005 22:56 GMT | 1 |
We set up a MSDE 2000 database on a Windows 98 machine. We're trying to connect to the W98 DB from a XP machine using an ODBC and a Windows authentication. We get the following error when trying to test-connect the DB:
|
| Restore database fails only when source is read from another machine ( server) | 14 Mar 2005 14:54 GMT | 6 |
When executing this from Query Analyzer on server1, where the target is located, restore database restoretest from disk = 'd:\backups\dottietest.bak'
|