Investigate the existing test suite for the SQL Server connector in the plugin/trino sqlserver directory. Review the linked PR #28414 to understand the current implementation. Write a test that verifies reading and writing decimal columns with negative scale from SQL Server. Ensure the test covers both positive and negative scale values. Check the comments in the issue for any additional edge cases mentioned.