| The doInAutoCommit method is useful for executing DDL statements for SQL Server. Currently, we only have this method in the AbstractStoredProcedureTest, but we need it for other tests that don't use stored procedures (e.g. need to build a DB schema using a different collation). So, it's best to move this utility to TransactionUtil. |