Viewing 15 posts - 20,791 through 20,805 (of 59,072 total)
GilaMonster (5/10/2015)
Jeff Moden (5/10/2015)
The only recommendation for space savings is to DISABLE NCIs prior to a rebuild.
Which itself is wrong, because ALTER INDEX .. REBUILD on the clustered index...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2015 at 2:28 pm
P.S.
Just to be sure, I did a deep dive double-check in Books Online and, as logical as it might seem, I can't find where it even implies that WITH DROP...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2015 at 1:55 pm
Eirikur Eiriksson (5/10/2015)
Ken Davis (5/9/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2015 at 1:17 pm
Ken Davis (5/9/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2015 at 10:04 am
Your Name Here (5/8/2015)
I can give you an example but I'll put a disclaimer right up front: it's not a great example or even a great reason to do it,...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2015 at 8:25 am
radek.celuch (5/10/2015)
Jeff Moden (6/27/2013)
This does an "old fashioned unpivot" of the data (CBAC but still better than RBAR)
Could you please explain the CBAC acronym used in this context? Thanks in...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2015 at 8:06 am
Revenant (5/9/2015)
TomThomson (5/9/2015)
Eirikur Eiriksson (5/9/2015)
SQLRNNR (5/8/2015)
erosFreyja
Fólkvangr
Field
Ninth
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2015 at 6:20 pm
Alan.B (5/8/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2015 at 5:42 pm
Steven DBA (5/9/2015)
you have an additional backslash at the end of the on the INSTALLSQLDATADIR entryINSTALLSQLDATADIR="C:\Program Files\Microsoft SQL Server\"
make this
INSTALLSQLDATADIR="C:\Program Files\Microsoft SQL Server"
Yowch! Good eye. It's things...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2015 at 5:24 pm
I think it's actually worse than you say. If you look at some of the horrendous problems on CONNECT that occurred with 2012 and the continuing lack of attention...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2015 at 5:21 pm
Understood and I also appreciate the fact that you brought up reworking queries in your article.
I brought up the Recovery Model switch specifically because of the following post...
brian118 (5/8/2015)
george.p (5/8/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2015 at 4:42 pm
sanjarani (5/9/2015)
One of many SQL Servers features that is hardly ever used because alternative methods are more suitable.
Please explain your "alternative methods" and how they are "more suitable".
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2015 at 4:10 pm
eboucicaut (5/8/2015)
Hello everyone,i would like to know it's possible to find all transaction(insert, delete,update) on a database for a day. if yes what can i do.
thank you.
Is this an interview...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2015 at 9:52 am
ScottPletcher (5/8/2015)
Who comes up with such ridiculous, useless qs? And why on earth would a dba want to waste value time and brain space memorizing such trivialities??
Heh.... exactly why I've...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2015 at 9:51 am
Store it as VARBINARY and "byte slice" it like they do with "Columns_Updated" in triggers. See the article at the following link, especially example "B". It won't be...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2015 at 9:43 am
Viewing 15 posts - 20,791 through 20,805 (of 59,072 total)