Ugh we moved Great Plains to a new server, and thought we had the correct sort order. BUT as it turns out, this is what we have:
"servername" Latin1_General_CI_AS
DYNAMICS SQL_Latin1_General_CP1_CI_AS
"company" SQL_Latin1_General_CP1_CI_AS
master Latin1_General_CI_AS
Can I do this:
ALTER DATABASE master COLLATE SQL_Latin1_General_CP1_CI_AS
and if so, how do I get "servername" collation to change? We are DOWN until I get this resolved and our vendor is oh so helpful as always.
Thanks!
Barb E.
"servername" Latin1_General_CI_AS
DYNAMICS SQL_Latin1_General_CP1_CI_AS
"company" SQL_Latin1_General_CP1_CI_AS
master Latin1_General_CI_AS
Can I do this:
ALTER DATABASE master COLLATE SQL_Latin1_General_CP1_CI_AS
and if so, how do I get "servername" collation to change? We are DOWN until I get this resolved and our vendor is oh so helpful as always.
Thanks!
Barb E.