Viewing 15 posts - 1,081 through 1,095 (of 2,387 total)
Can you try to import it using DTS?
October 2, 2003 at 8:09 am
Not only sort order, but also you have to initiate and allocate database device spaces and fragments exactly same as the devices in your original server. The device fragments that...
October 1, 2003 at 7:21 pm
From BOL.
"The snapshot backup and restore functionality is accomplished in cooperation with third party hardware and/or software vendors. These vendors use features of SQL Server 2000 designed for this purpose....
October 1, 2003 at 6:39 pm
I wouldn't suggest you do that because that process may be shared by many connections from application unless you are sure the idle process is an orphan process.
October 1, 2003 at 6:16 pm
As long as you don't use for production, It doesn't matter how many CPUs you have.
October 1, 2003 at 6:10 pm
Or if the snapshot are the MDF and LDF files, you can try sp_attach_db.
October 1, 2003 at 2:24 pm
Use SET IDENTITY_INSERT to allow explicit values to be inserted into the identity column of a table.
October 1, 2003 at 12:28 pm
I would copy the data file into c: drive of server and run the BCP from the server. Pelase make sure the data file is able to be opened by...
October 1, 2003 at 11:53 am
Your original server name is stored in sysjobs table in msdb. Manually change it with new server name and you will be fine.
October 1, 2003 at 11:48 am
RESTORE HEADERONLY command will tell you information about your backup file such as database version, CompatibilityLevel etc. Check BOL for details.
October 1, 2003 at 11:43 am
Requesting hot fix is free from Microsoft.
October 1, 2003 at 11:38 am
Where does the data file reside, Where do you run the BCP command, in your workstation or server?
September 30, 2003 at 2:43 pm
As you already done, review the indexes, your delete statement to use correct index by examine the query execution plan. Be aware of changing the indexes may affect other queries...
September 30, 2003 at 2:36 pm
Do you see "Performance monitor shared memory setup failed: -1" in your SQL Server errorlog? If you are, call Microsoft to get fix and getting the fix is free.
September 30, 2003 at 2:31 pm
Is sp_change_users_login you are looking for?
September 30, 2003 at 10:26 am
Viewing 15 posts - 1,081 through 1,095 (of 2,387 total)