| Thread | Last Post | Replies |
|
| connecting to sql server using Kerberos | 24 May 2007 02:38 GMT | 1 |
I have an issue with connecting to a clustered sql 2005 instance from an XP box using Kerberos: wondering if some one can help me to get to the bottom of the issue; this is what happens; Say if I log on to the domain; at 8 am yesterday, I get Kerberos tickets
|
| problem in connection with SQLServer using DSN | 23 May 2007 13:57 GMT | 2 |
I am using OdbcConnection for coonectivity with SQL Server db. My code is working fine with windows application but in ASP.NET or in webservice its raising following exception - "ERROR [08001] [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL
|
| Parameter X for stored procedure not defined | 23 May 2007 08:13 GMT | 4 |
Could it be that the jdbc driver doesn't like integers as SP parameters? I've created this stored procedure CREATE PROCEDURE dbo.intTest @ID int
|
| Connect to SQL server through code? | 23 May 2007 04:31 GMT | 1 |
I have an Access db that I need to link to a SQL Server table. I'd like to do that through code, does anyknow how to do that? (I'd like it run from several clients and I don't want do create a ODBC-connection on every client.)
|
| SQL Server Errors | 22 May 2007 14:03 GMT | 2 |
We currently have the SQL Server Service Manager Version 8.00.760 running on Windows 2000. Some programs are not working ie. Timberline Office. When we attempt to open the progrma a SQL Server Error appears. The SQL Server was located in the Add/Remove Programs section of the ...
|
| linked server null | 22 May 2007 07:33 GMT | 1 |
If I remote on to sql05 and open management studio and select * from sql2000.dbo.tablename Where sql2000 is a link from sql server05 to sql server 2000 it works
|
| Linking access tables to SQL | 22 May 2007 02:43 GMT | 1 |
I'm familiar with using linked tables in MS Access to access SQL data, but can I do the reverse? Use SQL to access/query an Access 2003 database via a linked table in on the SQL server? Reasong being I'd like to utilize a SQL sproc against the access database and I am unable to ...
|
| exception in in connection with SQL server | 21 May 2007 03:27 GMT | 1 |
I am using OdbcConnection for coonectivity with SQL Server db. My code is working fine with windows application but in ASP.NET or in webservice its raising following exception - "ERROR [08001] [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL
|
| Strange SQL 2000 connections ! (ghost connections) | 20 May 2007 21:26 GMT | 9 |
A customer have a strange issue: He connects .Net applications and Access db's to a SQL Server 2000 SP3. Whenever a user connects using Access, another connection appears (sp_who, sysprocesses) with the same hostprocess and another hostname.
|
| SQL 2005 64bit ODBC Connections to AS400 | 18 May 2007 02:49 GMT | 7 |
I'm having problems setting up an ODBC Connection to AS400 The server is Windows 2003 R2 64 bit with SQL 2005 SP1 Standard Edition (64bit) Using the Iseries Access ODBC drivers I've created a system DSN called
|
| Can't make connection to SQL Server 2005 over VPN | 17 May 2007 18:09 GMT | 2 |
Hi - if anyone can point me the the right direction it would be very much appreciated. I have searched the groups but haven't sorted this out yet. I am trying to connect to a SQL Server 2005 database over a VPN and
|
| Heterogeneous Query and ANSI_NULLS/_WARNINGS | 17 May 2007 03:15 GMT | 6 |
I'm trying to create a stored proc that creates a link to a remote server and executes other stored procedures as needed. Each of the sub-procs will be running Heterogeneous Queries I'm having trouble creating these sub-procs, I get the error message that state Heterogeneous ...
|
| Deadlock in an application | 15 May 2007 22:03 GMT | 1 |
I have tried the following. 1. Findings : There are Selects, Inserts, Delete and Updates hapenning in the same table for numerous times. These DML statements were executed using
|
| SQL Server INSERT/UPDATE doesn't work | 15 May 2007 21:16 GMT | 4 |
We have a webapplication runs on: Platform: Debian 3.1 + JDK 6.0u1 + Tomcat 6.0.10 Database: Win 2003 Std + SQL Server 2005 Wg. + Microsoft JDBC Dirver 1.1 We clashed in an unusual problem. The application runs without any problem,
|
| Importing ISAM data into SQLServer | 15 May 2007 02:50 GMT | 1 |
My company has some old ISAM datasets we need to resuscitate. We would like to import the data into SQLServer. It looks like there are some ISAM ODBC drivers available, but I was wondering how well it works.
|