As mentioned in my last post (Loop through an existing table), I said that I would expound on its example by reading a column that contains a delimited string. In this case, it will be an address that …
Month: August 2013
SQL Server – Loop through an existing table
In T-SQL you may want to loop through an existing table and do something. You may want want to use this type of processing in a SSRS report.
Here is an example of walking through a table that simply extracts …