Author Archives: uday arumilli

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

Automating SQL Server instance and Database Inventory preparation

Automating SQL Server instance and Database Inventory preparation In our environment we have a requirement for Automating SQL Server instance and Database Inventory preparation. We tried different methods and came-up with the T-SQL scripts that helped us in creating the environment … Continue reading

Posted in SQL Server DBA | Tagged , , , , | 2 Comments

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