Viewing 15 posts - 16 through 30 (of 93 total)
Stacey Decker (10/30/2014)
October 30, 2014 at 7:08 am
radman_bobbin (10/30/2014)
The approach I was taught (and still follow) is that if NULL "means something" in relation...
October 30, 2014 at 6:12 am
Tim0 (10/30/2014)
"NULL and empty string both take up the same space (zero bytes)"
It was my understanding that a varchar, regardless...
October 30, 2014 at 6:06 am
john.p.lantz (9/4/2014)
September 4, 2014 at 6:39 am
N_Muller (8/6/2014)
Ed Pollack (8/6/2014)
August 6, 2014 at 9:54 am
N_Muller (8/5/2014)
I tried implementing in-memory tables and compiles stored procedures a couple of months ago, when SQL Server...
August 6, 2014 at 7:12 am
gary.strange-sqlconsumer (8/6/2014)
Great article, thanks edOne question: You said the DLL are machine code. So just to clarify you get a machine code dll and not a clr assembly?
That's correct---and the...
August 6, 2014 at 5:26 am
The gotcha with in-memory OLTP is that it needs to be completely contained in-memory. A natively compiled stored proc can't go out to disk for other data, or even...
August 4, 2014 at 8:27 am
andrewj29 (8/4/2014)
I am sure some kind of 'wrapper' will be developed in the...
August 4, 2014 at 8:20 am
mccork (7/29/2014)
A good enhancement to server permissions. It addresses a recent annoyance I found with setting up a SQL 2012 service account for use by SQL Compare... I...
July 30, 2014 at 5:20 am
carlje54 (7/29/2014)
This requires SQL2014 Enterprise Edition!
Please check Microsoft's documentation:
http://msdn.microsoft.com/en-us/library/gg492088.aspx]
It is available in Enterprise, but also in Developer and Evaluation.
July 29, 2014 at 1:51 pm
Excellent article---well-written, a pleasure to read, and a great mix of practical and theoretical examples!!!
July 28, 2014 at 12:49 pm
prabhu.st (7/25/2014)
Microsoft had recommendations on ways to rewrite queries in order to take advantage of batch processing
could you please give me a...
July 25, 2014 at 6:56 am
So I love a good challenge, and my first thought here was...how can we do this without loops or XML? Here is a solution that appears to work...let me...
July 11, 2014 at 11:28 am
JunkIt (7/9/2014)
Isn't sys.dm_exec_query_profiles new in SQL Server 2014? I don't see it mentioned in the article and the spreadsheet indicates "no changes."
http://technet.microsoft.com/en-us/library/dn223301%28v=sql.120%29.aspx%5B/quote%5D
Good catch---the DMV is...
July 9, 2014 at 9:14 am
Viewing 15 posts - 16 through 30 (of 93 total)