Viewing post 1 (of 2 total)
Looks like I need to run a command like this (found on stackoverflow):
declare @Indexes table( Num int identity(1,1) primary key clustered,...
November 7, 2018 at 8:24 am
#2012702