Forum Replies Created

Viewing 5 posts - 31 through 35 (of 35 total)

  • RE: Database Restore Bingo

    No. It works on a different server. I am not replacing the database. I am restoring to a new one and I have tried replacing it as...

  • RE: Database Restore Bingo

    The sys_ft file is a full text catalog. Changing that to an mdf file will break this further

    Conan

  • RE: Database Restore Bingo

    I am basically restoring through the gui but here is a script of whats happening:

    RESTORE DATABASE [MYDB_2] FROM DISK = N'C:\MYDB_PROD_DB_BACKUP.BAK' WITH FILE = 1, MOVE N'MYDB_DATA'...

  • RE: Database Restore Bingo

    Some additional information to give a better picture. The database is 16 gigs in size. This is the only database suffering from the issues all other backups on...

  • RE: Database Restore Bingo

    Backup is occurring from a job.

    BACKUP DATABASE [' + @dbname + '] TO DISK = N''' + @backuppath + '\' + @@SERVERNAME + '_' + @timestamp + '_' +...

Viewing 5 posts - 31 through 35 (of 35 total)