Viewing 15 posts - 196 through 210 (of 302 total)
I'm pro DRI, and support the arguments presented above. One con I haven't seen mentioned is that sometimes you need to index the FK in the table with the...
February 7, 2008 at 6:37 pm
Follow-up: Eswar tried to copy the service master key backup file local to his test server before restoring it, and he was not able to do that--access denied. ...
February 6, 2008 at 4:27 pm
I've never seen that error but it seems to be saying it thinks your master key file is corrupt or something. You're using BACKUP SERVICE MASTER KEY, then...
February 6, 2008 at 3:43 pm
Roy, I neglected to say "nice article" in my previous post.... Thanks, I did enjoy it!
jcrawf02, that was true a long time ago, but for many years...
January 29, 2008 at 6:03 pm
I agree with Jack Corbett's post, you need to look at the locking impact. Many years ago a team I worked with came to the opposite conclusion due to...
January 29, 2008 at 7:12 am
Wow. I think you've got the impact right, if they really want to change the keys. The data is encrypted by the key, so if the key changes,...
November 9, 2007 at 7:24 pm
I agree. Not sure there is an argument against, it was just the way Rich originally phrased things "Profiler aside..."
September 28, 2007 at 2:43 pm
Here's what I've figured out so far:
BOL wording "can be one of these values" is wrong. @flags values are definitely meant to be combined.
Undocumented value 32 = "include...
September 28, 2007 at 11:12 am
Try using sys.dm_db_index_usage_stats DMV? I'm not sure how long info stays here, but certainly is retained through service stops & starts (caveat: I haven't actually used this in...
September 28, 2007 at 10:38 am
Server traces don't have to involve "profiler" ... I'm probably being nitpicky though? You could readily write something like this, ensure your server trace always running, periodically dump output...
September 27, 2007 at 2:34 pm
Thanks, Bob. I figured as much, just shot in the dark to see if anyone had figured out a way (maybe found some undocumented functionality).
If anyone with input to MS reads this.......
September 14, 2007 at 8:36 am
1. You got the point, but I think Rasheesh used somewhat poor choice of words above. Checkpoint does not really "commit the uncommited transactions", rather it flushes committed transactions to...
September 14, 2007 at 8:20 am
I agree with Noel.
Only time multiple filegroups have ever proven helpful to me in past was when I had medium sized DB (100-250GB), and had to temporarily take it...
September 13, 2007 at 2:43 pm
Rudy & Noel, just want to say "thanks" for your replies. I've stopped trying to treat this as a SQL Server problem, involved our domain admins. No news yet, might be...
September 11, 2007 at 12:36 pm
Thanks for reply. I thought same thing, that's why part of my test was a PING run simultaneously with the OSQL command that failed to login. The results are in...
September 6, 2007 at 9:29 am
Viewing 15 posts - 196 through 210 (of 302 total)