Some queries failing when Server collation != database collation

Issue #283 closed
Brian Lewis repo owner created an issue

Most of these problems are fixed; the solution is generally to replace references to temporary tables CREATE TABLE #data

with a table variable

DECLARE #data TABLE

Comments (2)

  1. Log in to comment