Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » SQL Server Identity   (RSS)
Sorry, but there are no more tags available to filter with.
Using SELECT INTO to create an on-the-fly IDENTITY Column
Here is a nifty way to add an IDENTITY column on the fly... select distinct id = IDENTITY ( int , 1 , 1 ), usr into dim_usr from fact_eyeballs Read More...
Page view tracker