A Fun Thanksgiving Day Query.
Download the Thanksgiving query sample code here. I thought it would be fun to put together a query to get us in the spirit of Thanksgiving… Read More »A Fun Thanksgiving Day Query.
Download the Thanksgiving query sample code here. I thought it would be fun to put together a query to get us in the spirit of Thanksgiving… Read More »A Fun Thanksgiving Day Query.
SQL 2012 Compatibility Level With SQL Server 2012, there was a new compatibility level being introduced, level 110 the new SQL 2012 compatibility level. SQL Server can… Read More »SQL Server 2012 Compatibility Level
The Microsoft SQL Server ODBC Driver for Linux provides native connectivity from Linux to Microsoft SQL Server. Just released 11/21/2011 – Linux ODBC driver for… Read More »SQL Server ODBC Driver for Linux
One of the big changes in the SQL Server 2012 licensing plans is the price is now per core, and not per processor. So previously… Read More »SQL Server 2012 Licensing Changes
This is a followup to my Whats more important than a backup plan article posted a couple of months ago. When you do a database… Read More »Restoring A Log Chain
Over the last couple of weeks I have taken a couple of the common queries that I use to analyze the health of a SQL… Read More »New – SQL Server Health report
Is it a good idea to run DBCC SHRINKDATABASE regularly? Download the sample file ShrinkSample. This article and samples apply to SQL Server 2005, 2008,… Read More »Index Fragmentation and SHRINKDATABASE
This week I am in Las Vegas attending the DevConnections conference on the SQL Server track.
One of the common task that I have come across is the need to convert a list of results into a comma separated list. There… Read More »Converting part of a result set to a comma separated list
A restore plan of course is far more important than the backup plan. When things go wrong and you need to restore a database backup,… Read More »Whats more important than a backup plan?