SQLCMD 87.02 README A new version of SQLCMD, version 87.02, has been uploaded to the IIUG Software Repository. It contains a series of minor bug fixes compared with 87.00, plus one minor feature. The main bug fix is in the handling of a memory search function, memmem(), which is available in the system with AIX 6.1 and some versions of Linux The configuration only uses my implementation if there isn't a system one, and I've changed the interface of my implementation to match the interface provided by AIX and Linux. The minor new feature is the ability to create a trusted connection, if your system administrators give you permission to do so. The syntax has the keyword TRUSTED appear at the end of the CONNECT statement (after WITH CONCURRENT TRANSACTIONS or WCT if you use that). 2011-03-29 Jonathan Leffler