Viewing 15 posts - 31 through 45 (of 90 total)
You can use an Execute SQL Task.
Use the Parameter Mapping pane to map your servername to a variable. Then in the SQL Statement you can reference that variable and...
April 14, 2011 at 11:36 am
Great article, thanks for your perspective!
April 14, 2011 at 6:08 am
Regarding backups, I did some quick testing...
I restored the backup to a different server. To use the Certificate and Symmetric Key I first had to open the Database Master Key...
April 1, 2011 at 11:45 am
Think in terms of granting execute permission to s stored procedure by some basic web user (app).
Thanks for the response. I had tried that earlier and it did not...
April 1, 2011 at 11:09 am
Hi Brad,
Unfortunately, I can't say for sure exactly when the connections dropped and were subsequently able to be re-established. I was in our server room and it wasn't until I...
March 15, 2011 at 5:17 pm
Bradley, thanks for the reply. This is a Win 2003 Cluster. I am completely certain all three groups - the cluster / quorum group, the MSDTC group, and the SQL...
March 15, 2011 at 5:46 am
Thanks for the suggestion Chrissy. I haven't had much reason to troubleshoot our cluster in the past so I was not aware of this log.
The log on the primary...
March 11, 2011 at 6:57 am
I believe Kerberos is more secure as it does not pass credentials around - instead it passes some sort of "ticket". But other folks can better speak to that. What...
February 3, 2011 at 5:57 am
If you do not want the user to DELETE, then you have to remove it from the db_datawriter role and create your own role, then grant the appropriate permissions to...
January 10, 2011 at 1:21 pm
I think the first thing you want to do is understand precisely what is causing the deadlock - meaning what objects is each process requesting that is leading to the...
December 24, 2010 at 6:55 am
I'll assume you tested the query outside the context of sp_send_dbmail and there's no problems with the query itself...
One suggestion would be to make sure all objects are fully qualified...
December 24, 2010 at 6:33 am
When you say "converting", I'm going to interpret that as "copying"...
The 2 main options are backup/restore and detach/attach, based on whether the "original" needs to stay online.
If the original...
December 8, 2010 at 12:16 pm
Thanks Geoff for the suggestion, but I'm not sure how that helps. The jobs are not objects that you can grant permissions to.
I may not understand what you are...
September 30, 2010 at 12:12 pm
Viewing 15 posts - 31 through 45 (of 90 total)