| Thread | Last Post | Replies |
|
| connect SQL server from different domain | 23 Jan 2008 01:44 GMT | 1 |
I have a SQL server 2005 in A domain, Windows Authentication, use domain user as SQL server service account. I have some developers in B domain, trusted with A domain. They failed to connect SQL server via Windows Authentication. Please tell me how to resolve
|
| Can anyone get me out of SSPI / Kerberos / NTLM hell ??? | 23 Jan 2008 01:42 GMT | 9 |
This is to do with SQL Server 2005, but I think it is a more general issue. We have two SQL Servers, but starting with bog-standard Domain accounts and both running in Windows Authentication mode. Either account it trust for delegation, nor are the machines, as we do not need ...
|
| Logging in to a database | 23 Jan 2008 00:55 GMT | 6 |
My application attempts to login to a SQL Server 2005 Express database as user 'Fred' but I get the following error. Login failed for user 'Fred'. The user is not associated with a trusted SQL Server connection.
|
| Wrong data from: getMetadata().getTableName(i) method | 22 Jan 2008 22:26 GMT | 2 |
When using the getMetadata().getTableName(i) method on a (big) resultset, the method returns empty or a wrong value for the table name belonging to the column number i. Statement like:
|
| Primary Key Question | 22 Jan 2008 15:09 GMT | 1 |
Can you define a primary key in a Select list...for example Select T.Fname Primary Key, T.Lname
|
| error 10060 - going nuts | 19 Jan 2008 01:27 GMT | 10 |
I'm having a hard time trying to connect to a database using sql 200 or 2005. this is the message I get: ----------------------------- Cannot connect to mssql.mynetkeepers.ca,1434.
|
| Connection failed | 17 Jan 2008 18:19 GMT | 2 |
Hello, I'm trying to set up a New Data Source to SQL Server through ODBC and am getting the following error message after trying to supply correct SQL Login ID and Password: Connection failed:
|
| error message in view to a linked server | 17 Jan 2008 12:57 GMT | 4 |
I have a firebird 1.5 application. In my sql-server 2000 I created a linked server to firebird using the firebird odbc driver. I cannot query one table because I get the following error: " [Non-interface error: Column 'ERHALTENABSCHLAG' (compile-time ordinal 35)
|
| DISTRIBUTED TRANSACTION PROBLEM | 16 Jan 2008 12:33 GMT | 5 |
I have 2 SQL server on 2 different servers. (both sql server 2005) I linked one to another with EXEC sp_addlinkedserver @server='AV1',
|
| Client "Host not found" | 15 Jan 2008 21:54 GMT | 11 |
I am trying to use JDBC to access data on an MS SQL Server from an IBM iSeries server (aka AS/400). I compiled and ran a sample Java application from the iSeries, and received the following error: SQL STATE: 08S01
|
| SQL Server 2000/DB2 OLE DB Provider | 15 Jan 2008 18:35 GMT | 2 |
What is the current DB2 OLE DB Provider for SQL Server 2000 + SP4 and how do I get it? I need to do some linked server connectivity to DB2. I have found the SQL Server 2005 version as part of a feature pack but I'm uncertain about what is current for 2000.
|
| Connecting via ODBC | 15 Jan 2008 16:34 GMT | 3 |
Hope you can help, I am trying to link to some data tables into Access via the ODBC connection. It worked for me before but i have had issues with my PC and now i get this message: [INTERSOLV][ODBC SQL Server driver]Communication link failure.[INTERSOLV]
|
| SQL Server 2000 linked server problem | 14 Jan 2008 01:56 GMT | 10 |
This is SQL Server 2000 sp3a. I have linked servers that have been working for a fairly long time. If I am on the server (TermSvc), I cann connect and test through the linked server successfully.
|
| Connection to SQL Server 2005 lost | 10 Jan 2008 18:19 GMT | 7 |
We have developed a VB6 client program accsessing SQL Sever 7.0 via ADO (Provider=sqloledb) and MDAC 2.8. This program has worked flawlessly for years, but after upgrading to SQL Server 2005, the database connection is sometimes lost during larger operation involving open/close ...
|
| Adding a ODBC link to many computers | 09 Jan 2008 20:52 GMT | 1 |
Is there any way of adding an OBDC connection to multiple computers without going to each system. I need to push out a new SQL Server connection, does anyone know an easy way. Thanks!
|