DevConnections – SQL Server Track
This week I am in Las Vegas attending the DevConnections conference on the SQL Server track.
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?
SQL 2012 is being referred to by Microsoft as code name Denali.
I needed a way to list of of the indexes for an entire database, but I was running into a problem using sys.indexes that I… Read More »Finding the names of all indexes on a SQL Server
The question comes up when looking at an execution plan of whats the difference between an index seek and an index scan. What it… Read More »Index Seek vs Index Scan
Default Values and Computed Columns In SQL Server 2008, I was presented with the following error when attempting to create a table that has a… Read More »MSG 128, Level 15, State 1 – not permitted in this context
Just the same query that I posted months ago, but this time it is wrapped in a stored proc. I use this one often enough… Read More »Big One Time Use Queries – Revisited
There is a newer version of this posting, click here. Part of my regular database maintenance or tuning routine is to look for the queries… Read More »Big One Time Use Queries
Attached is the slide deck for a short presentation on indexing that was created to educate software developers on the basics of indexing. Outline: What… Read More »Indexing Presentation – The Basics