| Thread | Last Post | Replies |
|
| SqlServer to read Sybase | 31 Oct 2004 19:19 GMT | 1 |
I'm trying to import to SqlServer(2000) from a Sybase ODBC(12) connection. I can use the Sybase connection with appps like MSAcess, and Crystal reports, but I can't get SqlServer to use that same ODBC connection to Sybase. I get "no provider exits for this connection on this ...
|
| Dumb Date Format Question | 31 Oct 2004 02:00 GMT | 2 |
I want the following query to result in "2004/10". SELECT DATEPART(yyyy, datein) & '/' & DATEPART(mm, datein) AS theDate From myTable However, I get the error:
|
| Error mapping Char(1) in db to C datatype | 30 Oct 2004 01:38 GMT | 1 |
I have a column in a table defined as Char(1). I'm trying to map it in a call to SQLBindParameter using: sql type = SQL_CHAR native type = SQL_C_CHAR
|
| First Connection to SQL Server 2000 is slow (takes 15 seconds) | 29 Oct 2004 18:55 GMT | 1 |
I have a client machine running VS.Net 2003, using TCP/IP to connect to a server running SQL Server 2000 Developer. The first time I connect to the server it always takes 15 seconds. Subsequent work on the server is very quick but that first 15 seconds is extremely painful. It ...
|
| First Connection to SQL Server 2000 is slow (takes 15 seconds) | 29 Oct 2004 18:55 GMT | 1 |
I have a client machine running VS.Net 2003, using TCP/IP to connect to a server running SQL Server 2000 Developer. The first time I connect to the server it always takes 15 seconds. Subsequent work on the server is very quick but that first 15 seconds is extremely painful. It ...
|
| First Connection to SQL Server 2000 is slow (takes 15 seconds) | 29 Oct 2004 18:53 GMT | 1 |
I have a client machine running VS.Net 2003, using TCP/IP to connect to a server running SQL Server 2000 Developer. The first time I connect to the server it always takes 15 seconds. Subsequent work on the server is very quick but that first 15 seconds is extremely painful. It ...
|
| sqlserver 2000 sp3 (on windows 2003 server) - access 2002 odbc error | 29 Oct 2004 09:34 GMT | 4 |
a user of my lan has windows xp installed (sp1 first now sp2). He works with access 2002 and wants to link to some sqlserver tables. when he creates a new odbc connection to that sqlserver he gets the following error message:
|
| No Databases in Enterprise Manager | 29 Oct 2004 03:05 GMT | 1 |
SQL - 2000 running on Win2k Server I am unable to view my databases in enterprise manager but can see them in Query Analyzer/ODBC. I had deleted a bunch of unused databases last night and after reboot this morning Enterprise manager will not display any of my databases. What ...
|
| How do you connect to an Oracle Databse from MSSQL Enterprise Mana | 29 Oct 2004 03:01 GMT | 7 |
We are trying to connect to an Oracle Server via MSSQL Enterprise Manager so that we are able to query both the Oracle & SQL Database, can anybody tell me if this is possible and how to do it?? I have followed the instructions in Q280106 and this does not appear to show
|
| Accessing SQL data from an ACCESS app... | 28 Oct 2004 21:58 GMT | 8 |
I have just imported into SQL server all of my Access 2000 tables. In my front end Access app, I now am using linked tables to access the data in the SQL server db. The speed isn't the greatest.
|
| Problems connecting to SQL-Server | 28 Oct 2004 18:44 GMT | 6 |
we have an customer trying to run our app. after installation. They get the error messeage: Login failed for user skdomain/skuser. Our app uses ADO.NET and the database is MS SQL Server. The program and sql server is installed on a separate server. To run the app. they have 8
|
| SequeLink problem | 27 Oct 2004 21:50 GMT | 1 |
I have set up FileMaker 7 trial and FileMaker Server 7 trial on my Windows 2003 server pc. I have installed DataDirect SequeLink 4.5 ODBC driver. The problem is, when I try to actually create a datasource, in this case on the local machine, I get the following error when I try to ...
|
| Problem connecting SQL Server 7 to Sql server 2000 | 27 Oct 2004 12:06 GMT | 1 |
I want to add an SQL Server 2000 to the list of linked servers of an sql server 7 in order to run distributed queries. I used sp_addlinkedserver and also sp_addlinkedsrvlogin, both with no error but trying to execute a distributed query returns the following error:
|
| Connecting through VPN fails | 27 Oct 2004 10:25 GMT | 1 |
At work, I've no problems connecting to our testserver. From home I have problems. I use VPN to get inside our firewall, and everything else works as expected. Whether I try to connect to my testdata from my application, or I try to connect using SQL Query Analyzer, I get the same ...
|
| SQLConfigDataSource | 27 Oct 2004 08:48 GMT | 6 |
I am trying to find information on the actual values for the fRequest parameter needed for this API Call I have looked in MSDN etc but cannot find the actualuu defs for the actual values
|