Looking for version control for MS SQL Server
-
What do you all use?
@scottalanmiller can stay out of it unless he wants to answer the question at hand and not devolve into "Why MS SQL Server" like usual.
I know Redgate and ApexSQL sell tools for this.
Just wanting to know what else anyone has experience with.
-
Version control to run multiple versions on a single server at the same time?
-
@scottalanmiller said in Looking for version control for MS SQL Server:
Version control to run multiple versions on a single server at the same time?
No SCHEMA version control.
New/removed/changed tables/indexes/keys/stored procedures, etc. -
@jaredbusch said in Looking for version control for MS SQL Server:
@scottalanmiller said in Looking for version control for MS SQL Server:
Version control to run multiple versions on a single server at the same time?
No SCHEMA version control.
New/removed/changed tables/indexes/keys/stored procedures, etc.Oh okay. I’ll ask what we are using. Seen a bit of this this week actually.
-
We are using something integrated with MS Build right now.
-
@jaredbusch said in Looking for version control for MS SQL Server:
What do you all use?
@scottalanmiller can stay out of it unless he wants to answer the question at hand and not devolve into "Why MS SQL Server" like usual.
I know Redgate and ApexSQL sell tools for this.
Just wanting to know what else anyone has experience with.
I only have experience with Redgate.
https://www.red-gate.com/hub/product-learning/sql-source-control/database-version-control-2Maybe SSDT might help you
https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt -
@dbeato said in Looking for version control for MS SQL Server:
Maybe SSDT might help you
https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdtI do not need the data
-
@jaredbusch a bit old. maybe useful?
https://stackoverflow.com/questions/1833654/sql-server-database-schema-versioning-and-update -
I've only ever used Redgate, but have heard good things about ApexSQL.