Posts

Showing posts from August, 2019

Multiple SQL statements in Execute SQL task

Use go statement in between 2 SQL statements. delete *  from temp go delete * from temp2 go or simply delete *  from temp delete * from temp2