I am trying to sort a list of records in Netezza, but their sort order seems different from SQL server.
In Netezza, I get AZ ahead of Aaaaa. In SQL Server, I get Aaaaa ahead of AZ.
My SQL server collation is SQL_Latin1_General_CP1_CS_AS. My Netezza collation is Latin9 Unicode.
Is there a way to change my Netezza collation to match my SQL server?