I did a sql compare and the generated script has an ALTER sp before the ALTER table where I had added a new column.
So I have to manually modify the script to put the ALTER table before the ALTER sp.
Did I miss something during the script generation?
Thanks,
Aaron
So I have to manually modify the script to put the ALTER table before the ALTER sp.
Did I miss something during the script generation?
Thanks,
Aaron