Viewing 15 posts - 1 through 15 (of 16 total)
Got a script, to do this but not sure what i need to change to get it to work correctly
/*==================================================================================
NAME: ...
August 4, 2008 at 8:31 am
do you backup to tape once a week ?
if so why not set it to delete logs older than 1week. which probably wont save much on disk costs.
I have setup...
May 22, 2008 at 9:27 am
Hi ,
Are you talking about Enterprise manager I am using sql 2000 ent edition.
what gui tools are you talking about if not Ent manager,
and what tools does all your scripting...
February 14, 2008 at 3:31 am
I was thinking it could be something like that so just trying to restore only with the 11:00 to see if that was the problem,
Thanks for confirming the problem and...
February 14, 2008 at 2:59 am
Thank you.
Frank.
January 9, 2008 at 5:14 am
Great thanks for that.
got it working now,
Can someone explain a few commands to me, the following ones i don't understand or no my options.
WITH FILE =1 what does the with...
December 4, 2007 at 8:08 am
Thanks for the advice,
where would the with move command go in this script.
also do i need to restore the log file after doing a full back restore, i was thinking...
December 3, 2007 at 9:26 am
sorry here it is.
restore statement
ALTER DATABASE Changepoint SET SINGLE_USER WITH ROLLBACK IMMEDIATE
restore database Changepoint from disk = 'd:\temp\changepoint_diff1.bak' WITH RECOVERY
GO
ALTER DATABASE changepoint SET MULTI_USER
Error message
Nonqualified transactions are being...
October 12, 2007 at 2:12 am
Hi
Here is my script for backing up can anyone help me change it to do a restore please.
BACKUP DATABASE [Changepoint] TO DISK = N'd:\temp\changepoint_diff1.bak' WITH NOINIT , ...
October 12, 2007 at 2:04 am
Thanks Greg,
Our tape backups occur everyday, weekends full and weekdays incrementials.
I am still confused on how to write this, I have managed to setup a differential backup but can not...
October 12, 2007 at 1:41 am
Thanks I'l take a look at BOL.
also If I create the scripts and keep the naming the same of the differential backups the scripts never need to be changed unless...
October 11, 2007 at 4:42 am
Thanks John,
any chance you could show me an example script of what you have said,
also could I have to seperate jobs to do the diferentials and the full ?
Thanks alot...
October 11, 2007 at 4:26 am
Hi
Thanks Greg.
I guess if I wanted to schedule this as a job i would need to create it in the master database ?
this is what i have done so far...
October 11, 2007 at 2:04 am
Hi Greg.
do you know how I can include this in a script to check and lock user out for the restore to work successfuly and then allow the users to...
October 10, 2007 at 9:29 am
I'm new to all this, so just trying to learn all of this.
Thanks for the info guys thats great.
Frank
October 10, 2007 at 9:28 am
Viewing 15 posts - 1 through 15 (of 16 total)