SQLCMD 90.02 README A new version of SQLCMD, version 90.02, has been uploaded to the IIUG Software Repository. It contains some minor bug fixes compared with version 90.00. One minor change is that the -P option is no longer recognized. The code for that option was never implemented, so the change should be a no-op. Another minor change is that the code no longer contains as many '#pragma GCC' statements. There's a Perl script 'chksumtool.pl' that can be used to validate that your download is valid. It works with most extant versions of Perl (back to 5.8.9) without any extra modules. Example usage (run in the directory where the source code is extracted): perl chksumtool.pl -v -s sqlcmd-90.02.sum -d sqlcmd-90.02.sha It should report OK; if it doesn't, something got corrupted. The .sum and .sha files have been distributed for quite a long time, but the chksumtool.pl script was not included, which limits their value. You can find checksums for SQLCMD 90.02 at http://ww.publictimestamp.org PTS#1261686 sqlcmd-90.02.sum PTS#1261671 sqlcmd-90.02.tgz SHA-256 8b3de628539986ae1800c763948403201a774e4bd1b93fbc06a126a1ce9ecd7a 97 sqlcmd-90.02.sum SHA-256 4c9b595eb1b64bbd43d6ece0c0efff99714ac18873c8d1b91d60e20897bb0b9e 486997 sqlcmd-90.02.tgz The second number is the file size (97 bytes, and almost half a megabyte). See the ChangeLog for more details. 2016-07-28 Jonathan Leffler