Viewing 15 posts - 8,431 through 8,445 (of 9,641 total)
mike (6/11/2008)
June 11, 2008 at 2:03 pm
don_goodman (6/11/2008)
June 11, 2008 at 1:08 pm
Nathan Allan (6/11/2008)
Note that naming stored procedures starting with "sp_" causes SQL Server to search master for the procedure first, causing cache misses and more expensive name resolution.
You should note...
June 11, 2008 at 11:09 am
Anirban Paul (6/11/2008)
tonyf (6/11/2008)
Why do all these articles assume that the DBA can be trusted?Trust has to be there and I believe most of the DBAs can be trusted.
At...
June 11, 2008 at 9:10 am
RBarryYoung is correct in each of his posts. You do need to understand the differences between Snapshot Isolation and Read Ucommitted (nolock) and BOL is the best place to...
June 11, 2008 at 7:41 am
Grant Fritchey (6/11/2008)
Any chance of posting the code for the procs that start the traces? I'm curious about some of the details...
June 11, 2008 at 7:08 am
Did you ever find the answer to this problem? I was going to post the same link that Matt did. The answer is definitely there.
June 10, 2008 at 7:23 pm
Duplicate post please post answers here, http://www.sqlservercentral.com/Forums/Topic514867-149-1.aspx
June 10, 2008 at 7:11 pm
Duplicate post, please give answers here, http://www.sqlservercentral.com/Forums/Topic514867-149-1.aspx
Please post in only 1 forum. Posting in multiple forums just makes people post duplicate answers and does not allow for us to...
June 10, 2008 at 7:10 pm
Uncle Boris,
I too have struggled to find things in Profiler in 2005. I really don't like the changes MS introduced to the interface, they made it much harder to...
June 10, 2008 at 7:05 pm
Gabor,
If you change the isolation level, you do realize that user 2 is going to see the deleted records? You can also manage the isolation level at the query...
June 10, 2008 at 7:01 pm
SSIS should definitely be able to move you from SQL 2000 to 2005, in fact you should be able to do a backup of the SQL 2000 database and restore...
June 10, 2008 at 6:56 pm
I'm not sure what you mean when you say from the SQL Server side. You can use the sp_lock stored procedure and in 2005 I believe you can use...
June 10, 2008 at 6:51 pm
Eric Stimpson (6/10/2008)
You can examine the contents of the trace after you've stopped it by using this select:
Therein lies the rub, I think. A trace used for auditing would...
June 10, 2008 at 1:14 pm
Viewing 15 posts - 8,431 through 8,445 (of 9,641 total)