Viewing 13 posts - 16 through 28 (of 28 total)
I have also made the local account part of the local administrators group and I will can't connect via BDE.
This is really starting to bother me, it shouldn't...
February 6, 2006 at 12:18 pm
SQL Server is set to 'SQL Server and Windows' authentication.
Also, I just re-tested the ODBC connection and that works fine. It is just the BDE that won't connect. ...
February 6, 2006 at 11:05 am
Even if I'm trying to use a SQL Authenticated login.
This doesn't make sense to me.
February 6, 2006 at 10:55 am
This is the syntax that I use to attach a DB with only a MDF file:
Exec sp_attach_single_file_db DB_Name, 'C:\Program Files\Microsoft SQL Server\MSSQL\Data\DB_Name_Data.MDF'
Just change the highlighted portions.
Matt
February 1, 2006 at 2:50 pm
Maybe I was too tired last week or what, but that script appears to be working fine this morning. I'll go ahead and put it into a test environment...
December 27, 2005 at 10:55 am
That's just it. I have never gotten an error during this process. But the data in the two databases do not match. The security log even says...
December 27, 2005 at 9:38 am
I took the following out of BOL (didn't read down enough before), but it still isn't working.
USE master
BACKUP DATABASE DB1
TO DISK = 'c:\Program Files\Microsoft...
December 23, 2005 at 10:18 am
The device only contains a backup of DB1. And DB1 is not being restored. I tested this by running the backup, changing data, and then doing the restore....
December 23, 2005 at 9:44 am
Thanks guys!
That is what I thought, but I wanted to run it by someone else as well.
November 30, 2005 at 9:22 am
Is e: a drive on your system or is it a drive on the server. You can only backup and restore to drives that are considered 'local' by the SQL...
May 24, 2005 at 9:46 am
What about using the Copy Database Wizard via Enterprise Manager. MSSQLSERVER needs to run with a domain acct, local sys admin will not work. This can be accessed via Enterprise...
May 20, 2005 at 9:28 am
like Karl said, make sure that the Windows NT User (or group that the user is in) is setup with a Login and then make sure that the login has...
April 12, 2005 at 11:29 am
Viewing 13 posts - 16 through 28 (of 28 total)