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