Monthly Archives: December 2010

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

Script to Prepare Database Server Inventory

Script to Prepare Database Server Inventory It’s really been a long time. Yah recently we @ our organization are requested to automate the process of building server and database inventory. We came up with the script which can capture sever … Continue reading

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