Viewing 13 posts - 1 through 13 (of 13 total)
Open 'Management' in Management Studio, select 'Maintenance Plans' and create a new maintenance plan using Maintenance Plan Wizard.
January 29, 2008 at 1:17 am
BACKUP DATABASE [name] TO DISK=N'[path+filename]' WITH NOINIT
and make sure the extension of the back-up file is .BAK
December 11, 2007 at 2:41 am
tmc (12/3/2007)
December 4, 2007 at 2:39 am
I used this technique in both 2000 and 2005.
On DB.A run:
BACKUP DATABASE [name database] TO DISK = N'[path and filename.bak]' WITH NOINIT, SKIP
Startup Management Studio on DB.B. Create a new...
October 11, 2007 at 9:58 am
You need to make a new back-up to a file. Remove the back-up device in the dialog and select file. Create a new file and back-up to it. Then...
October 11, 2007 at 9:14 am
You could try to back-up the database to a file in stead of a device. Create a new database (with required name) on the other server and restore the file...
October 11, 2007 at 8:48 am
Thanks everyone. I'll post detailed database information & shrink results as soon as possible.
August 21, 2007 at 1:04 am
@ Moderator
Can you please move this thread to the right section (MS SQL Server 2005)? Thnx
August 20, 2007 at 6:29 am
In SQL Server 2000 we used the simple recovery model.
August 20, 2007 at 4:25 am
Oops, this message should be in administrating SQL Server 2005
August 20, 2007 at 3:09 am
Viewing 13 posts - 1 through 13 (of 13 total)