Viewing 15 posts - 46 through 60 (of 153 total)
I have backup files getting stored in its own individual directory for each database and I use below code to delete files older than 3 days. It works well.
DECLARE @OD...
August 23, 2011 at 1:39 pm
select replace(email, '@abc.com', '@gmail.com') as Email, Ename from #emp
July 19, 2011 at 12:10 pm
Perry Whittle (7/12/2011)
apat (7/12/2011)
Log shipping job on Primary server will do the log backup and copy it over to the secondary server,
The backup job on the primary server does...
July 12, 2011 at 10:57 am
I don't think you need to have two different log backup jobs now. Log shipping job on Primary server will do the log backup and copy it over to the...
July 12, 2011 at 7:44 am
Yes you were right. There was a permissions issue. I was using a SQL login to connect to linked server and that login needs to have sysadmin rights on the...
June 21, 2011 at 6:46 am
One question though,
when I execute,
EXECUTE MyServer1.master.dbo.xp_fixeddrives -- It gives me drives available and free space result
But the same thing for another server gives me no result. It runs successfully but...
June 20, 2011 at 2:36 pm
Does this require restarting SQL Server Service too?
June 20, 2011 at 1:12 pm
Thanks for the reply Sean. I will make sure I post in the right forum next time. If you like you can move it. And sorry for position it at...
June 2, 2011 at 1:37 pm
Thanks for the quick reply George. One more question,
If SQL Server Service still runs under Local System Account and SQL Agent is Changed to run under Domain Account, that...
June 1, 2011 at 2:35 pm
Sure... We use windows authentication for all the servers. Do I need to make any security considerations for that?
May 19, 2011 at 12:19 pm
Viewing 15 posts - 46 through 60 (of 153 total)