Pre-import SQL
Custom SQL that
executes before an import. You can use the {user.name} macro for the Paxata user name. For example, for
Microsoft SQL Server, add user
impersonation using:
EXECUTE AS user = 'mydomain\${user.name}'
Post-import SQL
Custom SQL that
executes after an import. You can use the {user.name} macro for the Paxata user name.
EXECUTE AS user = 'mydomain\${user.name}'
hope that helps, M.