Retired products

Modifying a database

SQL Connect creates SQL script files in your Visual Studio project that represent the objects in your database. To modify the database in Visual Studio, you can either

Modifying a database object directly

  1. In the Solution Explorer, double-click the database object you want to modify.
    The object is shown in a query window or graphical designer:

  2. Make the changes you want, and click Execute Query or Apply Changes to Database.

    SQL Connect notifies you that there are changes to synchronize:

    For more information about synchronizing, see Synchronizing changes.

Modifying a database object by modifying a SQL script file

  1. In the Solution Explorer, right-click the object you want to modify and select Edit SQL File in Project:

    The object is displayed in a document window:

  2. Make the changes you want, and click Save Changes.

    SQL Connect notifies you that there are changes to synchronize:

    For more information about synchronizing, see Synchronizing changes.

Didn't find what you were looking for?