I see a few remarks on here about MSSQL being broken. Here is a simple query you can run for testing. ```sql 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.