Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Executes a series of Transact-SQL queries from a text file.
Overload List
Name | Description | |
---|---|---|
![]() |
ExecuteScript(String) | Executes a series of Transact-SQL queries from a text file based on the specified path. |
![]() |
ExecuteScript(TextReader, Int32) | Executes a series of Transact-SQL queries from a text File. |
![]() |
ExecuteScript(String, Int32) | Executes a series of Transact-SQL queries from a text file based on the specified path and time allotted for each command to execute. |
Top