| Thread | Last Post | Replies |
|
| Failed to connect to server Microsoft.SqlServer.ConnectionInfo for database mirroring | 31 Jul 2009 15:45 GMT | 4 |
Presently I am attempting to setup a database mirroring system using asynchronous mirroring with MS SQL Server 2008 as the primary server and MS SQL Server Express 2008 as the mirror server. The primary server us running MS Windows Server 2003 and the mirror server is
|
| odbc settings | 29 Jul 2009 12:47 GMT | 3 |
I have all users set up in sql server security and also for my database instance. I have linked tables in access which sits on a different server. I have an odbc setup on my box and the connection works great. When I set up an identical odbc on another box when the user tries ...
|
| Support for SQL Server JDBC Driver | 29 Jul 2009 02:41 GMT | 6 |
Dear Friends, I have following two questions :- 1. What needs to be done to get support if we run into any issues with sql jdbc driver?Can we contact Microsoft for this if we have a valid MS SQL
|
| SQL Configuration with 2 PCs | 27 Jul 2009 08:48 GMT | 8 |
Below is our issue for SQL Express 2005 (SP3) We have an application that utilizes SQL Express 2005 as database. The application is installed locally at the branch pc and accesses a local database and we have no problem with it.
|
| How to excute an update/insert statement and receive the affected | 22 Jul 2009 13:20 GMT | 1 |
I am programming a client tool in c with SQL Server Native Client (odbc). If I excute a statement with SQLExecDirect or SQLExec the return statement of this function inticates only something like succesful.. how can I receive the number of affected rows?
|
| Using SQL Server Native Client (ODBC) - SQLDriverConnect No respon | 21 Jul 2009 23:09 GMT | 6 |
Hello, I am working on a native C application, which should connect to a SQL Server by using the SQL Server Native Client (ODBC). These are my first steps with ODBC. If I am running the following code, the function SQLDriverConnect never
|
| Windows NT user or group not found. | 21 Jul 2009 16:06 GMT | 2 |
I encounter problems renaming an account with an Umlaut. Here is the Sample: Domain\Müller should be renamed to Domain\Muller. In AD everything is ok. Here is the SQL: CREATE LOGIN [Domain\muller] FROM WINDOWS
|
| managing a database in sql server express | 21 Jul 2009 05:06 GMT | 3 |
hi. i am using sse with visual studio express and mgt studio express. i have created a new database in visual studio as part of a project. but i can't figure out how to export it and move it to another server. (i have tried all sorts of things, like opening it from mgt studio. but ...
|
| Need help connecting to and backing up SQL Server Express | 19 Jul 2009 12:45 GMT | 8 |
Because there's no automated way to backup my databases in SQL Server Express 2005, I'm trying to use sqlcmd and call an sql file to execute the steps. I keep getting a connection error. Here is what I'm doing: The AUOTBACKUP.BAT file has a single line to connect the machine
|
| connect to sql server on web server | 16 Jul 2009 21:53 GMT | 1 |
We have a web server computer running Windows 2003 Server in our small office. This web server has SQL Server 2005 Express which hosts the database backend for our public website and stores customer order information. I want to connect to SQL Server on the web server from my ...
|
| Sql server 2005 Endpoints? An error ('0x80070005') occurred while attempting to register the endpoint | 16 Jul 2009 17:12 GMT | 9 |
Does anyone have any idea why it's impossible to create endpoints in 2005? I've tried this on 3 different installations of SQL Server 2005. No go. This is just a sample... copied from the MS virtual lab.
|
| Remote Connection | 13 Jul 2009 23:02 GMT | 5 |
I have Windows Server 2008 and SQL SERVER 2008 installed. I'm trying to connect to my sql server remotely from my computer. To enable remote connection on the server I did the following: 1. Enabled TCP/IP and Named Pipes in Protocols for MSSQLSERVER
|
| Connecting to a mainframe computer with ODBC from SQL Server | 09 Jul 2009 19:10 GMT | 2 |
Sorry if I ask this question in the wrong group, maybe one can point me to the right one please ? We can access a mainframe computer database with ODBC, I can do it in Access
|
| RESTORING | 07 Jul 2009 16:53 GMT | 4 |
our system: MS SQL Server 2005, SP3 I suddenly got the following error in my SQL log: The database 'model' is marked RESTORING and is in a state that does not
|
| sharing data across two domains | 06 Jul 2009 20:44 GMT | 1 |
I have a csv file available from server 2003 in DomainA, daily. The csv is in a datastorage server, say S: it needs SSIS to get the file and to massage it before populate in a table in SQL 2005 over DomainB.
|