I'm tasked with obtaining a list of all systems in AD where the
modifyTimeStamp is older than 90 days. Fairly easy to re-use some code
and do some simple date math, right? I seem to be able to access the
value from an ADO query, but it doesn't always display properly, even if
I use Win32::OLE::Va
I haven't solved the problem yet, but I did notice this in
DBD-ODBC-1.17/Changes for September 3, 2008
> Added workaround for problem with the Microsoft SQL Server driver when
> attempting to insert more than 400K into a varbinary(max) or
> varchar(max) column. Thanks to Julian Lishev for finding