Viewing 4 posts - 1 through 4 (of 4 total)
Great Script and has a lot of features that new SQL developers can use as a learning tool.
First Game: Loss in 34 shots. But I was hunting down my last...
June 2, 2014 at 7:26 am
Why dont you just do it as a sub query?
DECLARE @StartYear CHAR(4);
DECLARE @EndYear CHAR(4);
DECLARE @StartMonth SMALLINT;
DECLARE @EndMonth SMALLINT;
DECLARE @TopN SMALLINT;
SET @StartYear = 2014
SET @EndYear = 2014
SET @StartMonth = 1
SET @EndMonth...
March 25, 2014 at 8:20 am
Great Article, but I did notice something weird in my testing.
I started with the first example which was a simple select * from a table and that worked without...
February 24, 2014 at 7:24 am
We have the most recent service pack (sp4). I am going to start by testing the MAXDOP, i know it will not fix the source of the issue but at...
June 18, 2013 at 5:14 am
Viewing 4 posts - 1 through 4 (of 4 total)