SQL Server 2012 Future Exams

Hi folks, Seems SQL Server 2012 beta exams will be available soon, but actual exams will be released at June 2012. The BI part seems to be much more design and architecture oriented in these new exams, and I am happy for that. Because current BI exams are completely technology and tool oriented. These are Read more about SQL Server 2012 Future Exams[…]

T-SQL Split Function : Split Field By a Delimiter

Hi, Today one of my colleagues in company faced a problem, He wants to split a text field by a delimiter character. This motivate me to write a Split function for my own use and put it here for help others. Suppose that our Primary Data is like this image and delimited by single slash Read more about T-SQL Split Function : Split Field By a Delimiter[…]