API for Automate deployments to non production servers

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
Ram
Posts: 2
Joined: Fri 09 Jun 2017 20:08

API for Automate deployments to non production servers

Post by Ram » Fri 09 Jun 2017 20:13

Hello,

We have TFS as source control for both Code and database, we have installed the trial version of DBforge, we wanted to use the DBforge tool to deploy the database to changes to non production servers, i see the options where i can select the source as source control when comparing the schema, Is there any API available to auto deploy the SQL files to QA or any other environments whenever there is build ready to go in?

Any information on this issue is much appreciated.

Thanks!

Ram

alexa

Re: API for Automate deployments to non production servers

Post by alexa » Mon 12 Jun 2017 10:21

We will review this and will answer you as soon as possible.

alexa

Re: API for Automate deployments to non production servers

Post by alexa » Mon 12 Jun 2017 14:34

You should be able to perform this with the command line interface of dbForge. We recommend you to download a fully featured 30-day Trial version for evaluation.

Ram
Posts: 2
Joined: Fri 09 Jun 2017 20:08

Re: API for Automate deployments to non production servers

Post by Ram » Tue 13 Jun 2017 18:24

Thanks for the information, i have downloaded the 30 days trial version to explore the command line options for auto deployments. Is there any tutorial or instructions on the website which i can go through it.

Thanks for the help again.

Thanks,
Ram

alexa

Re: API for Automate deployments to non production servers

Post by alexa » Wed 14 Jun 2017 15:08

Please see the following articles on our website:
http://blog.devart.com/how-to-setup-dai ... ndows.html
http://www.devart.com/dbforge/mysql/stu ... ackup.html
https://www.devart.com/dbforge/sql/sche ... d_line.htm

For more help on the command line operations, please type the following in the command line:

Code: Select all

C:\Program Files\Devart\dbForge Schema Compare for SQL Server>schemacompare.com

Code: Select all

C:\Program Files\Devart\dbForge Schema Compare for SQL Server>schemacompare.com /schemacompare /?

Post Reply