Viewing 9 posts - 1 through 9 (of 9 total)
WAY OFF TOPIC THEN I'LL SHUT UP
I'm glad to hear others talk about Timex Sinclear's and Comadore's. Now I don't feel so old and alone thinking about my Northstar...
October 22, 2009 at 8:47 pm
If you can, move tempdb to a different PHYSICALdrive, you'll see a big improvement in performance. Just moving it to a different drive will have no impact if the...
October 22, 2009 at 8:13 pm
I finally gave up :crying: I spent more than 24 hours trying I don't know how many different tricks and they all ended the same way, I couldn't get...
January 15, 2009 at 12:14 pm
My script is:
RESTORE DATABASE [BFS]
FROM DISK = N'C:\BFS\BFS.bak'
WITH FILE = 30,
CONTINUE_AFTER_ERROR,
MOVE N'SL_Data' TO N'c:\BFS\BFS.mdf',
MOVE N'SL_Log' TO N'c:\BFS\BFS_log.ldf',
NORECOVERY
GO
RESTORE DATABASE [BFS]
FROM...
January 10, 2009 at 10:15 pm
Because of a problem with the log file the initial restore encounters an error. The initial restore leaves the database in the 'Restoring' mode. When I try to...
January 10, 2009 at 9:47 pm
The error I receive is:
An error occured while processing the log file for database 'BFSRecovery'. If possible, restore from backup. If backup is not available, it might be...
January 10, 2009 at 8:58 pm
I'm not at the machine any longer so I can't provide the entire message. No, I didn't try 'continue after error', I will. The reason I'm looking to...
January 9, 2009 at 2:07 pm
When I try to restore the database I get a message that an error was encountered processing the log file. The message says to either restore from a backup...
January 9, 2009 at 1:05 pm
Now I've really screwed things up. I tried to restore the database and received an error, "File already exists". Now the database is gone and I can't get it back,...
September 19, 2007 at 10:17 am
Viewing 9 posts - 1 through 9 (of 9 total)