Pages

Wednesday, September 28, 2011

Microsoft Virtual Academy - Free Learning Resources for Cloud


If you are an IT professional who daily interact with the technology, no need to tell how hard it is to keep up with the continually evolving technologies and practices. Often that is the toughest part in leading a career in IT.

There are always new emerging concepts and technological breakthroughs, so in order to keep yourself up in the top; you always have to engage in learning.

If you haven’t known yet – Microsoft Virtual Academy (MVA) is one of the best and freely available learning experience focused on cloud based Microsoft Technologies. It allows you to learn several cloud related technologies including Windows Azure, BI, Public/Private Cloud… and more.

Wednesday, September 21, 2011

SQL Query Result into Comma Separated List


During my work I had encountered a situation where I need to get a comma separated list as an output from the values in a SQL query result. To elaborate it more, my query returns set of records (multiple records which match a certain criteria) as its result. Then there’s a column which I need to take as a comma separated value set.