Viewing 15 posts - 121 through 135 (of 458 total)
I had to do this as well, so you get my supply of bookmarks to help you on your way:
http://www.sqlmag.com/article/tsql3/calculating-the-median-gets-simpler-in-sql-server-2005
http://sqlblog.com/blogs/adam_machanic/archive/2006/12/18/medians-row-numbers-and-performance.aspx
The first one by Itzik Ben-Gan is the one I used.
And...
January 17, 2013 at 1:35 pm
FYI: the "I" in the original paper stood for "Inexpensive":
http://www-2.cs.cmu.edu/~garth/RAIDpaper/Patterson88.pdf
Rich
January 2, 2013 at 12:21 pm
GSquared (12/18/2012)
(If you Quote my post, you'll see how I formatted the...
December 19, 2012 at 10:47 am
Also, there's a small typo. I just found in the provided answer:
the catalog view has an underscore: sys.sql_modules, missing in the answer.
Rich
December 19, 2012 at 7:01 am
So, as a follow-up question to this somewhat unfortunately worded but very useful QotD: is there a way to query system views to find SPs, renamed with sp_rename, whose sp_helptext...
December 12, 2012 at 9:17 am
Jeff Moden (12/3/2012)
rmechaber (12/3/2012)
I use this VBS script (it works, please don't tell me that's old school) I wrote to do exactly that.
It IS "old school"... and I love it...
December 3, 2012 at 8:19 am
I use this VBS script (it works, please don't tell me that's old school) I wrote to do exactly that.
As explained in the comments, one benefit of this over a...
December 3, 2012 at 6:40 am
Brent Ozar has some good information on using VMWare and SQL Server: http://www.brentozar.com/archive/2011/05/keys-deploying-sql-server-on-vmware/[/url]. Note this point on his Top Ten List:
8. Avoid 1Gb iSCSI for storage. While this cheap...
November 30, 2012 at 6:48 am
L' Eomot Inversé (11/28/2012)
November 28, 2012 at 6:53 am
seankyleprice (11/27/2012)
November 27, 2012 at 6:51 am
Hugo Kornelis (11/19/2012)
rmechaber (11/19/2012)
November 19, 2012 at 8:11 am
I'll take a slightly different approach in my reply: I think this is a great question.
Not because the original answer explains the oddity of rounding -- it doesn't.
But I "like"...
November 19, 2012 at 6:26 am
subramani.rudrappa 78855 (11/16/2012)
I know we can use SSIS to get data from excel and load in to SQL table from where i can achieve requirements.
I thought of using only...
November 18, 2012 at 9:45 am
Neil Thomas (11/16/2012)
How does the explanation (all about @@error) relate to the question: "What is returned from #tblTrans when you run the below code:"...?
I'm not...
November 16, 2012 at 6:34 am
Viewing 15 posts - 121 through 135 (of 458 total)