Automated execution of script from file

  • Thread starter Thread starter Harlan Messinger
  • Start date Start date
H

Harlan Messinger

Is there a built-in method in ADO.NET for reading a T-SQL script from a
file and executing it step-by-step as though it were in a stored procedure?
 
Nope. Visual Studio can do this... but not ADO.NET.

--
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
 
Back
Top