|
Please help with said case,Thnx in advance Data is as follows Output format should be as below depeding on Desc
(comments are locked)
|
|
Personally I leave all of this sort of formatting to be done in the presentation layer, use the database engine collect your data and then use SSRS or PowerPivot or other BI tool to do its work and make it all look pretty.
(comments are locked)
|


Can't it be done thourgh sql statement?
It can be to some extent. For e.g.
But t-sql is not meant to be used for presentation. As @Fatherjack already told you, for that you have to use tools, which will make it pretty simple. Otherwise, you could find yourself in a predicament.
Please guide me with tools that we can use with SSMS 2005 since I have that one!