Viewing 15 posts - 1,201 through 1,215 (of 7,429 total)
You can dig back thru my history as there was a similar conversation and I posted the results of several test I did.
Basically thou there are various factors.
Text type columns,...
March 18, 2005 at 11:07 am
Or to meet just your criteria you could do
Select object_name([id]) table_name, [name] index_name, indid index_id From Sysindexes
March 18, 2005 at 6:26 am
But the key of course is the fact you are using SQL standard edition. You cannot use more than 2GB under any circumstance.
March 18, 2005 at 6:20 am
The only thing I couldn't find in the references supplied by Frank is their official name. The are called Ghost records and if you ever look at the TL lo...
March 18, 2005 at 6:14 am
Which specific functionality are you referring to?
March 17, 2005 at 10:28 am
Which tables and in which DBs are you referring? Many times people resotre DB's and forget to remove the invalid users when they go forward. But I need to know...
March 17, 2005 at 10:26 am
Yeah, but the media itself did an expose on him saying he was a White House friendly reporter with no right to be there. The media wants him gone.
March 17, 2005 at 6:20 am
Primarily offered as another solution and should be tested as with any solution.
I have found many cases (and usually those were where sorting will produce invalid results or it...
March 16, 2005 at 2:43 pm
The more I do these I find this to be a better method especially for large datasets. And depending on your actual future needs it could be wrapped into a...
March 16, 2005 at 12:14 pm
The only thing I can find on CProbe is a network probing utility. Are you running any specialized network monitoring tools. Might be an attack of some kind but you...
March 16, 2005 at 7:20 am
They were xp's in SQL 7 see BOL xp_trace_ in the index.
March 16, 2005 at 7:14 am
There are many ways to write this code, you just have to try them and weigh what occurrs in the execution plans to decide if any changes such as indexes...
March 10, 2005 at 10:12 am
Try use the MAX DOP option in your query and see if that helps. Could be it is causing a parallel execution and locking that way. Also check the execution...
March 10, 2005 at 10:07 am
Also tested the same things with SQL 7 and it behaved differently with this. Case made no difference on the third or forth run afterwards. So is this specific to...
March 10, 2005 at 7:38 am
Viewing 15 posts - 1,201 through 1,215 (of 7,429 total)