| Thread | Last Post | Replies |
|
| Event ID: 17830?? | 15 Sep 2005 02:27 GMT | 1 |
All, Can't figure out why I am getting this message in my event log... Event Type: Error Event Source: MSSQL$SQLSERVER2005
|
| Getting with 'Select statements included within a function cannot,return data to a client.' with SQL 2005 | 14 Sep 2005 21:49 GMT | 3 |
We are trying to run our application against SQL 2005 using Weblogic JDBC driver in Weblogic 8.1SP4. The application works fine on SQL 2000 SP4 but some calls fails on 2005 with an error below. Is it a JDBC driver issue?
|
| Time Out Issue | 14 Sep 2005 20:39 GMT | 2 |
I create a ODBC for SQL Server 2000 and use VB 6 to connect it. When I pass it the sql query in vb and process the recordset , I am getting an error "Microsoft ODBC SQL Server Driver Timeout expired". Where can I set the time out in the ODBC ? TQ.
|
| [DBNETLIB][ConnectionOpen (Connect()).]Specified SQL server not found. | 14 Sep 2005 09:20 GMT | 4 |
I am trying to connect to a SQL server that is on a remote network, using Enterprise Manager. However, I am getting server not found errors. Here is my setup:
|
| Microsoft Drivers for Accessing data from Unix. | 14 Sep 2005 04:30 GMT | 2 |
Are there any microsoft provided ODBC drivers that can be installed on Unix side for accessing SQL Server data? OR they are only available from third party.
|
| connection failed... not associated with a trusted SQL Server connection | 14 Sep 2005 01:22 GMT | 1 |
Using Query Analyser, I cannot log in using the SQL 'sa' user name and password. I get an error saying "connection failed... not associated with a trusted SQL Server connection" When and where can the 'sa' credential be used without creating this error?
|
| OLE DB MSOLAP | 13 Sep 2005 21:04 GMT | 5 |
I have a stored proc that uses a linked server connection to a cube and after applying sp4 I get the following error when running the sproc: Server: Msg 7358, Level 16, State 1, Line 1 Could not execute query. The OLE DB provider 'MSOLAP' did not provide an
|
| Error 9003 | 10 Sep 2005 22:24 GMT | 2 |
I have been using SQL server with the web matrix project whilst I learn ASP.net. (I am new to both). At some point this week the SQL server stopped working (It may be linked to my computer crashing whilst another program was running). It now will not run from the web matrix or ...
|
| Problem with 64-bit ODBC code and SQLConnect and SQLWCHAR | 10 Sep 2005 03:32 GMT | 1 |
I'm trying to test some 64-bit ODBC stuff and I'm running into a slight problem. First, my configuration. Windows XP x64 VS.Net 2005 Beta 2
|
| Exception comes from where? | 09 Sep 2005 17:17 GMT | 6 |
Being new to SQLServer, I may be doing something very basic wrong, but here's my problem: Java servlet code is calling a MSSQL stored procedure, returning this error message:
|
| mssql & msaccess .mdb file with database password | 09 Sep 2005 15:33 GMT | 1 |
i get daily updated .mdb file from another office. i have mssql as b/e and msaccess as f/e. the .mdb file i get daily has a database password, and i am looking for ways to access the .mdb file through my sql server.
|
| Microsoft OLE DB Provider for ODBC Drivers | 08 Sep 2005 22:41 GMT | 1 |
I am using an system ODBC created to access data on an AS/400. I can access the data fine, using the following query. SELECT F0101.* FROM CRPDTA.PILGRIM.CRPDTA.F0101 as F0101 where the first CRPDTA is the DSN name, PILGRIM is the AS/400 catalog,
|
| How to use SSPI for login | 08 Sep 2005 17:47 GMT | 5 |
Hi; If my java app is running on Windows, how can I have it use SSPI for the login instead of requiring a username/password. ??? - thanks - dave
|
| SQL Server 2000 and Latching problem | 08 Sep 2005 14:02 GMT | 8 |
got a question - wondered if you guys have come across this. I have an application that acts as a database "server" where it captures requests for information from many clients (1-100+ but 30 is typical) where it then interrogates a SQL server database on their behalf, and
|
| JDBC - Can't get unicode with ResultSet.getString() | 08 Sep 2005 08:24 GMT | 9 |
Hi; I am using MS Sql Server and it has an nvarchar field holding a name. For ascii chars I get back the text in the database. But if it is anything other than ascii, I get back a ? for each non 7-bit
|