Viewing 15 posts - 1,906 through 1,920 (of 2,640 total)
I was going to post that you were not allowing any memory for the o/s - then I read your post from microsoft.
I'll be blunt, you'd not configured memory correctly...
August 11, 2006 at 4:38 pm
Please don't use a table variable for anything other than a small data set. You'll find a #temp table will optimise far better.
clustered indexes allow for enforced uniqueness on a...
August 11, 2006 at 4:26 pm
I really think you might need a good read of BOL.
you can set up a restricted snapshot on table columns - it's in the advanced options - don't really...
August 10, 2006 at 10:55 am
I've tried various configs for arrays and to be honest never been able to measure any difference. Tran logs and backups are best set with 64kb blocks and the data...
August 10, 2006 at 10:50 am
It always depends upon what your concept of large is .. when I've enabled deadlocking trace flags I've often ended up with 80Mb logs per day - the easisest way...
August 10, 2006 at 4:58 am
please don't tell me you're trying to populate a table variable with 15 million rows?
August 10, 2006 at 4:54 am
It sometimes makes you want to grasp them round the throat very tightly !! I believe this issue can be resolved using a cursor which batches it's results ( forehose...
August 8, 2006 at 8:03 am
Hmmm I remember this myself - to be honest the index tuning wizard is pretty well rubbish - if you've a copy of 2005 the tuning advisor is much better. ...
August 8, 2006 at 7:51 am
I've not found that many of the perfmon counters give meaningful results with a SAN. No doubt the queue counters indicate something, but I suspect they don't relate the same...
August 8, 2006 at 7:47 am
ah! stupid idea using guids for a clustered index!! sort of fixed in 2005.
August 7, 2006 at 2:07 pm
it's still in 2005.
It's just a case of trying, although I would say that SSIS has much better features susch as support for wmi so thse things should be easier.
August 7, 2006 at 9:30 am
I'll do my quick plug for sql diagnostic manager, go to http://www.idera.com and get a demo/buy a copy and attach to your server. This will trend your box over...
August 7, 2006 at 9:26 am
You can cycle your error log sp_cycle_errorlog creates a new log, I normally schedule these just after midnight at a frequency which suits as required, e.g. every sunday, every night.
August 7, 2006 at 9:19 am
It should be possible but I figure it would be horrible to support, a failover in one instance would force a failover of the other I figure - could be...
August 7, 2006 at 9:15 am
Viewing 15 posts - 1,906 through 1,920 (of 2,640 total)