• What is I want to script a long list of tables but not all tables?
    It would be helpful if you could allow user to populate a target file with all answers supplied.

    For instance:

    <target
      ServerName="myserver",
      Database="mytestdb",
      SchemaFlag="Y",
      DataFlag="Y",
      IndexFlag="Y",
      ForeignKeyFlag="Y",
      ...>
      <TableList Schemaname="DBO">table1, table2</TableList>
      <TableList Schemaname="Finance">fin_table1, fin_table2</TableList>
      <TableList Schemaname="Sales">sales_table1, sales_table2</TableList>
    </target>