Viewing 2 posts - 1 through 2 (of 2 total)
I used this for my SQL installation and I don't experience any problems
Open a command prompt, navigate to the directory or drive that contains the installation media, and specify setup.exe...
August 8, 2008 at 2:18 am
#854967
You may try this one out.
Here I used table (POS_Products) and table (Audit)
It may work out good for you as it caters for all columns changed;
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
go
ALTER...
August 8, 2008 at 2:07 am
#854964