Changes for page migrate to managed instance
Last modified by Rudi Marais on 2024/03/28 18:51
Change comment:
Update document after refactoring.
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 - TechnicalDocumentation.analysis.sql.WebHome1 +technical-documentation.analysis.sql.WebHome - Content
-
... ... @@ -9,7 +9,7 @@ 9 9 ** [[https:~~/~~/learn.microsoft.com/en-us/sql/tools/sqlpackage/sqlpackage-download>>https://learn.microsoft.com/en-us/sql/tools/sqlpackage/sqlpackage-download]] 10 10 ** C:\Program Files\Microsoft SQL Server\160\DAC\bin 11 11 12 -1. run extract with [[sql-script-db.ps1>>doc: TechnicalDocumentation.Source Control.migration.sql.sql-db-export.WebHome]] with validate set to true and raw objects set to true, only need tbl-triggers, functions and sp12 +1. run extract with [[sql-script-db.ps1>>doc:technical-documentation.Source Control.migration.sql.sql-db-export.WebHome]] with validate set to true and raw objects set to true, only need tbl-triggers, functions and sp 13 13 11. reason for this is to identify any procedure/triggers/functions that dont compile 14 14 1. once this is done examine results and fix stored procedures on database so that they can compile, ie add missing columns or modify code to not require them 15 15 11. repeat step 1 and 2 until you get zero objects that can't compile ... ... @@ -21,7 +21,7 @@ 21 21 1. run dacpac publish to managed instance 22 22 1. 23 23 24 -= =24 += = 25 25 26 26 27 27