In the procedure `tSQLt.Private_NoTransactionHandleTable` there is a typo preventing us from publishing tSQLt to case sensitive server. Should be `@cmd`. https://github.com/tSQLt-org/tSQLt/blob/c63e2d268a136154fad3648bc41cf4fd32bd2106/Source/tSQLt.Private_NoTransactionHandleTable.ssp.sql#L25 Variable declaration: ````SQL DECLARE @cmd NVARCHAR(MAX); ```` I can submit PR for fix if you want, but I'm not very faimiliar with the project.