![]() ![]() ![]() |
Ispirer SQLWays Database Migration Software
/SP - Stored procedure name, list or template
Syntax: /SP=[SchemaName.]StoredProcName [, NextStoredProc]
Using this option, you can specify the stored procedures that you want to export and convert.
If the database supports schemas (object owners) you can either specify a schema (owner) name for the stored procedures explicitly or use the default schema (owner) name for the user connected to the database.
You can specify a comma-separated list of stored procedures or templates. For example, /SP=*.* or /SP=%.% will extract all stored procedures accessible in the database, /SP=schema1.*, schema2.* or /SP=schema1.%, schema2.% will extract all stored procedures of the schemas schema1 and schema2.
![]() ![]() ![]() |