Welcome to

Magenic Technologies Community Blog

Sign in | Join | Help

The W Blog

Whitney Weaver, Magenic Technologies

October 2008 - Posts

SQLSaturday content – DMVs
As promised here are the code samples and slide deck from yesterday’s presentation. Thanks to everyone who came to hear me speak, you were a great audience. I would also like to give a virtual high five to all the folks involved in putting on SQLSaturday Read More...
Split a string in TSQL (without looping)
During the course of two days in the MSDN TSQL forums I must have seen 10 requests that were basically the same issue. Some string of values is passed from your application and you need to split them into the individual items. Here is a quick implementation Read More...