Feb22

Change owner on all database objects by stored procedure

Categories: SQL Server
Another handy dandy script:  http://codebetter.com/blogs/darrell.norton/archive/2004/06/18/16932.aspx Darrell Norton (MVP) has a script that will allow you change the database owner on all of your databases/objects - super helper script! IF EXISTS ...
 
Feb2

Earliest date known to mankind

Categories: SQL Server
Okay… maybe not mankind - but it is the earliest date SQL Server will except for a SQL Date. 01/01/1753 ...