Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Execute Database Change Scripts

Executes change scripts associated with the current release and any change scripts from prior releases that have not been run against the database to date.

Script usage:

Execute-ChangeScripts(
	Connection: <text>,
	[InitializeDatabase: <true/false>],
	[Group: <text>]
);

This operation may be prefixed with Core::, although this is a built-in namespace and isn't really necessary.

Arguments:

NameFormatScript UsageUsage Notes
Database connection
text
Connection
This argument is required.
Initialize database
true/false
InitializeDatabase
Group
text
Group

Note: When initialize database is true, the database will be initialized (i.e. a metadata table will be created too track change scripts) if it is required.