Tag Archives: SQL Tips

Ctrl N short cut is not working in SQL 2008

Ctrl N short cut is not working in SQL 2008 SQL Server 2008 got released and there are lot of new features that takes SQL Server to the next level for sure. This post helps sql server developers in solving … Continue reading

Posted in SQL Development | Tagged , , , , | Leave a comment

SQL Script to Split a String

SQL Script to Split a String I wondered to see the shortest way to split a string using T-SQL code. Usually we need to use a user defined function to split string but we can use one of the T-SQL … Continue reading

Posted in SQL Development, SQL Scripts | Tagged , , , , , , , , , | Leave a comment