Viewing 15 posts - 1,111 through 1,125 (of 1,157 total)
Is there a good reason why this new hardware has to have the same names? After all the SQL server instance does not use them.
I would add a third...
November 2, 2010 at 1:27 pm
Something I found out a couple of years ago to remember, additional features cannot be added once you've set up a cluster. I've always found it prudent to install...
November 2, 2010 at 1:20 pm
I had a similar issue with this when it came to a restored db which contained an old schema related to the user being created. I had to drop...
November 2, 2010 at 1:12 pm
November 2, 2010 at 12:28 pm
I see what you mean as a temporary space requirement. I had to retest this to confirm my original interpretation on space was right 🙂
create table temp2(uid INT identity...
October 21, 2010 at 8:08 am
Oliiii (10/21/2010)
October 21, 2010 at 4:38 am
RowCount : 62,187,467
Our current rowcount is 1,169,466,138. Its a matter of scale. 😉
October 21, 2010 at 2:39 am
I'm not a fan of the idea that you will be partitioning the data on a column that will be updated. This will bring about an overhead in the...
October 21, 2010 at 2:36 am
GilaMonster (10/20/2010)
MysteryJimbo (10/20/2010)
I believe its a combination of myth and/or poorly configured traces that have spread this across a multitude of articles.
I have personally brought down a busy production server...
October 21, 2010 at 2:13 am
GilaMonster (10/19/2010)
You don't ever want to use Profiler gui against a production server. Use a server-side trace and trace to a fast local drive instead.
FWIW I've found lightweight traces are...
October 20, 2010 at 9:20 am
This is the key page for understanding how SQL Trace works and feeds into the I/O providers (rowset/SMO/Profiler is one of them).
The rowset provider, on the other hand, is...
October 20, 2010 at 9:16 am
but it sounds as though I should let the .bak and .trn files hang around at least 6 months or so.
It might be worth assessing your capacity requirements before making...
October 20, 2010 at 9:00 am
The transaction log backups made for log shipping are identical to the ones that would be produced from a transaction log maintenance plan and can be used in exactly the...
October 20, 2010 at 8:57 am
For the purposes of this post I'll assume you meant ALTER INDEX. I've just double checked and REORGANISE isnt a table option. 😉 REBUILD could work but...
October 20, 2010 at 5:34 am
Viewing 15 posts - 1,111 through 1,125 (of 1,157 total)