Preserve SQL with CodeSmith - by Seeriuss How would I create a procedure with a PRESERVE region like this: CREATE PROCEDURE RunSQL AS --region Custom processing --endregion SELECT * FROM SomeTable GO Read the article