Monthly Archives: October 2011

Copying hierarchical data in SQL server


I ran into a problem recently what required me to transverse a hierarchy and create a deep copy of the data in the tables. Expecting this to be a solved problem I turned to Google and was met by cursors. … Continue reading

Posted in SQL, Syntax, Uncategorized | Leave a comment