Posts tagged 'sql'

October 15, 2011

Determine SQLServer version via query

Here is how you can find out the version of your SQLServer with a query.
September 24, 2011

CSV export in T-SQL

Because I always forget how to export data from the SQLServer into a CSV file I will post it up here.
September 24, 2011

Inspect an open transaction in SQLServer

There is a handy command to inspect an open transaction running in a Microsoft SQLServer.
Index