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