DB Operation: Open connection
Info:         Beginning database upgrade
Info:         Checking whether journal table exists..
DB Operation: Execute scalar command: SELECT count(*) FROM information_schema.tables WHERE table_name='SchemaVersions'
DB Operation: Dispose command
Info:         Journal table does not exist
Info:         Executing Database Server script 'Script0001.sql'
Info:         Checking whether journal table exists..
DB Operation: Execute scalar command: SELECT count(*) FROM information_schema.tables WHERE table_name='SchemaVersions'
DB Operation: Dispose command
Info:         Creating the [SchemaVersions] table
DB Operation: Execute non query command: create table [SchemaVersions] (
    [Id] int identity(1,1) not null constraint [PK_SchemaVersions_Id] primary key,
    [ScriptName] nvarchar(255) not null,
    [Applied] datetime not null
)
DB Operation: Dispose command
Info:         The [SchemaVersions] table has been created
DB Operation: Execute non query command: print SubstitutedValue
DB Operation: Dispose command
DB Operation: Create parameter
Info:         DB Operation: Add parameter to command: scriptName=Script0001.sql
DB Operation: Create parameter
Info:         DB Operation: Add parameter to command: applied=<date>
DB Operation: Execute non query command: insert into [SchemaVersions] (ScriptName, Applied) values (@scriptName, @applied)
DB Operation: Dispose command
Info:         Upgrade successful
DB Operation: Dispose connection
