To Add a Data File using seedeploy

To add a data file to a datastore database from the command line:

  1. Open an Enterprise Developer command prompt.
  2. Use the seedeploy command.

    The following commands will create the datastore named VSAM and then add ACCTFIL to the root folder within it:
    seedeploy data create sql://localhost/sqlexpress/VSAM
    seedeploy data add c:\datafiles\acctfil sql://localhost/sqlexpress/VSAM/ACCTFIL