Forum Replies Created

Viewing 6 posts - 1 through 7 (of 7 total)

  • RE: Using a copy of a backup

    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...

  • RE: Using a copy of a backup

    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. ...

  • RE: Using a copy of a backup

    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. ...

  • RE: Using a copy of a backup

    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' ),

    (...

  • RE: Using a copy of a backup

    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...

  • RE: Using a copy of a backup

    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...

Viewing 6 posts - 1 through 7 (of 7 total)