Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.25 KB

File metadata and controls

28 lines (24 loc) · 1.25 KB
title Development, Test, and Production Databases
ms.custom seo-lt-2019
ms.date 01/19/2017
ms.prod sql
ms.prod_service sql-tools
ms.technology ssms
ms.topic conceptual
helpviewer_keywords
production databases [SQL Server]
testing databases
database testing [SQL Server]
ms.assetid cb403330-8cbe-41c6-bd23-bc432d50f173
author markingmyname
ms.author maghan
ms.manager jroth
ms.reviewer

Development, Test, and Production Databases (Visual Database Tools)

[!INCLUDEappliesto-ss-asdb-asdw-pdw-md] If you have two databases with identical structure, you can make changes in one database and propagate those changes to the other. For example, if you have a personal development database and a group-wide test database, you can modify the development database, then propagate those changes to the test database.

To accomplish this, perform all the modifications in a single session with the development database, create a Change Script of your session and later run the script on the test database.

See Also

Multiuser Environments (Visual Database Tools)