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, January 27, 2011
[SQL] BULK INSERT and adding an identity
So I have a file with two columns, and I need to import it into a table with an IDENTITY column. Here's the easy way:
No comments:
Post a Comment