Using Comments to Quickly Test CTEs
A quick tip for using a combination of block and line comments to test CTEs
2014-11-10
7,342 reads
A quick tip for using a combination of block and line comments to test CTEs
2014-11-10
7,342 reads
Often in database design we store different values in rows to take advantage of a normalized design. However many times we need to combine multiple rows of data into one row for a report of some sort. New author Carl P. Anderson brings us some interesting T-SQL code to accomplish this.
2011-03-04 (first published: 2009-10-14)
148,833 reads
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
If you’re reading this, there’s a good chance you’re straight, white, male, and English-speaking....
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
Comments posted to this topic are about the item A Beginning Project
Comments posted to this topic are about the item Amend a Commit
I have a SqlAgentJob calling a stored proc. that loops through a list of...