Hello!
I am having some issues with set options (e.g. SET ANSI_PADDING ON; etc etc ) not being committed into source control with create table scripts. Are these settings excluded by design or is there a setting somewhere that will allow these to be included with the create table script? This is causing issues when loading objects to a blank database as the new table will not necessarily be created with the same set options as the original table.
Cheers,
Greg
I am having some issues with set options (e.g. SET ANSI_PADDING ON; etc etc ) not being committed into source control with create table scripts. Are these settings excluded by design or is there a setting somewhere that will allow these to be included with the create table script? This is causing issues when loading objects to a blank database as the new table will not necessarily be created with the same set options as the original table.
Cheers,
Greg