Viewing 6 posts - 256 through 261 (of 261 total)
You might use something like that (part of my logshipping-procedures):
/* ---------------------------------------------------------------------------*/
-- Vollbackup.sql
-- T-SQL-Script zum Erstellen eines Vollbackups aller Datenbanken eines
-- beliebigen Microsoft-SQL-Servers (2000)
-- Erstellt am: 3.11.2003
-- Author:Karl Klingler, karl.klingler@dr-stahl.de...
May 7, 2004 at 3:23 am
explorer - right mouseclick on the DefDir- properties - security
Is SYSTEM visible?
has SYSTEM the write-permission?
(by the way, what is UseDefDir? Default Directory?
May 5, 2004 at 10:05 am
obviously the job can only succeed if is's account hat write permissions for the directory where the backupfiles will reside. You should verify this!
Karl
May 5, 2004 at 6:50 am
Hi,
you might do a "backup log with truncate", then a "backup database",
and until the next DB-Backup do a "backup log with no_truncate" every 15 minutes or so.
May 5, 2004 at 6:33 am
Are the Jobs really ended, or are they running still?
Try stopping and restarting the SQLServerAgent...
May 4, 2004 at 4:47 am
Don't forget that the use-statement is only valid during the execution of the exec-command.
-> Add anything you want to be done to the string @MySQL
April 28, 2004 at 3:06 am
Viewing 6 posts - 256 through 261 (of 261 total)