Viewing 15 posts - 16 through 30 (of 74 total)
I was able to get the script to execute. The code is as follows:
' Microsoft SQL Server Integration Services Script Task
' Write scripts using Microsoft Visual Basic 2008.
' The...
June 30, 2010 at 1:19 pm
Thanks for the response Dan! I've got a few questions though about it:
1. What do you mean by 'always get the code from the report server'? Is that...
June 22, 2010 at 1:40 pm
That makes sense. I'm told that it's happened at my current employer that some column additions haven't made it over to the secondary server. I'm not sure how...
June 9, 2010 at 5:25 pm
Several days ago I ran into the issue again and had to redo log shipping for about 40 databases. Fun.
When the crud hit the fan, there were tons...
June 9, 2010 at 1:16 pm
Mark, can you elaborate on how I can look at the mb/sec for the restore? Thanks.
June 3, 2010 at 10:29 am
Hello,
The following code works as expected (from BOL):
BACKUP CERTIFICATE [CertName]
TO FILE = 'C:\CertName.cer'
WITH PRIVATE KEY (
FILE = 'C:\CertName.pvk',
ENCRYPTION BY PASSWORD='password',
DECRYPTION BY PASSWORD='password'
)
GO
All three 'WITH PRIVATE KEY' paramaters appear to be...
May 14, 2010 at 11:19 am
Sorry for the delay in reply. It looks like Dave is correct for my situation. Adding up each line and comparing to the total shows that Profiler is...
May 14, 2010 at 10:04 am
I double checked to make sure I wasn't looking at two different event classes, and both are SP:StmtCompleted.
HTH
May 6, 2010 at 8:04 am
This is great information, thank you!
April 27, 2010 at 10:18 am
Perfect! Thank you Gail, I wasn't able to dig up anything using Google but completely spaced out BOL. DOH! Tks again.
December 31, 2009 at 9:19 am
Great, thank you very much. The file was not in the list generated by:
select physical_name from sys.master_files
So, I went ahead and renamed the file and restarted the...
October 1, 2009 at 2:12 pm
I added that user to the sql agent roles as you suggested but to no avail, I still get the same denied message.
August 27, 2009 at 9:29 am
Viewing 15 posts - 16 through 30 (of 74 total)