Viewing 6 posts - 1 through 7 (of 7 total)
Not sure I follow your question exactly, but we backup everything every 15 minutes. According to the console, we have 98 versions in the past 24 hours and 114...
August 4, 2011 at 2:30 pm
Gail - some of what I found out so far is that the backup solution we are using uses VSS and not the transaction logs to back things up. ...
August 4, 2011 at 2:16 pm
Agreed. I am already in contact with our backup vendor to sort that part out. I'm going to try this at an off hour just in case. ...
August 4, 2011 at 1:51 pm
It didn't like the log file part. It says the system cannot find the file specified for the LDF file.
USE [master]
GO
CREATE DATABASE [WallRestore] ON
( FILENAME = N'D:\LFPBCWall\WallRestore.mdf' ),
(...
August 4, 2011 at 1:46 pm
And doing this won't impact/touch anything with the original database as long as I give it a new name? This is the script it wants to execute:
USE [master]
GO
CREATE DATABASE...
August 4, 2011 at 1:36 pm
Gail - I forgot to mention when I originally went into the management studio and did an attach on the restored MDF file, it knew the original name of the...
August 4, 2011 at 1:04 pm
Viewing 6 posts - 1 through 7 (of 7 total)