Viewing 15 posts - 541 through 555 (of 557 total)
GilaMonster (6/29/2012)
ben.brugman (6/29/2012)
June 29, 2012 at 6:47 am
GilaMonster (6/29/2012)
You may want to take a read through these:http://www.sqlservercentral.com/articles/Indexing/68439/
Thanks for providing the links.
I do understand indexes, both clustered and heap.
I do not always understand behavior of the optimizer combined...
June 29, 2012 at 6:23 am
GilaMonster (6/28/2012)
June 29, 2012 at 1:30 am
Thanks for your anwsers.
At the moment I am trying to convince my organisation that Clustering would solve a lot of the problems we have at the moment and would improve...
June 24, 2012 at 6:18 pm
Thank you all for the replies.
Now I can convert most tables ON-LINE. Great.
Do you have suggestions for the tables containing LOBS.
Or is there is way to do this on-line by...
June 24, 2012 at 5:34 pm
GilaMonster (6/15/2012)
June 15, 2012 at 8:26 am
Sean Lange (6/15/2012)
You might want to do this during off hours especially if the table is large because it might take a bit of time to create the index.
Thanks for...
June 15, 2012 at 8:15 am
GilaMonster (6/4/2012)
Near the end. To be specific, it'll be a consistent state as of the time that the data-reading portion of the backup completed.
Thanks,
this wil help us with planning the...
June 4, 2012 at 9:39 am
Grant Fritchey (6/4/2012)
June 4, 2012 at 9:15 am
Grant Fritchey (5/25/2012)
The reads measures are based on pages, yes.Other than that, maybe I'm misunderstanding the question.
The hit ratio
SELECT '--' [--], cntr_value AS 'xhitx', CONVERT(varchar(30), getdate(), 126) as TIJD, '>>>'+counter_name+'<<<'...
May 25, 2012 at 5:23 am
Michael Valentine Jones (11/15/2011)
There is only one database snapshot "technique" that I know of.
Thanks for pointing out this technique.
I knew of snapshot isolation but this is used differently, I guess.
Other...
November 15, 2011 at 8:01 am
Michael Valentine Jones (11/14/2011)
Restore the DB onto the Dev server, and then make a snapshot.
To which snapshot technique are you refering?
We have a single development database but about 20 developers...
November 15, 2011 at 6:48 am
Ninja's_RGR'us (11/14/2011)
Plan B => http://www.red-gate.com/products/dba/sql-virtual-restore/
Thanks for plan B.
Found a similar plan C:
Plan B => http://www.idera.com/Products/SQL-toolbox/SQL-virtual-database//
Ninja's_RGR'us (11/14/2011)
Then...
November 14, 2011 at 9:36 am
Gianluca Sartori (10/13/2011)
You can use a "dirty trick" to achieve the same thing:
With this linked server in...
October 13, 2011 at 8:52 am
Thank you for your time and answer.
In our situation OFF produces a 'fatal' error, and with ON the select get's completed.
The provided link does describe the Set errorabort, but the...
October 10, 2011 at 9:39 am
Viewing 15 posts - 541 through 555 (of 557 total)