Viewing 7 posts - 1 through 7 (of 7 total)
Hmm. thanks for the good read. Time to change some code around 🙂
June 27, 2013 at 11:43 am
I use a recursive CTE for this usually. In this example it will give you all the days in June. Had to use this when I created a...
June 26, 2013 at 4:08 pm
Generally we do the database changes first. Usually these are just adding more nullable fields and using optional parameters at first for the extra functionality we've added. Which...
November 30, 2012 at 1:51 pm
Nice article. I consider myself recursively challenged, not because I'm bad at math, just from inexperience I suppose. It's nice to see several different uses in one place...
July 17, 2012 at 3:56 pm
Nice utility. Just found some missing indexes on an cached plan that has ran 2 million times. It wasn't the table I thought was missing indexes and haven't touched...
June 22, 2012 at 12:28 pm
Thanks. I was re-reading the msdn site. Guess I didn't pay enough attention that it only resets it to the max column value if the identity is less...
May 11, 2012 at 11:57 am
I'm a little confused why 2 isn't allowed. Even on the msdn site it states :
NOT NULL can be specified in ALTER COLUMN only if the column contains no...
April 25, 2012 at 8:09 am
Viewing 7 posts - 1 through 7 (of 7 total)