Browse by Tags
All Tags »
SQL Server Identity (RSS)
Sorry, but there are no more tags available to filter with.
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...