Put butter in your mixer, add sugar, set on low. Write a stored procedure to keep track of jobs that won't run. Add flour. Use a DMV to find unused indexes. Add eggs. Bake in an MDF with 20% free space.
Thursday, July 31, 2008
[Tip] SELECT INTO with an IDENTITY column
Really basic, but I always forget the syntax. select identity(int, 1,1) as ID [...] into [nonexistent table] from [other tables]
No comments:
Post a Comment