Viewing 15 posts - 1,846 through 1,860 (of 2,840 total)
Back it up to local directory, then another script/Job will copy it over to the WAN using SCP
June 30, 2009 at 9:26 am
Open the Job Activity monitor in a separate window and then right click.
June 30, 2009 at 8:57 am
Thanks Grant..That what I thought.. But couldnt get any details of the certificate with the query I gave him.
June 30, 2009 at 8:07 am
Gail it is your secret admirer for sure... 🙂
He just did not have the guts (Or he is scared out of his pants about your reaction) to put his name...
June 30, 2009 at 7:38 am
What is the user that is running the Replication Agent? And also what is the user that is running the SQL Server Agent? They both need to have modify permission...
June 30, 2009 at 7:26 am
As per BOL... The following example disables trace flags 3205 and 260 globally.
DBCC TRACEOFF (3205, 260, -1);
GO
Where -1 means global.
June 30, 2009 at 7:23 am
When they updated the DB , did they add any trace flags? Seems like they have DBCC TRACEON(3607), DBCC TRACEON(3608) and DBCC TRACEON(3609). This can cause SQL server to...
June 29, 2009 at 3:30 pm
Can someone take a look at this issue?? I am bit lost on how to help this OP.
June 29, 2009 at 3:12 pm
This error comes up when there is a master key set up for your 2008 or 2005 box. I am a bit lost here. I will try to get some...
June 29, 2009 at 3:10 pm
Try this query...
USE master;
GO
SELECT * FROM sys.symmetric_keys WHERE name LIKE '%MS_DatabaseMasterKey%'
GO
June 29, 2009 at 2:56 pm
Do you have encryption set up on your publisher or subscriber? That is when you get the master key errors.
June 29, 2009 at 2:47 pm
Glad to know that everything worked out fine...
June 29, 2009 at 1:22 pm
I sit in a corner with another DBA and one network admin who is allowed to acces our Main Database server. I have the gif file printed of WTF reviews......
June 29, 2009 at 1:20 pm
Your issue is a small one. You cannot add a 2008 subscriber from the 2005 SSMS. This is due to the fact that SSMS is only backward compatible and not...
June 29, 2009 at 9:29 am
Viewing 15 posts - 1,846 through 1,860 (of 2,840 total)