Viewing post 1 (of 1 total)
create View_Table_1 as
select IdentityKey, ColumnOne from dbo.Table_1;
select * from View_Table_1
February 11, 2011 at 9:21 am
#1285770