| Thread | Last Post | Replies |
|
| What exactly is a trusted connection? | 16 Feb 2007 08:10 GMT | 9 |
On some level I know how to use a trusted connection, but I am not actually certain what a trusted connection really is. I can't seem to find a clear explanation of what it is. What I mean is, was long as windows authentication is configured with sql server 2005, is any valid ...
|
| ODBC driver for W95 | 15 Feb 2007 16:31 GMT | 1 |
We have a lot of W95 clients that can't be upgraded. I want to use SQL CLR so I need to use SQL 2005. Is there an ODBC driver for W95? I've tried MDAC 2.8 but without success (installation fails on W95).
|
| Error 25 invalid connection string | 14 Feb 2007 19:22 GMT | 1 |
here is the string: Data Source=.\MSSQLSERVER;AttachDbFilename="C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\AdventureWorks_Data.mdf";Integrated Security=True;Connect Timeout=30;User Instance=True
|
| Can't connect remotely to SQL Express as 'sa' | 14 Feb 2007 09:13 GMT | 1 |
I have a remote server with SQL Server 2005 Express installed on it. I try to connect to it from my local machine using TCP/IP. I have the remote SQL Express set to mixed mode and enabled TCP/IP. If I connect using a self-created login it works fine and I can run
|
| can not remote connect SQL 2000 | 14 Feb 2007 06:24 GMT | 2 |
We have 3 SQL servers. Server01 Win 2003 w/SQL 2000 192.168.1.1 Server02 Win 2003 w/SQL 2000 192.168.1.2 Server03 Win 2003 w/SQL 2005 192.168.1.3
|
| SP + Trigger = "Cannot enlist in specified transaction coordinator" | 14 Feb 2007 03:14 GMT | 3 |
I have Microsoft Access ADP 2003 connected to a database running on SQL Server 2000. I just created a trigger on Table A to run on UPDATE. I also have a stored procedure that periodically updates Table A. The problem is that the stored procedure fials and returns
|
| sp_attach_db with standby | 14 Feb 2007 02:33 GMT | 1 |
I have a database in warm standby The database was detached with sp_detach_db There seems to be no way to sp_attach_db and keep the database in standby mode?
|
| Alter failed when attempt to allow local and remote connections | 13 Feb 2007 22:51 GMT | 2 |
I am remoting into a sql server 2005 express via vpn, and while my user acct does not have admin rights, it is a member of all of the sqlexpress groups. Needless to say I didn't install this sql server, but I think it was laid down with all of the defaults intact. Vague, sorry.
|
| JDBC for ssis | 12 Feb 2007 17:46 GMT | 2 |
I need to connec from SSIS to RDB. As far as I know, there is no ODBC in SSIS, So how can i connect to my RDB??? I thougt may be to use some how the JDBC. Is it possible???
|
| MSSQL 2000 JDBC Driver Bug in get/setTimestamp using Calendar | 12 Feb 2007 17:34 GMT | 1 |
I am using the MSSQL 2000 sp3 JDBC driver (version 2.2.0029), and I found a problem while using getTimestamp(, calendar) and setTimestamp(,,calendar). I am trying to set my time stamps in GMT into the database. All works well, except for one hour during the year, corresponding ...
|
| jet oledb from tsql | 12 Feb 2007 10:30 GMT | 3 |
I wish to create a new access database each week whos name includes the curent date, then to create 7 tables in the database eg '27 Jul 2006.mdb' one for each day I then wish to insert rows into these tables,
|
| MS SQL and MSDE | 12 Feb 2007 08:44 GMT | 1 |
I need to develope a c++ application that connects to a MS SQL 2000 server, soon to be 2005, via OBDC. I want to develope the app on my workstation which rarely connects to the server. Can I use MSDE as a development engine and all the ODBC will be the same for the SQL server?
|
| Changing DB with a script using a variable. | 11 Feb 2007 13:45 GMT | 2 |
I am trying to write a TSQL Script for maintenance that willl read the databases from sysdatabases and change to each database inturn to perform some maintenance tasks. Problem is I can't get SQL to change to the next database.
|
| How to make different instances of SQL Server visible to each other? | 11 Feb 2007 13:42 GMT | 2 |
Two instances of SQL Server 2005 cannot "see" each other. One is Developer edition and one is Standard edition. Standard editon is running under Virtual PC. I would appreciate any suggestions on how make these two instances visible to each other.
|
| How does IP1, IP2, IPAll work in the IP Adddresses tab? | 11 Feb 2007 13:40 GMT | 3 |
I want to understand the IP Addresses tab of the TCP/IP Properties in SQL Server Configuration Manager. The following settings are from the default named instance of SQL Server 2005 Express (computername\SQLEXPRESS) on a Windows XP SP2 machine with IP Address 192.168.1.151.
|