Viewing 15 posts - 181 through 195 (of 201 total)
So you can restore the database by stopping and starting the server?
Else you need to check for the SPIDs that are blocking the database. Use the master database to restore.
Restore...
July 15, 2008 at 7:51 am
WITH NORECOVERY to WITH RECOVERY
For the above can some one explain what is their difference?
As for the last trans log to be restored we specify with recovery ,
why is...
July 15, 2008 at 7:46 am
Adding to that, you can restore the database with SQL Server EM:), you can use the TSM backup and restore process. Also there would be few third party tools to...
July 15, 2008 at 7:42 am
Hi, what is the SP that you are using to restore?
you can move the backup from server 1 to server 2 using a shared folder, or by using the...
July 15, 2008 at 7:37 am
Hi, use the master database and run the command sp_who2 to check who is accessing the database that you are trying to restore.
check for the spid here against the database.(blkby...
July 15, 2008 at 7:33 am
hmm..you may be right, I actually used this command through VB, however when the users forgot their password we had to reset with a new one! there was no way...
July 15, 2008 at 7:22 am
Hi,
Yes you are right ServerA has SQL Server. ServerB does not .
Yes want to run a command line on ServerB after ServerA finishes restoring a database.
The load to database...
July 15, 2008 at 6:13 am
SELECT ENCRYPT ('Test')-> when this select query is run on a database the value obtained is in an encrypted format.
Hence, if you did mean that you what to enter...
July 15, 2008 at 5:55 am
BACKUP LOG WITH TRUNCATE_ONLY
--->Can some one please tell me what does the above statement do. I understand that the log files are backuped up
My questions are...
July 15, 2008 at 5:33 am
Hi, before you apply the SP 2 hotfix, please remember that SQL Server service must be restarted.Also restart the computer before the change is applied.
Even I think its better...
July 15, 2008 at 5:25 am
Thank you...Let me explain the scenario....I have a batch job that runs on a virtual server..
I have to run the batch automatically, whenever I am asked to do it(that is...
July 15, 2008 at 5:10 am
thanks Carl!, we have a batch file that runs in the command prompt, I want to schedule the batch job to run automatically at a specific time, that time would...
July 13, 2008 at 6:47 am
Viewing 15 posts - 181 through 195 (of 201 total)