Viewing 5 posts - 31 through 35 (of 35 total)
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...
December 3, 2008 at 5:38 am
The sys_ft file is a full text catalog. Changing that to an mdf file will break this further
Conan
December 2, 2008 at 7:23 pm
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'...
December 2, 2008 at 4:19 pm
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...
December 2, 2008 at 10:05 am
Backup is occurring from a job.
BACKUP DATABASE [' + @dbname + '] TO DISK = N''' + @backuppath + '\' + @@SERVERNAME + '_' + @timestamp + '_' +...
December 2, 2008 at 9:20 am
Viewing 5 posts - 31 through 35 (of 35 total)