Viewing 6 posts - 1 through 6 (of 6 total)
for date calculations I find it best do build it in steps
-- the date of 12 months ago
select DATEADD(m,-12,getdate())
-- gets the difference between the day of the month...
October 11, 2011 at 8:50 pm
This is an excellent article that takes the abstract concept of a nonclustered index and explains it in a simple everyday example. Well done. I look forward to...
August 2, 2011 at 6:53 am
I just started watching Fringe from Season 1 this year. Awesome.
Reminiscent of the X-Files
August 2, 2011 at 6:36 am
thanks for the article reference. i will check it out. the only inserts that will be occurring will be thru the etl so we can manage the statistics.
July 15, 2011 at 5:35 pm
So if I use the column that is used 100% of the time is the first column in the composite PRIMARY KEY and the second column will only be used...
July 15, 2011 at 4:22 pm
Thank you for the response. There are other columns in the table so I will go with your suggestion of creating the PK on an identity column and create...
July 15, 2011 at 2:11 pm
Viewing 6 posts - 1 through 6 (of 6 total)