Collation options using the command line
John Bayley
Posts: 7
Using SQL Packager's command line, what is the equivalent of the GUI's "Ignore collation order" setting?
I have unsuccessfully tried:
Using these settings, I can generate a package executable, but it gives an error when I run it:
What is the correct setting?
Thanks,
John
I have unsuccessfully tried:
/collation:ignore /collation:none
Using these settings, I can generate a package executable, but it gives an error when I run it:
Invalid collation 'none'.
What is the correct setting?
Thanks,
John
Comments
In the command-line version of Packager (sqlpackager.exe), you're looking at specifying some options.
Would you expect "IgnoreCollations" to prevent this error?
If not, do you have any other suggestions?
-- John
Maybe changing the function to CAST FN_LISTEXTENDEDPROPERTY as nvarchar will prevent this?