records
records copied to clipboard
MSSQL Queries are broken
I see a few remarks on here about MSSQL being broken. Here is a simple query you can run for testing.
SELECT GETDATE() as mydatetime
If you run that on sql server you should get one row one column result. When you run that with the records package no result comes back.