| Thread | Last Post | Replies |
|
| Not associated with a trusted SQL Server connection | 05 Mar 2005 01:15 GMT | 7 |
When I try to connect to SQL Server with windows NT authentication using the network login ID from my machine (Win XP) it gives me SQL Server error 18452 - [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user '(dejan)'. Reason: Not associated with a trusted SQL
|
| Login Failed when I used Linked Server | 04 Mar 2005 14:55 GMT | 2 |
I created a linked server in SQL server in order to connect another SQL Sever. I used the domain window account. I put my domain ID in Local login and checked Impersonate in Security panel and I chose “Be made using the login’s current security context.
|
| Can't write to SQL Table | 04 Mar 2005 10:43 GMT | 1 |
I'm not the SQL admin, but I'm trying to help fix a problem. Here's the situation: Microsoft SQL Server running Windows 2000 Server. Workstation connecting via ODBC using SQL Driver.
|
| Cannot open database requested in login 'northwind'. Login fails. | 03 Mar 2005 21:45 GMT | 1 |
I work for DataDirect-Technologies. My customer is using our Connect for ODBC 5.00.0059 driver on Solaris 8 to connect to SQL Server 7 on Win 2000. When he tries to connect using a simple C application he gets the error "[DataDirect][ODBC SQL Server Driver][SQL Server]Cannot open ...
|
| Error 8985 cannot locate file xxx in sysfiles | 03 Mar 2005 02:11 GMT | 1 |
I am attempting to shrink a datafile (I have 2 primary data files) when I receive this error message 'Error 8985 cannot locate file xxx in sysfiles'. I have repeatedly verified the data file name and even did a 'cut n paste' into a query in qa dbcc shrinkfile with the same results. ...
|
| requirements to connect to a named instance of MSDE 2.0 | 02 Mar 2005 23:11 GMT | 1 |
What is the propery syntax to establish a connection with a named instance of MSDE on a server from a client workstation using the SQL Query analyzer (or EM for that matter)? I have tried "myServer\myInstance" to no positive effect.
|
| Long running open connections badly leak memory | 02 Mar 2005 21:05 GMT | 6 |
I wrote a batch import process that uses connection pooling, i.e. the connections are never closed until the process is finished. I am writing large chunks of data (byte[]) into the database, and I made absolutely sure that my application does not hold any references to the ...
|
| MDX and JDBC Driver | 02 Mar 2005 21:01 GMT | 2 |
Anybody know if it possible to connect to an as2000 database and run mdx queries using the microsoft jdbc drivers? thanks,
|
| Can not write to a SQL table from Access 2003 | 02 Mar 2005 14:52 GMT | 2 |
I've read through many posts regarding this type of issue and all posts were relevant but not exactly my problem. I use Access 2003 and I have a simple linked table to a Sql2000 DB table, I then have a form that I can use to view/amend data directly on the sql
|
| SQL SERVER_ASP VBSRIPT_CONNECTION | 02 Mar 2005 12:57 GMT | 3 |
i have one database with sql server i want with asp vbsript to connect with database my code is <%
|
| Multiple select in a Store problem | 01 Mar 2005 13:26 GMT | 2 |
Hi, I have a problem... Supposed that in a store procedure, I have two operation for example: insert into mytable field1,field2 values ('bob','bobby') select max(id) as id_last from mytable
|