I have a series of T-SQL DELETE FROM TABLE and INSERT statements to run. I am using plain ADO.NET (and not the entity framework). Is there a way I could execute all of these statements in one go rather than create a new SqlCommand object for each of them?
Share
1 Answer