DLMAutomation
2.1.0.1780
Automation tools for production quality database deployment
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
(c) Red Gate Software Ltd. 2014-2018. All rights reserved.
Requires License Acceptance
Package Details
Author(s)
- Red Gate Software Ltd.
Tags
Redgate Database SQL SQLServer Automation DLMAutomation
Cmdlets
Export-DlmDatabasePackage Export-DatabaseRelease Export-DlmDatabaseRelease Export-DlmDatabaseTestResults Import-DlmDatabasePackage Import-DatabaseRelease Import-DlmDatabaseRelease Invoke-DlmDatabaseSchemaValidation Invoke-DlmDatabaseTests New-DatabaseConnection New-DlmDatabaseConnection New-DlmDatabaseDocumentation New-DlmDatabasePackage New-DatabaseRelease New-DlmDatabaseRelease New-DlmManualDatabaseSchemaValidation Publish-DlmDatabasePackage Register-RedgateDlmSerialNumber Register-DlmSerialNumber Sync-DlmDatabaseSchema Test-DatabaseConnection Test-DlmDatabaseConnection Unregister-DlmSerialNumber Use-DatabaseRelease Use-DlmDatabaseRelease
Dependencies
This module has no dependencies.
Release Notes
DLM Automation 2.1.0
Features:
* #### The DLM Automation cmdlets are now available from Powershell Gallery
You can now download DLM Automation from the [PowerShell Gallery](https://www.powershellgallery.com/) using
the [PowerShellGet](https://docs.microsoft.com/en-us/powershell/gallery/psget/get_psget_module) functionality
built into PowerShell 5. For example, to install DLM Automation for the current user, run the following PowerShell:
```
Install-Module DLMAutomation
```
_**IMPORTANT**: Use of this functionality requires a SQL Toolbelt license._
_If you are unsure of your current user license entitlement please contact licensing@red-gate.com.
Please see https://www.red-gate.com/DLMA/EULA/PowershellModule for full licensing terms._
* #### Initial support for building and releasing [ReadyRoll](https://www.red-gate.com/products/sql-development/readyroll/) projects
You can now pass ReadyRoll `.sqlproj` files into `Invoke-DlmDatabaseSchemaValidation`,
and use the resulting objects through a DLM Automation pipeline. ReadyRoll projects will also work
with the various DLM Automation addons for CI systems.
Please note that the `Sync-DlmDatabaseSchema`, `Invoke-DlmDatabaseTests`, and `New-DlmDatabaseDocumentation`
cmdlets do *not* currently support ReadyRoll projects, and that many optional parameters on the other
cmdlets do not yet work for ReadyRoll pipelines. We will continue to add ReadyRoll support to DLM Automation in
future releases.
Added an optional OutputFormat parameter to Export-DlmDatabasePackage that allows to chose if the build artifact should be exported as a nuget package or a zip file
Fixes:
* The Documentation property of a DatabasePackage is now correctly displayed when the object is inspected in the console.
FileList
- DLMAutomation.nuspec
- Antlr3.Runtime.dll
- Antlr4.StringTemplate.dll
- Autofac.dll
- Deploy.template.ps1
- DLMAutomation.dll
- DLMAutomation.dll-Help.xml
- DLMAutomation.Format.ps1xml
- DLMAutomation.psd1
- HtmlAgilityPack.dll
- License.txt
- log4net.dll
- logging.config
- Microsoft.Data.Tools.Schema.SqlTasks.targets
- Microsoft.SqlServer.TransactSql.ScriptDom.dll
- Microsoft.Web.XmlTransform.dll
- Mindscape.Raygun4Net.dll
- Mindscape.Raygun4Net4.dll
- Newtonsoft.Json.dll
- NuGet.Core.dll
- ReadyRoll.Analytics.dll
- ReadyRoll.Comparison.dll
- ReadyRoll.Comparison.Facade.dll
- ReadyRoll.Comparison.SqlCompare.dll
- ReadyRoll.Data.Schema.SSDT.targets
- ReadyRoll.MsBuild.dll
- RedGate.BackupReader.dll
- RedGate.BackupReader.SqbReader.dll
- RedGate.BackupReaderInterfaces.dll
- RedGate.Compare.Report.dll
- RedGate.DLMAutomation.Compare.dll
- RedGate.DLMAutomation.MsBuild.dll
- RedGate.DLMAutomation.ReadyRoll.dll
- RedGate.DLMAutomation.Shared.dll
- RedGate.Legacy.LZ.dll
- RedGate.Legacy.ProgressTasks.dll
- RedGate.Legacy.Serialization.dll
- RedGate.PowerShell.dll
- RedGate.Reflector.SQLCompare.dll
- RedGate.Shared.ComparisonInterfaces.dll
- RedGate.Shared.OSAbstractions.dll
- RedGate.Shared.SQL.dll
- RedGate.SQLAutomationLicense.Client.dll
- RedGate.SQLCompare.ASTParser.dll
- RedGate.SQLCompare.Engine.dll
- RedGate.SQLCompare.Engine.UIProject.dll
- RedGate.SQLCompare.Rewriter.dll
- RedGate.SQLDataCompare.Engine.dll
- RedGate.SQLLighthouse.WebServer.ApiClient.dll
- RedGate.Usage.Client.dll
- RedGate.Versioning.Core.BuildExecution.dll
- RedGate.Versioning.Core.Connections.dll
- RedGate.Versioning.Core.DatabaseRefresh.dll
- RedGate.Versioning.Core.DatabaseRevert.dll
- RedGate.Versioning.Core.DatabaseSync.dll
- RedGate.Versioning.Core.Dependencies.dll
- RedGate.Versioning.Core.EngineFacade.dll
- RedGate.Versioning.Core.Infrastructure.dll
- RedGate.Versioning.Core.MsBuild.VersioningProject.dll
- RedGate.Versioning.Core.PendingChanges.dll
- RedGate.Versioning.Core.Reports.dll
- RedGate.Versioning.Core.SnapshotPackaging.dll
- RedGate.Versioning.Core.SqlCommandExecution.dll
- RedGate.Versioning.Core.SqlCompare.dll
- RedGate.Versioning.Core.StaticData.dll
- RedGate.Versioning.Core.TransactSql.dll
- RedGate.Versioning.Core.VersioningProject.dll
- RedGate.Versioning.Core.VersioningProjectFilesystem.dll
- RedGate.Versioning.Core.VersioningProjectMigrations.dll
- RedGate.Versioning.Core.VersioningProjectSqlCompare.dll
- RedGate.Versioning.Engine.Api.dll
- RedGate.Versioning.Engine.Core.DatabaseInteraction.dll
- RedGate.Versioning.Engine.Core.DeploymentScriptGeneration.dll
- RedGate.Versioning.Engine.Core.Filesystem.dll
- RedGate.Versioning.Engine.Core.TransactSqlValidation.dll
- RedGate.Versioning.Engine.Interaction.ArtifactGeneration.dll
- RedGate.Versioning.Engine.Interaction.ProjectManipulation.dll
- RedGate.Versioning.Engine.targets
- System.Data.SQLite.dll
- System.Data.SQLite.Linq.dll
- System.Data.SqlLocalDb.dll
- CmdletDocs\Export-DatabaseRelease.html
- CmdletDocs\Export-DlmDatabasePackage.html
- CmdletDocs\Export-DlmDatabaseRelease.html
- CmdletDocs\Export-DlmDatabaseTestResults.html
- CmdletDocs\Import-DatabaseRelease.html
- CmdletDocs\Import-DlmDatabasePackage.html
- CmdletDocs\Import-DlmDatabaseRelease.html
- CmdletDocs\Invoke-DlmDatabaseSchemaValidation.html
- CmdletDocs\Invoke-DlmDatabaseTests.html
- CmdletDocs\New-DatabaseConnection.html
- CmdletDocs\New-DatabaseRelease.html
- CmdletDocs\New-DlmDatabaseConnection.html
- CmdletDocs\New-DlmDatabaseDocumentation.html
- CmdletDocs\New-DlmDatabasePackage.html
- CmdletDocs\New-DlmDatabaseRelease.html
- CmdletDocs\New-DlmManualDatabaseSchemaValidation.html
- CmdletDocs\Publish-DlmDatabasePackage.html
- CmdletDocs\Register-DlmSerialNumber.html
- CmdletDocs\Register-RedgateDlmSerialNumber.html
- CmdletDocs\Sync-DlmDatabaseSchema.html
- CmdletDocs\Test-DatabaseConnection.html
- CmdletDocs\Test-DlmDatabaseConnection.html
- CmdletDocs\Unregister-DlmSerialNumber.html
- CmdletDocs\Use-DatabaseRelease.html
- CmdletDocs\Use-DlmDatabaseRelease.html
- en-GB\System.Data.SqlLocalDb.resources.dll
- Licenses\Autofac.txt
- Licenses\bootstrap.txt
- Licenses\difflib.js.txt
- Licenses\durandal.txt
- Licenses\fontawesome-code-license.txt
- Licenses\fontawesome-font-license.txt
- Licenses\highlightjs.txt
- Licenses\htmlagilitypack.txt
- Licenses\jquery.txt
- Licenses\knockout.txt
- Licenses\Microsoft.Web.Xdt.txt
- Licenses\Moment.js.txt
- Licenses\Newtonsoft.Json.txt
- Licenses\NuGet.Core.txt
- Licenses\requirejs-text.txt
- Licenses\RequireJS.txt
- Licenses\underscore.txt
- OctoPack\license.txt
- OctoPack\build\NuGet.exe
- OctoPack\build\NuGet.exe.readme.txt
- OctoPack\build\OctoPack.targets
- OctoPack\build\OctoPack.Tasks.dll
- ReportTemplates\EmptyDiffReport.st
- SC\ICSharpCode.SharpZipLib.dll
- SC\libgit2.license.txt
- SC\LibGit2Sharp.dll
- SC\LibGit2Sharp.LICENSE.md
- SC\Mono.Security.dll
- SC\Mono.Security.license.md
- SC\Newtonsoft.Json.dll
- SC\NGit.dll
- SC\NGit.license.txt
- SC\NSch.dll
- SC\NSch.license.txt
- SC\RedGate.SOCCompareInterface.dll
- SC\RedGate.SqlSourceControl.Client.dll
- SC\Sharpen.dll
- SC\SQLCompare.exe
- SC\SQLCompare.exe.config
- SC\SQLCompareExcel.xsl
- SC\System.Data.SQLite.dll
- SC\System.Data.SQLite.Linq.dll
- SC\lib\Win32\x64\git2-15e1193.dll
- SC\lib\Win32\x64\git2-15e1193.pdb
- SC\lib\Win32\x64\git2-a5cf255.dll
- SC\lib\Win32\x64\git2-a5cf255.pdb
- SC\lib\Win32\x86\git2-15e1193.dll
- SC\lib\Win32\x86\git2-15e1193.pdb
- SC\lib\Win32\x86\git2-a5cf255.dll
- SC\lib\Win32\x86\git2-a5cf255.pdb
- SC\x64\SQLite.Interop.dll
- SC\x86\SQLite.Interop.dll
- SDC\ICSharpCode.SharpZipLib.dll
- SDC\libgit2.license.txt
- SDC\LibGit2Sharp.dll
- SDC\LibGit2Sharp.LICENSE.md
- SDC\Mono.Security.dll
- SDC\Mono.Security.license.md
- SDC\Newtonsoft.Json.dll
- SDC\NGit.dll
- SDC\NGit.license.txt
- SDC\NSch.dll
- SDC\NSch.license.txt
- SDC\RedGate.SOCCompareInterface.dll
- SDC\RedGate.SqlSourceControl.Client.dll
- SDC\Sharpen.dll
- SDC\SQLDataCompare.exe
- SDC\SQLDataCompare.exe.config
- SDC\System.Data.SQLite.dll
- SDC\System.Data.SQLite.Linq.dll
- SDC\lib\Win32\x64\git2-15e1193.dll
- SDC\lib\Win32\x64\git2-15e1193.pdb
- SDC\lib\Win32\x64\git2-a5cf255.dll
- SDC\lib\Win32\x64\git2-a5cf255.pdb
- SDC\lib\Win32\x86\git2-15e1193.dll
- SDC\lib\Win32\x86\git2-15e1193.pdb
- SDC\lib\Win32\x86\git2-a5cf255.dll
- SDC\lib\Win32\x86\git2-a5cf255.pdb
- SDC\x64\SQLite.Interop.dll
- SDC\x86\SQLite.Interop.dll
- SDG\DataStreams.dll
- SDG\log4net.dll
- SDG\RedGate.Legacy.CommandLine.dll
- SDG\RedGate.Legacy.LZ.dll
- SDG\RedGate.Legacy.ProgressTasks.dll
- SDG\RedGate.Legacy.Serialization.dll
- SDG\RedGate.Shared.ComparisonInterfaces.dll
- SDG\RedGate.Shared.Controls.dll
- SDG\RedGate.Shared.SQL.dll
- SDG\RedGate.SQLCompare.ASTParser.dll
- SDG\RedGate.SQLCompare.Engine.dll
- SDG\RedGate.SQLCompare.Engine.UIProject.dll
- SDG\RedGate.SQLCompare.Rewriter.dll
- SDG\RedGate.SQLDataGenerator.Engine.dll
- SDG\RedGate.Usage.Client.dll
- SDG\SciLexer.dll
- SDG\Scintilla and SciTE License.txt
- SDG\SQLDataGenerator.exe
- SDG\SQLDataGenerator.exe.config
- SDG\System.Data.SQLite.dll
- SDG\Config\5 Digit Ids.xml
- SDG\Config\Account Number.xml
- SDG\Config\Address Line (Street number).xml
- SDG\Config\Address Line 1.xml
- SDG\Config\Bit Weighted List.xml
- SDG\Config\BookStore.xml
- SDG\Config\Building Unit.xml
- SDG\Config\businessSectors.txt
- SDG\Config\businessSectors.xml
- SDG\Config\Category.xml
- SDG\Config\CC.CanVote.xml
- SDG\Config\CC.City And State.xml
- SDG\Config\CC.DateAdd.xml
- SDG\Config\CC.DateDiff.xml
- SDG\Config\CC.GreaterThan.xml
- SDG\Config\CC.LessThan.xml
- SDG\Config\CC.Percentage of two columns.xml
- SDG\Config\CC.Title and Firstname.xml
- SDG\Config\CC.Years of Service.xml
- SDG\Config\cities.txt
- SDG\Config\Color.txt
- SDG\Config\Color.xml
- SDG\Config\Company Name.xml
- SDG\Config\Contact Title.xml
- SDG\Config\Country.txt
- SDG\Config\Country.xml
- SDG\Config\CountryCode.txt
- SDG\Config\CountryCode.xml
- SDG\Config\CountryCode2.txt
- SDG\Config\CountryCode2.xml
- SDG\Config\Credit Card Date.xml
- SDG\Config\Credit Card Issue Number.xml
- SDG\Config\Credit Card Number.xml
- SDG\Config\Credit Card Type.xml
- SDG\Config\Currency Names.xml
- SDG\Config\Currency.txt
- SDG\Config\Currency.xml
- SDG\Config\Department.xml
- SDG\Config\Email (Internet Safe).xml
- SDG\Config\Email.xml
- SDG\Config\Extensions.xml
- SDG\Config\File Extension.xml
- SDG\Config\Filename.xml
- SDG\Config\Folder (Dos).xml
- SDG\Config\Folder (Web).xml
- SDG\Config\Ids.xml
- SDG\Config\Initials.xml
- SDG\Config\IronPython.Combinations.xml
- SDG\Config\IronPython.Credit Card Numbers.xml
- SDG\Config\IronPython.File Reader.xml
- SDG\Config\IronPython.IndexedLabel.xml
- SDG\Config\IronPython.URL Fetcher.xml
- SDG\Config\IronPython.XML Reader.xml
- SDG\Config\NameFull.xml
- SDG\Config\NamesFirst.txt
- SDG\Config\NamesFirst.xml
- SDG\Config\NamesFirstFemale.txt
- SDG\Config\NamesFirstFemale.xml
- SDG\Config\NamesFirstMale.txt
- SDG\Config\NamesFirstMale.xml
- SDG\Config\NamesLast.txt
- SDG\Config\NamesLast.xml
- SDG\Config\NamesNick.xml
- SDG\Config\NameSuffix.xml
- SDG\Config\NationalInsurance.xml
- SDG\Config\P.O. Box.xml
- SDG\Config\Phone Number (Short).xml
- SDG\Config\Phone Number (UK).xml
- SDG\Config\Phone Number.xml
- SDG\Config\Product Name.xml
- SDG\Config\Region.xml
- SDG\Config\Social Security Number.xml
- SDG\Config\Source of leads.xml
- SDG\Config\State.txt
- SDG\Config\State.xml
- SDG\Config\StateCode.txt
- SDG\Config\StateCode.xml
- SDG\Config\TextLatin.xml
- SDG\Config\Title.xml
- SDG\Config\UKCity.txt
- SDG\Config\UKCity.xml
- SDG\Config\UKCounty.txt
- SDG\Config\UKCounty.xml
- SDG\Config\UKPCode.xml
- SDG\Config\UKPostTown.txt
- SDG\Config\UKTown.xml
- SDG\Config\URL (Web).xml
- SDG\Config\USCitiesAndStates.csv
- SDG\Config\USCity.txt
- SDG\Config\USCity.xml
- SDG\Config\WindowsUserLogonName.xml
- SDG\Config\WorkingAge.xml
- SDG\Config\ZIP Code.xml
- SDG\Config\ZIP Plus 4.xml
- SDG\Config\Images\0.bmp
- SDG\Config\Images\1.jpg
- SDG\Config\Images\10.jpg
- SDG\Config\Images\11.jpg
- SDG\Config\Images\12.gif
- SDG\Config\Images\13.jpg
- SDG\Config\Images\15.png
- SDG\Config\Images\16.jpg
- SDG\Config\Images\17.gif
- SDG\Config\Images\18.gif
- SDG\Config\Images\2.jpg
- SDG\Config\Images\3.jpg
- SDG\Config\Images\4.jpg
- SDG\Config\Images\5.jpg
- SDG\Config\Images\6.jpg
- SDG\Config\Images\7.jpg
- SDG\Config\Images\8.gif
- SDG\Config\Images\9.jpg
- SDG\Config\Images\ImagesByFile.xml
- SDG\Generators\IronPython.dll
- SDG\Generators\IronPython.Modules.dll
- SDG\Generators\Microsoft.Dynamic.dll
- SDG\Generators\Microsoft.Scripting.dll
- SDG\Generators\RedGate.SQLDataGenerator.DescriptionGenerators.dll
- SDG\Generators\RedGate.SQLDataGenerator.ExpressionGenerators.dll
- SDG\Generators\RedGate.SQLDataGenerator.Generators.dll
- SDG\Generators\RedGate.SQLDataGenerator.PaymentGenerators.dll
- SDG\Generators\ScintillaNET License.txt
- SDG\Generators\ScintillaNET.dll
- SDOC\Aspose.Words.dll
- SDOC\log4net.dll
- SDOC\RedGate.BackupReader.dll
- SDOC\RedGate.BackupReader.SqbReader.dll
- SDOC\RedGate.DependencyViewer.Engine.dll
- SDOC\RedGate.Legacy.CommandLine.dll
- SDOC\RedGate.Legacy.LZ.dll
- SDOC\RedGate.Legacy.ProgressTasks.dll
- SDOC\RedGate.Legacy.Serialization.dll
- SDOC\RedGate.Reflector.SQLCompare.dll
- SDOC\RedGate.Shared.ComparisonInterfaces.dll
- SDOC\RedGate.Shared.Controls.dll
- SDOC\RedGate.Shared.SQL.dll
- SDOC\RedGate.SQLCompare.ASTParser.dll
- SDOC\RedGate.SQLCompare.Engine.dll
- SDOC\RedGate.SQLCompare.Engine.UIProject.dll
- SDOC\RedGate.SQLCompare.Rewriter.dll
- SDOC\RedGate.SQLDoc.CommandLine.dll
- SDOC\RedGate.SQLDoc.Engine.dll
- SDOC\RedGate.Usage.Client.dll
- SDOC\SevenZipLicense.txt
- SDOC\SQLDoc.exe
- SDOC\System.Data.SQLite.dll
- SDOC\System.Data.SQLite.Linq.dll
- SDOC\Style1\Images\Assembly.png
- SDOC\Style1\Images\Assembly32.png
- SDOC\Style1\Images\AsymmetricKey.png
- SDOC\Style1\Images\AsymmetricKey32.png
- SDOC\Style1\Images\BACK0.bmp
- SDOC\Style1\Images\BACK1.bmp
- SDOC\Style1\Images\BACK2.bmp
- SDOC\Style1\Images\BACK3.bmp
- SDOC\Style1\Images\BACK4.bmp
- SDOC\Style1\Images\basic-button.gif
- SDOC\Style1\Images\blank.gif
- SDOC\Style1\Images\bottom-dashes.gif
- SDOC\Style1\Images\c-constraint.png
- SDOC\Style1\Images\c-constraint32.png
- SDOC\Style1\Images\Certificate.png
- SDOC\Style1\Images\Certificate32.png
- SDOC\Style1\Images\close-as-child.gif
- SDOC\Style1\Images\cluster.png
- SDOC\Style1\Images\collapsed.png
- SDOC\Style1\Images\collapsed_small.png
- SDOC\Style1\Images\constraint.png
- SDOC\Style1\Images\constraint32.png
- SDOC\Style1\Images\Contract.png
- SDOC\Style1\Images\Contract32.png
- SDOC\Style1\Images\dashes-to-child.gif
- SDOC\Style1\Images\Database.png
- SDOC\Style1\Images\DdlTrigger.png
- SDOC\Style1\Images\DdlTrigger32.png
- SDOC\Style1\Images\Default.png
- SDOC\Style1\Images\Default32.png
- SDOC\Style1\Images\ds.gif
- SDOC\Style1\Images\empty-btn.gif
- SDOC\Style1\Images\EventNotification.png
- SDOC\Style1\Images\EventNotification32.png
- SDOC\Style1\Images\expanded.png
- SDOC\Style1\Images\expanded_small.png
- SDOC\Style1\Images\fileGroup.png
- SDOC\Style1\Images\fileGroup32.png
- SDOC\Style1\Images\fk.png
- SDOC\Style1\Images\folder.png
- SDOC\Style1\Images\folder32.png
- SDOC\Style1\Images\FullTextCatalog.png
- SDOC\Style1\Images\FullTextCatalog32.png
- SDOC\Style1\Images\FullTextStoplist.png
- SDOC\Style1\Images\FullTextStopList32.png
- SDOC\Style1\Images\Function.png
- SDOC\Style1\Images\Function32.png
- SDOC\Style1\Images\Function_Aggregate.png
- SDOC\Style1\Images\Function_Aggregate32.png
- SDOC\Style1\Images\Function_Other.png
- SDOC\Style1\Images\Function_Other32.png
- SDOC\Style1\Images\Function_Scalar.png
- SDOC\Style1\Images\Function_Scalar32.png
- SDOC\Style1\Images\Function_Table.png
- SDOC\Style1\Images\Function_Table32.png
- SDOC\Style1\Images\glyphicons-halflings-white.png
- SDOC\Style1\Images\glyphicons-halflings.png
- SDOC\Style1\Images\HomePage.png
- SDOC\Style1\Images\Index.gif
- SDOC\Style1\Images\Index.png
- SDOC\Style1\Images\inherited.png
- SDOC\Style1\Images\line_conn.gif
- SDOC\Style1\Images\MessageType.png
- SDOC\Style1\Images\MessageType32.png
- SDOC\Style1\Images\minus-btn.gif
- SDOC\Style1\Images\no.gif
- SDOC\Style1\Images\notinherited.png
- SDOC\Style1\Images\ntDatabase.png
- SDOC\Style1\Images\ntServer.png
- SDOC\Style1\Images\PartitionFunction.png
- SDOC\Style1\Images\PartitionFunction32.png
- SDOC\Style1\Images\PartitionScheme.png
- SDOC\Style1\Images\PartitionScheme32.png
- SDOC\Style1\Images\pencil.png
- SDOC\Style1\Images\pk.png
- SDOC\Style1\Images\pkcluster.png
- SDOC\Style1\Images\plus-btn.gif
- SDOC\Style1\Images\Queue.png
- SDOC\Style1\Images\Queue32.png
- SDOC\Style1\Images\red.gif
- SDOC\Style1\Images\Role.png
- SDOC\Style1\Images\Role32.png
- SDOC\Style1\Images\Role_App.png
- SDOC\Style1\Images\Role_App32.png
- SDOC\Style1\Images\Role_Database.png
- SDOC\Style1\Images\Role_Database32.png
- SDOC\Style1\Images\Route.png
- SDOC\Style1\Images\Route32.png
- SDOC\Style1\Images\Rule.png
- SDOC\Style1\Images\Rule32.png
- SDOC\Style1\Images\s-ds.gif
- SDOC\Style1\Images\saveToDb.png
- SDOC\Style1\Images\Schema.png
- SDOC\Style1\Images\Schema32.png
- SDOC\Style1\Images\searchpropertylist.png
- SDOC\Style1\Images\searchpropertylist32.png
- SDOC\Style1\Images\sequence.png
- SDOC\Style1\Images\sequence32.png
- SDOC\Style1\Images\Server.png
- SDOC\Style1\Images\Service.png
- SDOC\Style1\Images\Service32.png
- SDOC\Style1\Images\ServiceBinding.png
- SDOC\Style1\Images\ServiceBinding32.png
- SDOC\Style1\Images\statistics.png
- SDOC\Style1\Images\statistics32.png
- SDOC\Style1\Images\StoredProcedure.png
- SDOC\Style1\Images\StoredProcedure32.png
- SDOC\Style1\Images\SymmetricKey.png
- SDOC\Style1\Images\SymmetricKey32.png
- SDOC\Style1\Images\Synonym.png
- SDOC\Style1\Images\Synonym32.png
- SDOC\Style1\Images\Table.png
- SDOC\Style1\Images\Table32.png
- SDOC\Style1\Images\TableTemporal32.png
- SDOC\Style1\Images\top-ds.gif
- SDOC\Style1\Images\Trigger_Table.png
- SDOC\Style1\Images\Trigger_Table32.png
- SDOC\Style1\Images\Trigger_View.png
- SDOC\Style1\Images\Trigger_View32.png
- SDOC\Style1\Images\User.png
- SDOC\Style1\Images\User32.png
- SDOC\Style1\Images\UserDefinedDataType.png
- SDOC\Style1\Images\UserDefinedDataType32.png
- SDOC\Style1\Images\UserDefinedFunction.png
- SDOC\Style1\Images\UserDefinedFunction32.png
- SDOC\Style1\Images\UserDefinedTableType.png
- SDOC\Style1\Images\UserDefinedTableType32.png
- SDOC\Style1\Images\UserDefinedType.png
- SDOC\Style1\Images\UserDefinedType32.png
- SDOC\Style1\Images\View.png
- SDOC\Style1\Images\View32.png
- SDOC\Style1\Images\XmlSchemaCollection.png
- SDOC\Style1\Images\XmlSchemaCollection32.png
- SDOC\Style1\Images\yes.gif
- SDOC\Style1\Images\zTreeStandard.png
- SDOC\Style1\Scripts\bootstrap.js
- SDOC\Style1\Scripts\editing.js
- SDOC\Style1\Scripts\jquery-1.9.1.js
- SDOC\Style1\Scripts\sections.js
- SDOC\Style1\Scripts\TreeView.js
- SDOC\Style1\Style\Master.css
- SDOC\Style1\Style\TreeView.css
- SDOC\Style1\Style\PreviewStyle\error.html
- SDOC\Style1\Style\PreviewStyle\Preview.css
- SDOC\Style1\Style\PreviewStyle\progress.html
- SDOC\x64\SQLite.Interop.dll
- SDOC\x86\SQLite.Interop.dll
- Templates\DriftCorrection.stg
- Templates\DriftCorrection_Azure.stg
- Templates\InternalScript.stg
- Templates\InternalScript_Azure.stg
- Templates\PackageScript.stg
- Templates\PackageScript_Azure.stg
- Templates\PatchScript.stg
- Templates\PatchScript_Azure.stg
- Templates\ReusableFragments.stg
- Templates\ReusableFragments_Azure.stg
- Templates\ShadowDeploymentScript.stg
- Templates\ShadowDeploymentScript_Azure.stg
- Templates\DriftCorrection\Azure\DriftCorrection.st
- Templates\DriftCorrection\Generic\PreserveSection.st
- Templates\DriftCorrection\Local\DriftCorrection.st
- Templates\InternalScript\Azure\ExecuteScript.st
- Templates\InternalScript\Generic\Preamble.st
- Templates\InternalScript\Local\ExecuteScript.st
- Templates\PackageScript\Azure\ConditionalMigrationBatches.st
- Templates\PackageScript\Azure\ConditionalProgrammableObjectBatches.st
- Templates\PackageScript\Azure\NoExecMigrationBatches.st
- Templates\PackageScript\Azure\NoExecProgrammableObjectBatches.st
- Templates\PackageScript\Generic\BaselineCheck.st
- Templates\PackageScript\Generic\ConditionallyPrintMigrationEnd.st
- Templates\PackageScript\Generic\ConditionallyPrintMigrationStart.st
- Templates\PackageScript\Generic\ConditionallyPrintProgrammableObjectEnd.st
- Templates\PackageScript\Generic\ConditionallyPrintProgrammableObjectStart.st
- Templates\PackageScript\Generic\ConditionalMigrationBatch.st
- Templates\PackageScript\Generic\ConditionalProgrammableObjectBatch.st
- Templates\PackageScript\Generic\Preamble.st
- Templates\PackageScript\Generic\SetMigrationNoExec.st
- Templates\PackageScript\Generic\SetProgrammableObjectNoExec.st
- Templates\PackageScript\Local\ConditionalMigrationBatches.st
- Templates\PackageScript\Local\ConditionalProgrammableObjectBatches.st
- Templates\PackageScript\Local\NoExecMigrationBatches.st
- Templates\PackageScript\Local\NoExecProgrammableObjectBatches.st
- Templates\PatchScript\Generic\Preamble.st
- Templates\Reusable\Azure\AzureDatabaseContextCheck.st
- Templates\Reusable\Azure\DatabaseCheck.st
- Templates\Reusable\Azure\Migration.st
- Templates\Reusable\Azure\PostScript.st
- Templates\Reusable\Azure\PostScripts.st
- Templates\Reusable\Azure\ProgrammableObject.st
- Templates\Reusable\Generic\AzureCheck.st
- Templates\Reusable\Generic\Baseline.st
- Templates\Reusable\Generic\Disclaimer.st
- Templates\Reusable\Generic\Footer.st
- Templates\Reusable\Generic\InsertMigration.st
- Templates\Reusable\Generic\InsertProgrammableObject.st
- Templates\Reusable\Generic\MarkAsDeployed.st
- Templates\Reusable\Generic\MigrationExistsQuery.st
- Templates\Reusable\Generic\PreScript.st
- Templates\Reusable\Generic\PreScripts.st
- Templates\Reusable\Generic\Print.st
- Templates\Reusable\Generic\PrintMigrationEnd.st
- Templates\Reusable\Generic\PrintMigrationStart.st
- Templates\Reusable\Generic\PrintProgrammableObjectEnd.st
- Templates\Reusable\Generic\PrintProgrammableObjectStart.st
- Templates\Reusable\Generic\ProgrammableObjectExistsQuery.st
- Templates\Reusable\Generic\ResetExecutionContext.st
- Templates\Reusable\Generic\ResetExecutionContextBatch.st
- Templates\Reusable\Generic\SetUpMigrationLogTable_1_11_1.st
- Templates\Reusable\Generic\SetUpMigrationLogTable_1_12.st
- Templates\Reusable\Generic\SetUpMigrationLogTable_1_3_1.st
- Templates\Reusable\Generic\SetUpMigrationLogTable_1_7.st
- Templates\Reusable\Generic\SetUpSchemaSnapshotTable.st
- Templates\Reusable\Generic\SqlCmdCheck.st
- Templates\Reusable\Generic\TransactionBegin.st
- Templates\Reusable\Generic\TransactionCommit.st
- Templates\Reusable\Generic\TransactionStateCheck.st
- Templates\Reusable\Generic\TransactionStateCheckCustom.st
- Templates\Reusable\Generic\TruncateSchemaSnapshotTable.st
- Templates\Reusable\Generic\VariableDefinition.st
- Templates\Reusable\Local\CreateDatabase.st
- Templates\Reusable\Local\DatabaseCheck.st
- Templates\Reusable\Local\Migration.st
- Templates\Reusable\Local\PostScript.st
- Templates\Reusable\Local\PostScripts.st
- Templates\Reusable\Local\ProgrammableObject.st
- Templates\Reusable\Local\UseDatabase.st
- Templates\ShadowDeploymentScript\Generic\Preamble.st
- x64\SQLite.Interop.dll
- x86\SQLite.Interop.dll
Version History
Version | Downloads | Last updated |
---|---|---|
2.1.3.2175 | 91,462 | 6/6/2018 |
2.1.2.1946 | 10,638 | 5/21/2018 |
2.1.1.1879 | 496 | 5/15/2018 |
2.1.0.1780 (current version) | 811 | 4/25/2018 |