initial commit
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,29 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# SQL Server Management Studio Solution File, Format Version 18.00
|
||||
VisualStudioVersion = 15.0.28307.421
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{4F2E2C19-372F-40D8-9FA7-9D2138C6997A}") = "OCTPDBA-412 arizonaCash.dbo.cr_point_of_sale deprecated", "OCTPDBA-412 arizonaCash.dbo.cr_point_of_sale deprecated.ssmssqlproj", "{5C48E5C0-6DA0-4579-82E1-6F065B36C27B}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FA70565B-C803-4A66-A57C-87EAD812951C}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
..\..\repos\ActivePharmacy\Source\Database\Source\ActiveSystemServer\Migration\_000900.StoredProcedures\001200.dbo.RepairReplication.sql = ..\..\repos\ActivePharmacy\Source\Database\Source\ActiveSystemServer\Migration\_000900.StoredProcedures\001200.dbo.RepairReplication.sql
|
||||
C:\dev\dbaTools\DBA.Tools\Main\StoredProcedures\Replication_Check.sql = C:\dev\dbaTools\DBA.Tools\Main\StoredProcedures\Replication_Check.sql
|
||||
todo.txt = todo.txt
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Default|Default = Default|Default
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{5C48E5C0-6DA0-4579-82E1-6F065B36C27B}.Default|Default.ActiveCfg = Default
|
||||
{4EBFFE19-C8C0-4353-98E9-E18DEB2410A9}.Default|Default.ActiveCfg = Default
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {0FF98CC6-E9AD-4405-8F32-9F19F7FD496B}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<SqlWorkbenchSqlProject xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Name="SqlWorkbenchSqlProject">
|
||||
<Items>
|
||||
<LogicalFolder Name="Connections" Type="2" />
|
||||
<LogicalFolder Name="Queries" Type="0" />
|
||||
<LogicalFolder Name="Miscellaneous" Type="3" />
|
||||
|
||||
</Items>
|
||||
</SqlWorkbenchSqlProject>
|
||||
@@ -0,0 +1,12 @@
|
||||
The content of arizonaCash.dbo.cr_point_of_sale has been migrated to arizona.dbo.point_of_sale during the update.
|
||||
We must ensure that no procs / functions / views / triggers are referencing arizonaCash.dbo.cr_point_of_sale anymore.
|
||||
|
||||
1. Identify and adapt every db object referencing the deprecated table.
|
||||
[ ] ActiveSystemServer.[dbo].[RepairReplication]
|
||||
[ ] HCITools.[dbo].[Replication_Check]
|
||||
|
||||
2. Create a bug for G# team (it could also be taken by Code Brewers). Prioritize it with them.
|
||||
[ ]
|
||||
|
||||
3. Clean existing [dbo].[ExecuteOnAllPos] on HCITools on all pharmacies
|
||||
[ ]
|
||||
Reference in New Issue
Block a user