How do I control the values of settings (i.e. those made with the SET command) for the connection SSMA makes to SQL Server? Specifically, I would like to turn off ANSI_PADDING before SSMA creates any tables on SQL Server. I've tried, through SSMS, unchecking the "ansi padding" option on SQL Server's default connection options but that doesn't seem to be used by the SSMA connection.
Thanks for any help.
Stuart