This topic describes how to create a Microsoft SQL Server database for process choreographer.
Steps for this task
clearSchemaMsSql2000.ddl createDatabaseMsSql2000.ddl createSchemaMsSql2000.ddl dropSchemaMsSql2000.ddl
isql -U userID -P password -i createDatabaseMsSql2000.ddlIf you want to drop the schema, use the ropSchemaMsSql2000.ddl script.
isql -S serverName -U userID -P password -d databaseName -i createSchemaMsSql2000.ddlwhere:
Results
The SQL Server database for process choreographer exists.