Viewing 7 posts - 1 through 7 (of 7 total)
I would try to combine all the Log Shipping Jobs in on Job.
The result should be that one Job after an other is executed and they don’t run parallel....
September 7, 2011 at 7:45 am
Try running the SQL Server Agent with an Account which has sysAdmin Access on both DBs and Modify Access to all the involved Directorys
January 28, 2011 at 2:22 am
I'm Operational IT
I am a DBA (MySQL, MSSQL), WebServer Manager, problem solver,...
And get every task none other can/like to do.
And each Problem, is a new challenge for me because i...
January 21, 2011 at 3:15 am
CREATE TRIGGER [TDE_TR_LS]
ON ALL SERVER
AFTER CREATE_DATABASE
AS
--Get the Name of the DB and store it in @DBname
DECLARE @data XML
DECLARE @DBname nvarchar(max)
set @data =...
September 7, 2010 at 4:01 am
Viewing 7 posts - 1 through 7 (of 7 total)