Docs Menu
Docs Home
/
Relational Migrator
/ /

Refresh Database Objects

On this page

  • Steps
  • Next Steps

You can refresh relational database objects from the Query Converter pane. Refreshing database objects imports new views and stored procedures into your project or updates the SQL syntax if object definitions have changed.

1

From the Code Generation tab, click the Query Converter pane.

2
  1. Click the Manage Database Objects.

  2. On the Manage Database Objects modal, click the Refresh Objects button.

  3. Specify the connection details to your source database.

    For details, see Relational Database Connection Strings.

    Note

    The credentials used to refresh your database objects do not need to be the same credentials used when creating your project.

  4. Click Connect.

3
  1. On the Manage Database Objects modal, click the icon next to your database.

  2. Click the icon next to your schema.

  3. Click the icon next to Stored Procedures, Triggers, or Views.

4
  1. Click the icon next to the views or stored procedures you want to import or refresh.

  2. Click Save.

    Newly imported views and stored procedures are visible under the appropriate header on the Query Converter pane.

    Tip

    To see a view or stored procedures SQL definition you can click the object's name on the left-hand Query Converter pane.

Back

Download

On this page