ISqlSession.ExecuteScript method
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