Paul Lisewski 3 jaren geleden
commit
171bbf76d0
63 gewijzigde bestanden met toevoegingen van 12434 en 0 verwijderingen
  1. 1 0
      .gitattributes
  2. 9 0
      .gitignore
  3. 102 0
      README.md
  4. 2 0
      alexissecureapi/.env
  5. 90 0
      alexissecureapi/docker-compose.yml
  6. 6 0
      alexissecuredb/SeedData/AlexisPTSTokenTest/DecryptCardNumber.sql
  7. 6 0
      alexissecuredb/SeedData/AlexisPTSTokenTest/EncryptCardNumber.sql
  8. 18 0
      alexissecuredb/SeedData/AlexisSecure/00.Delete.sql
  9. 1477 0
      alexissecuredb/SeedData/AlexisSecure/01.Keys.sql
  10. 425 0
      alexissecuredb/SeedData/AlexisSecure/02.AccountRanges.sql
  11. 1532 0
      alexissecuredb/SeedData/AlexisSecure/03.AccountRangesKeys.sql
  12. 789 0
      alexissecuredb/SeedData/AlexisSecure/04.PanTokenMapping.sql
  13. 443 0
      alexissecuredb/SeedData/AlexisSecure/05.Products.sql
  14. 3055 0
      alexissecuredb/SeedData/AlexisSecure/06.Cards.sql
  15. 22 0
      alexissecuredb/SeedData/master/CreateAssemblies.sql
  16. 29 0
      alexissecuredb/bcpScripts/copyData.ps1
  17. 27 0
      alexissecuredb/docker-compose.yml
  18. 2 0
      clearing/.env
  19. 108 0
      clearing/docker-compose.override.yml
  20. 311 0
      clearing/docker-compose.yml
  21. 2514 0
      clearing/log.txt
  22. 5 0
      clearing/up.sh
  23. 6 0
      clearingdb/SeedData/AlexisPTSTokenTest/DecryptCardNumber.sql
  24. 6 0
      clearingdb/SeedData/AlexisPTSTokenTest/EncryptCardNumber.sql
  25. 22 0
      clearingdb/SeedData/master/CreateAssemblies.sql
  26. 19 0
      clearingdb/bcpScripts/copyData.ps1
  27. 8 0
      clearingdb/docker-compose.override.yml
  28. 27 0
      clearingdb/docker-compose.yml
  29. 2 0
      dalapi/.env
  30. 58 0
      dalapi/docker-compose.yml
  31. 4 0
      daldb/SeedData/AlexisPTSTest/07_ProductType.sql
  32. 45 0
      daldb/SeedData/AlexisPTSTest/Cards.sql
  33. 200 0
      daldb/SeedData/AlexisPTSTest/Currency_Master.sql
  34. 10 0
      daldb/SeedData/AlexisPTSTest/TableMetaData.sql
  35. 38 0
      daldb/SeedData/AlexisPTSTest/TransactionAddDetails.sql
  36. 1 0
      daldb/SeedData/AlexisPTSTest/TransactionIntTable.sql
  37. 35 0
      daldb/SeedData/AlexisPTSTest/TransactionTable.sql
  38. 10 0
      daldb/SeedData/AlexisReadWrite/TableMetadata.sql
  39. 1 0
      daldb/SeedData/AlexisReadWrite/TransactionIntTable.sql
  40. 26 0
      daldb/SeedData/AlexisReadWrite/TransactionTable.sql
  41. 232 0
      daldb/SeedData/Tier2/AlexisReadWrite.sql
  42. 26 0
      daldb/SeedData/Tier2/PanProduct.sql
  43. 10 0
      daldb/SeedData/Tier2/TableMetaData.sql
  44. 65 0
      daldb/SeedData/Tier2/Transaction.sql
  45. 45 0
      daldb/bcpScripts/RestoreData.ps1
  46. 8 0
      daldb/bcpScripts/copyData.ps1
  47. 2 0
      daldb/commit.sh
  48. 36 0
      daldb/docker-compose.yml
  49. 34 0
      dockerfiles/asp.dockerfile
  50. 34 0
      dockerfiles/console.dockerfile
  51. 9 0
      dockerfiles/datadb.dockerfile
  52. 41 0
      dockerfiles/db.dockerfile
  53. 20 0
      dockerfiles/dbbuild.dockerfile
  54. 20 0
      dockerfiles/dbutils.dockerfile
  55. 8 0
      dockerfiles/debiantz.dockerfile
  56. 9 0
      dockerfiles/socat.dockerfile
  57. 26 0
      res/altersqlproj.sh
  58. 80 0
      res/appsettings.sh
  59. 203 0
      res/dacpacentrypoint.sh
  60. 7 0
      res/nuget.config
  61. 3 0
      setup.cmd
  62. 8 0
      utils/dbbuild/docker-compose.yml
  63. 17 0
      utils/dbutils/docker-compose.yml

+ 1 - 0
.gitattributes

@@ -0,0 +1 @@
+*.sh	text eol=lf

+ 9 - 0
.gitignore

@@ -0,0 +1,9 @@
+res/id_rsa
+.vs
+Stream
+bcp.tgz
+bcp.zip
+bcp/
+/.vscode
+logs/
+*.tgz

+ 102 - 0
README.md

@@ -0,0 +1,102 @@
+# gps.docker
+## Getting Started
+Additional documentation: https://gpsprocessor.atlassian.net/wiki/spaces/SysDev/pages/1876919054/gps.docker
+
+## Setting up docker
+Double click on the **setup.cmd** file in the gps.docker directory
+This generates a local https dev certificate and copies your git private key file to the res folder
+
+## Log in to nexus.globalprocessing.net
+Type the following command to login to the GPS nexus repository using **docker** as the username and **Pv5p9wvtzcbaPjW** as the password
+```
+docker login nexus.globalprocessing.net
+```
+If a certificate error occurs (**X509: certificate signed by unknow authority**)
+Go to settings in the docker UI in **Docker Engine**
+Put the following in insecure registries:
+```
+"insecure-registries": ["nexus.globalprocessing.net:443", "nexus.globalprocessing.net"],
+```
+## WSL2
+If using wsl2 create a file called **.wslconfig**
+```
+[wsl2]
+memory=8GB
+processors=4
+```
+
+# Clearing
+The following directories need to be created in order for clearing to work:
+```
+C:\GPS\HighPriorityClearingFiles
+C:\GPS\LowPriorityClearingFiles
+C:\GPS.Clearing\GPS.Clearing.Matching.Database
+C:\GPS.Currency
+```
+There needs to be a **Rates.db** file in **C:\GPS.Currency**
+This can be obtained from the Clearing E2E server.
+
+Docker images can either be build or pulled from the docker repository
+
+## GPS.Clearing.Testing
+To run test using docker in the **Test** menu choose **Configure Run Settings** then **Select Solution Wide runnsettings File** and choose the **docker.runsettings** file.
+
+## Pulling the Docker Images
+In PowerShell (in the directory where you cloned this repository)
+
+```
+cd clearing
+docker-compose pull
+```
+## Build the Docker Images
+In PowerShell (in the directory you cloned this repository)
+
+```
+cd clearing
+docker-compose build
+```
+
+## Services
+The docker-compose.yml file contains services for the following:
+Comment out or delete whatever is not required (already installed)
+
+### dockerdb
+This mount either a dockervm for clearing or an AWS database
+
+### rabbitmq
+To stop in Administrator Powershell run:
+```
+net stop rabbitmq
+```
+
+## Running all Clearing services
+In a cmd shell or PowerShell run the following:
+```
+docker-compose up -d
+```
+## Stopping individual Clearing services
+```
+docker-compose stop matching
+```
+
+## Running individual Clearing services
+```
+docker-compose up -d matching
+```
+
+## Stopping all Clearing services
+```
+docker-compose down
+```
+
+# gps.testing.automationframework
+Use Docker configuration when testing
+
+
+# gps.api.dataaccesslayer.testing
+The following appsettings should be changed for docker:
+```
+  "AlexisConnectionString": "Server=localhost,1435;Database=AlexisPTSTest;User Id=gpspl;Password=yW2S6KXdY8;",
+  "AlexisReadWriteConnectionString": "Server=localhost,1435;Database=AlexisReadWrite;User Id=gpspl;Password=yW2S6KXdY8;",
+  "Tier2ConnectionString": "Server=localhost,1435;Database=Tier2;User Id=gpspl;Password=yW2S6KXdY8;",
+```

+ 2 - 0
alexissecureapi/.env

@@ -0,0 +1,2 @@
+TZ=Europe/London
+USE_SEQ=0

+ 90 - 0
alexissecureapi/docker-compose.yml

@@ -0,0 +1,90 @@
+version: "3.3"
+services:
+
+    dockerdb:
+        image: nexus.globalprocessing.net/alexissecuredb
+        ports:
+            - "1434:1433"
+        expose:
+            - "1433"
+        environment:
+            SA_PASSWORD: "yW2S6KXdY8"
+            ACCEPT_EULA: "Y"                
+    
+    # dockerdb:
+    #     image: "nexus.globalprocessing.net/aws.database"
+    #     build:
+    #         context: ..
+    #         dockerfile: dockerfiles/socat.dockerfile
+    #         args:
+    #             TZ: $TZ
+    #     ports:
+    #         - "1434:1433"
+    #     environment:
+    #             IP: "10.220.3.109" #E2E
+    #             # IP: "10.220.3.248" #FULL
+    #             # IP: "10.220.3.170"  #DEV
+    #             # IP: "host.docker.internal"
+
+    
+    secureapi:
+        image: nexus.globalprocessing.net/gps.secureapi:develop
+        build:
+            context: ..
+            dockerfile: dockerfiles/asp.dockerfile
+            args:
+                TZ: $TZ
+                USE_SEQ: $USE_SEQ
+                PROJ: gps.api
+                DIR: GPS.Secure.API
+                BRANCH: develop
+                COREVERS: "5.0"
+        environment: 
+            ASPNETCORE_ENVIRONMENT: "Development"
+            ASPNETCORE_URLS: "https://+;http://+"
+            ASPNETCORE_HTTPS_PORT: "44320"
+            ASPNETCORE_Kestrel__Certificates__Default__Password: "crypticpassword"
+            ASPNETCORE_Kestrel__Certificates__Default__Path: "/https/aspnetapp.pfx"
+        ports:
+            - "44320:443"
+            - "8020:80"
+        expose:
+            - "80"
+            - "443"
+        depends_on:
+            - dockerdb
+        volumes:
+            - ~/.aspnet/https:/https/
+            - ./logs:/App/log
+
+        
+    gatewayapi:
+        image: nexus.globalprocessing.net/gps.gatewayapi:develop
+        build:
+            context: ..
+            dockerfile: dockerfiles/asp.dockerfile
+            args:
+                TZ: $TZ
+                USE_SEQ: $USE_SEQ
+                PROJ: gps.api
+                DIR: GPS.Secure.API.Gateway
+                BRANCH: develop
+                COREVERS: "5.0"
+        environment: 
+            ASPNETCORE_ENVIRONMENT: "Development"
+            ASPNETCORE_URLS: "https://+;http://+"
+            ASPNETCORE_HTTPS_PORT: "56229"
+            ASPNETCORE_Kestrel__Certificates__Default__Password: "crypticpassword"
+            ASPNETCORE_Kestrel__Certificates__Default__Path: "/https/aspnetapp.pfx"
+        ports:
+            - "56229:443"
+            - "8021:80"
+        expose:
+            - "80"
+            - "443"
+        depends_on:
+            - dockerdb
+        volumes:
+            - ~/.aspnet/https:/https/
+            - ./logs:/App/log
+

+ 6 - 0
alexissecuredb/SeedData/AlexisPTSTokenTest/DecryptCardNumber.sql

@@ -0,0 +1,6 @@
+CREATE FUNCTION [dbo].[DecryptCardNumber]
+(@EncryptPAN NVARCHAR (4000), @KeyHexa NVARCHAR (4000))
+RETURNS NVARCHAR (4000)
+AS
+ EXTERNAL NAME [SqlServerProject1].[SqlServerProject1.UserDefinedFunctions].[DecryptCardNumber]
+

+ 6 - 0
alexissecuredb/SeedData/AlexisPTSTokenTest/EncryptCardNumber.sql

@@ -0,0 +1,6 @@
+CREATE FUNCTION [dbo].[EncryptCardNumber]
+(@PAN NVARCHAR (4000), @hexStringKey NVARCHAR (4000))
+RETURNS NVARCHAR (4000)
+AS
+ EXTERNAL NAME [SqlServerProject1].[SqlServerProject1.UserDefinedFunctions].[EncryptCardNumber]
+

+ 18 - 0
alexissecuredb/SeedData/AlexisSecure/00.Delete.sql

@@ -0,0 +1,18 @@
+SET QUOTED_IDENTIFIER ON
+GO
+
+DELETE FROM [AlexisSecure].[Encryption].[AccountRangesKeys]
+
+
+DELETE FROM [AlexisSecure].[Encryption].[AccountRanges]
+
+
+DELETE FROM [AlexisSecure].[Encryption].[Keys]
+
+
+DELETE FROM [AlexisPTSTokenTest].[dbo].[PANTokenMapping] WHERE PRITOKEN IN ('401234525', '501556556', '401234633','501234633', '401633333','501633333','401656566','501695412','401785623','501859613','401678954','501565656','401456745','501458976','401434546','501456745','405543289','505543289','407543289','509543289','401357951','501741963','058262649','058984549','058978556','048788954','048987777','048114571')
+
+
+DELETE FROM [AlexisPTSTest].[dbo].[Cards] WHERE PAN IN (4014012345250008, 5015015565560005, 4014012346330007,5015012346330004,4014016333330006,5014016333330003, 4014016565660005,5015016954120002,4014017856230004,5015018596130001,4014016789540000,5015015656560009,4014014567450007,5015014589760400,4014014345460000,5015014567450009,4014055432890305,5015055432890302,4014075432894002,5015095432894001,4014013579510008,5015017419630007,5880582626498326,5890589845494885,5870589785566874,4870487889549773,4880489877772644,4890481145717981)
+
+DELETE FROM [AlexisPTSTest].[dbo].[ProductType] WHERE ProductID IN (9830, 9831)

File diff suppressed because it is too large
+ 1477 - 0
alexissecuredb/SeedData/AlexisSecure/01.Keys.sql


+ 425 - 0
alexissecuredb/SeedData/AlexisSecure/02.AccountRanges.sql

@@ -0,0 +1,425 @@
+USE [AlexisSecure]
+GO
+
+SET QUOTED_IDENTIFIER ON
+GO
+
+SET IDENTITY_INSERT [Encryption].[AccountRanges] ON 
+
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1729, N'552246', N'5522460000000000000', N'5522469999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1730, N'542812', N'5428120000000000000', N'5428129999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1731, N'531569', N'5315690000000000000', N'5315699999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1732, N'554591', N'5545910000000000000', N'5545919999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1733, N'529187', N'5291870000000000000', N'5291879999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1734, N'526279', N'5262790000000000000', N'5262799999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1735, N'529132', N'5291320000000000000', N'5291329999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1736, N'529134', N'5291340000000000000', N'5291349999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1737, N'529135', N'5291350000000000000', N'5291359999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1738, N'529136', N'5291360000000000000', N'5291369999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1739, N'529137', N'5291370000000000000', N'5291379999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1740, N'529138', N'5291380000000000000', N'5291389999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1741, N'529139', N'5291390000000000000', N'5291399999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1742, N'529140', N'5291400000000000000', N'5291409999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1743, N'529141', N'5291410000000000000', N'5291419999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1744, N'529142', N'5291420000000000000', N'5291429999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1745, N'529143', N'5291430000000000000', N'5291439999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1746, N'529144', N'5291440000000000000', N'5291449999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1747, N'529145', N'5291450000000000000', N'5291459999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1748, N'529146', N'5291460000000000000', N'5291469999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1749, N'529181', N'5291810000000000000', N'5291819999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1750, N'529182', N'5291820000000000000', N'5291829999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1751, N'529183', N'5291830000000000000', N'5291839999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1752, N'556355', N'5563550000000000000', N'5563559999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1753, N'459512', N'4595120000000000000', N'4595129999999999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1754, N'527012', N'5270129000000000000', N'5270129099999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1755, N'527012', N'5270129100000000000', N'5270129999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1756, N'527527', N'5275270000000000000', N'5275279999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1757, N'437882', N'4378820000000000000', N'4378820099999999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1758, N'437882', N'4378820100000000000', N'4378829999999999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1759, N'531935', N'5319350000000000000', N'5319359999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1760, N'446221', N'4462210000000000000', N'4462211099999999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1761, N'446221', N'4462211100000000000', N'4462219999999999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1762, N'531982', N'5319820000000000000', N'5319829999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1763, N'532852', N'5328520000000000000', N'5328529999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1764, N'478269', N'4782690000000000000', N'4782699999999999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1765, N'521964', N'5219640000000000000', N'5219645299999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1766, N'521964', N'5219645300000000000', N'5219645499999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1767, N'521964', N'5219645500000000000', N'5219649999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1768, N'408852', N'4088520000000000000', N'4088520099999999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1769, N'408852', N'4088520100000000000', N'4088529999999999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1770, N'467288', N'4672880000000000000', N'4672889999999999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1771, N'528582', N'5285820000000000000', N'5285829999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1772, N'630121', N'6301210000000000000', N'6301219999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1773, N'554735', N'5547350000000000000', N'5547359999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1774, N'531981', N'5319810000000000000', N'5319819999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1775, N'531971', N'5319710000000000000', N'5319719999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1776, N'531967', N'5319670000000000000', N'5319679999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1777, N'517473', N'5174730000000000000', N'5174739999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1778, N'517472', N'5174720000000000000', N'5174729999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1779, N'542424', N'5424240000000000000', N'5424240999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1780, N'542424', N'5424241000000000000', N'5424241099999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1781, N'542424', N'5424241100000000000', N'5424248999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1782, N'542424', N'5424249000000000000', N'5424249499999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1783, N'542424', N'5424249500000000000', N'5424249999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1784, N'537431', N'5374310000000000000', N'5374319999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1785, N'536563', N'5365630000000000000', N'5365639999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1786, N'529791', N'5297910000000000000', N'5297919999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1787, N'511673', N'5116730000000000000', N'5116739499999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1788, N'511673', N'5116739500000000000', N'5116739599999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1789, N'511673', N'5116739600000000000', N'5116739899999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1790, N'511673', N'5116739900000000000', N'5116739999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1791, N'538956', N'5389560000000000000', N'5389569999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1792, N'999123', N'9991230000000000000', N'9991239999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1793, N'511626', N'5116260000000000000', N'5116260099999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1794, N'511626', N'5116260100000000000', N'5116269999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1795, N'546721', N'5467210000000000000', N'5467219999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1796, N'535304', N'5353040000000000000', N'5353040099999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1797, N'535304', N'5353040100000000000', N'5353040199999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1798, N'535304', N'5353040200000000000', N'5353040299999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1799, N'535304', N'5353040300000000000', N'5353042599999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1800, N'535304', N'5353042600000000000', N'5353042699999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1801, N'535304', N'5353042700000000000', N'5353042899999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1802, N'535304', N'5353042900000000000', N'5353042999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1803, N'535304', N'5353043000000000000', N'5353043299999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1804, N'535304', N'5353043300000000000', N'5353043399999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1805, N'535304', N'5353043400000000000', N'5353044099999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1806, N'535304', N'5353044100000000000', N'5353044199999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1807, N'535304', N'5353044200000000000', N'5353045999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1808, N'535304', N'5353046000000000000', N'5353046099999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1809, N'535304', N'5353046100000000000', N'5353046299999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1810, N'535304', N'5353046300000000000', N'5353046399999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1811, N'535304', N'5353046400000000000', N'5353046499999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1812, N'535304', N'5353046500000000000', N'5353046599999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1813, N'535304', N'5353046600000000000', N'5353046699999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1814, N'535304', N'5353046700000000000', N'5353046799999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1815, N'535304', N'5353046800000000000', N'5353046899999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1816, N'535304', N'5353046900000000000', N'5353046999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1817, N'535304', N'5353047000000000000', N'5353047099999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1818, N'535304', N'5353047100000000000', N'5353047199999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1819, N'535304', N'5353047200000000000', N'5353047299999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1820, N'535304', N'5353047300000000000', N'5353049999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1821, N'557422', N'5574220000000000000', N'5574229999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1822, N'476370', N'4763700000000000000', N'4763700999999999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1823, N'476370', N'4763701000000000000', N'4763701099999999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1824, N'476370', N'4763701100000000000', N'4763709999999999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1825, N'550856', N'5508560000000000000', N'5508569999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1826, N'483714', N'4837140000000000000', N'4837149999999999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1827, N'557435', N'5574350000000000000', N'5574359999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1828, N'549546', N'5495460000000000000', N'5495469999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1829, N'528828', N'5288280000000000000', N'5288289999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1830, N'101010', N'1010100000000000000', N'1010109999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1831, N'408675', N'4086750000000000000', N'4086759999999999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1832, N'535675', N'5356750000000000000', N'5356759999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1833, N'534976', N'5349760000000000000', N'5349769999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1834, N'550109', N'5501090000000000000', N'5501099999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1835, N'550111', N'5501110000000000000', N'5501117999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1836, N'550111', N'5501118000000000000', N'5501119099999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1837, N'550111', N'5501119100000000000', N'5501119999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1838, N'556116', N'5561160000000000000', N'5561169999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1839, N'556115', N'5561150000000000000', N'5561159999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1840, N'531972', N'5319720000000000000', N'5319729999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1841, N'531979', N'5319790000000000000', N'5319799999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1842, N'531983', N'5319830000000000000', N'5319839999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1843, N'630114', N'6301140000000000000', N'6301149999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1844, N'533724', N'5337240000000000000', N'5337249999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1845, N'537669', N'5376690000000000000', N'5376699999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1846, N'557420', N'5574200000000000000', N'5574209999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1847, N'539125', N'5391250000000000000', N'5391259999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1848, N'538774', N'5387740000000000000', N'5387749999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1849, N'542862', N'5428620000000000000', N'5428629999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1850, N'545901', N'5459010000000000000', N'5459019999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1851, N'529987', N'5299870000000000000', N'5299879999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1852, N'557421', N'5574210000000000000', N'5574219999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1853, N'542849', N'5428490000000000000', N'5428499999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1854, N'557423', N'5574230000000000000', N'5574239999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1855, N'557425', N'5574250000000000000', N'5574259999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1856, N'534304', N'5343040000000000000', N'5343049999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1857, N'530075', N'5300750000000000000', N'5300759999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1858, N'543978', N'5439780000000000000', N'5439789999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1859, N'557429', N'5574290000000000000', N'5574299999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1860, N'536679', N'5366790000000000000', N'5366799999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1861, N'541292', N'5412920000000000000', N'5412929999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1862, N'670964', N'6709640000000000000', N'6709649999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1863, N'528393', N'5283930000000000000', N'5283939999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1864, N'546006', N'5460060000000000000', N'5460069999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1865, N'554756', N'5547560000000000000', N'5547562199999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1866, N'554756', N'5547562200000000000', N'5547562299999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1867, N'554756', N'5547562300000000000', N'5547569999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1868, N'535420', N'5354200000000000000', N'5354209999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1869, N'555159', N'5551590000000000000', N'5551599999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1870, N'557359', N'5573590000000000000', N'5573599999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1871, N'516281', N'5162810000000000000', N'5162811499999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1872, N'516281', N'5162811500000000000', N'5162811599999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1873, N'516281', N'5162811600000000000', N'5162811999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1874, N'516281', N'5162812000000000000', N'5162812099999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1875, N'516281', N'5162812100000000000', N'5162812199999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1876, N'516281', N'5162812200000000000', N'5162812499999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1877, N'516281', N'5162812500000000000', N'5162812599999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1878, N'516281', N'5162812600000000000', N'5162812999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1879, N'516281', N'5162813000000000000', N'5162813099999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1880, N'516281', N'5162813100000000000', N'5162813199999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1881, N'516281', N'5162813200000000000', N'5162813299999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1882, N'516281', N'5162813300000000000', N'5162813399999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1883, N'516281', N'5162813400000000000', N'5162813499999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1884, N'516281', N'5162813500000000000', N'5162813599999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1885, N'516281', N'5162813600000000000', N'5162813699999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1886, N'516281', N'5162813700000000000', N'5162813799999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1887, N'516281', N'5162813800000000000', N'5162813899999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1888, N'516281', N'5162813900000000000', N'5162818199999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1889, N'516281', N'5162818200000000000', N'5162818299999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1890, N'516281', N'5162818300000000000', N'5162818399999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1891, N'516281', N'5162818400000000000', N'5162819999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1892, N'447153', N'4471530000000000000', N'4471539999999999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1893, N'999998', N'9999980000000000000', N'9999989999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1894, N'533323', N'5333230000000000000', N'5333230099999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1895, N'533323', N'5333230100000000000', N'5333230599999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1896, N'533323', N'5333230600000000000', N'5333230699999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1897, N'533323', N'5333230700000000000', N'5333230799999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1898, N'533323', N'5333230800000000000', N'5333230899999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1899, N'533323', N'5333230900000000000', N'5333234999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1900, N'533323', N'5333235000000000000', N'5333235099999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1901, N'533323', N'5333235100000000000', N'5333235999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1902, N'533323', N'5333236000000000000', N'5333236199999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1903, N'533323', N'5333236200000000000', N'5333239999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1904, N'999001', N'9990010000000000000', N'9990019999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1905, N'516273', N'5162730000000000000', N'5162739999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1906, N'527424', N'5274240000000000000', N'5274249999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1907, N'557424', N'5574240000000000000', N'5574240099999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1908, N'557424', N'5574240100000000000', N'5574249999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1909, N'559143', N'5591430000000000000', N'5591439999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1910, N'535437', N'5354370000000000000', N'5354379999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1911, N'550127', N'5501270000000000000', N'5501279999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1912, N'675926', N'6759260000000000000', N'6759262399999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1913, N'675926', N'6759262500000000000', N'6759263599999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1914, N'675926', N'6759263600000000000', N'6759263799999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1915, N'675926', N'6759263800000000000', N'6759269999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1916, N'517509', N'5175090000000000000', N'5175099999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1917, N'511847', N'5118470000000000000', N'5118479999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1918, N'533574', N'5335740000000000000', N'5335749999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1919, N'535205', N'5352050000000000000', N'5352059999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1920, N'537562', N'5375620000000000000', N'5375629999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1921, N'888888', N'8888880000000000000', N'8888889999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1922, N'529955', N'5299550000000000000', N'5299559999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1923, N'999999', N'9999990000000000000', N'9999999999999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1924, N'401234', N'4012340000000000000', N'4012340000009999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1925, N'501234', N'5012340000000000000', N'5012340000009999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1926, N'401234', N'4012340000010000000', N'4012340000019999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1927, N'501234', N'5012340000010000000', N'5012340000019999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1928, N'401234', N'4012340000020000000', N'4012340000029999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1929, N'501234', N'5012340000020000000', N'5012340000029999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1930, N'401234', N'4012340000030000000', N'4012340000039999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1931, N'501234', N'5012340000030000000', N'5012340000039999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1932, N'401234', N'4012340000040000000', N'4012340000049999999', 2)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1933, N'501234', N'5012340000040000000', N'5012340000049999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1934, N'058765', N'0587650000000000000', N'0587650099999999999', 1)
+GO
+INSERT [Encryption].[AccountRanges] ([AccountRangeID], [RangeFirstSixDigits], [RangeLowLimit], [RangeHighLimit], [CardSchemeID]) VALUES (1935, N'048765', N'0487650000000000000', N'0487650099999999999', 2)
+GO
+SET IDENTITY_INSERT [Encryption].[AccountRanges] OFF
+GO

+ 1532 - 0
alexissecuredb/SeedData/AlexisSecure/03.AccountRangesKeys.sql

@@ -0,0 +1,1532 @@
+USE [AlexisSecure]
+GO
+
+SET QUOTED_IDENTIFIER ON
+GO
+
+SET IDENTITY_INSERT [Encryption].[AccountRangesKeys] ON 
+GO
+
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6149, 1729, 6277)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6150, 1729, 6278)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6151, 1729, 6279)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6152, 1729, 6280)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6153, 1730, 6281)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6154, 1730, 6282)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6155, 1730, 6283)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6156, 1730, 6284)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6157, 1731, 6285)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6158, 1732, 6286)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6159, 1732, 6287)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6160, 1732, 6288)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6161, 1732, 6289)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6162, 1732, 6290)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6163, 1732, 6291)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6164, 1733, 6292)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6165, 1733, 6293)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6166, 1733, 6294)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6167, 1733, 6295)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6168, 1733, 6296)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6169, 1734, 6297)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6170, 1734, 6298)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6171, 1734, 6299)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6172, 1734, 6300)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6173, 1735, 6301)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6174, 1735, 6302)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6175, 1735, 6303)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6176, 1735, 6304)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6177, 1736, 6305)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6178, 1736, 6306)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6179, 1736, 6307)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6180, 1736, 6308)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6181, 1737, 6309)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6182, 1737, 6310)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6183, 1737, 6311)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6184, 1737, 6312)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6185, 1738, 6313)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6186, 1738, 6314)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6187, 1738, 6315)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6188, 1738, 6316)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6189, 1739, 6317)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6190, 1739, 6318)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6191, 1739, 6319)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6192, 1739, 6320)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6193, 1740, 6321)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6194, 1740, 6322)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6195, 1740, 6323)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6196, 1740, 6324)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6197, 1741, 6325)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6198, 1741, 6326)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6199, 1741, 6327)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6200, 1741, 6328)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6201, 1742, 6329)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6202, 1742, 6330)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6203, 1742, 6331)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6204, 1742, 6332)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6205, 1743, 6333)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6206, 1743, 6334)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6207, 1743, 6335)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6208, 1743, 6336)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6209, 1744, 6337)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6210, 1744, 6338)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6211, 1744, 6339)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6212, 1744, 6340)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6213, 1745, 6341)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6214, 1745, 6342)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6215, 1745, 6343)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6216, 1745, 6344)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6217, 1746, 6345)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6218, 1746, 6346)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6219, 1746, 6347)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6220, 1746, 6348)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6221, 1747, 6349)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6222, 1747, 6350)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6223, 1747, 6351)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6224, 1747, 6352)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6225, 1748, 6353)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6226, 1748, 6354)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6227, 1748, 6355)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6228, 1748, 6356)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6229, 1749, 6357)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6230, 1749, 6358)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6231, 1749, 6359)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6232, 1749, 6360)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6233, 1750, 6361)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6234, 1750, 6362)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6235, 1750, 6363)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6236, 1750, 6364)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6237, 1751, 6365)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6238, 1751, 6366)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6239, 1751, 6367)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6240, 1751, 6368)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6241, 1752, 6369)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6242, 1752, 6370)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6243, 1752, 6371)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6244, 1752, 6372)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6245, 1753, 6373)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6246, 1753, 6374)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6247, 1753, 6375)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6248, 1753, 6376)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6249, 1756, 6377)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6250, 1756, 6378)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6251, 1756, 6379)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6252, 1756, 6380)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6253, 1757, 6381)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6254, 1757, 6382)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6255, 1757, 6383)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6256, 1757, 6384)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6257, 1758, 6385)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6258, 1758, 6386)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6259, 1758, 6387)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6260, 1758, 6388)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6261, 1758, 6389)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6262, 1758, 6390)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6263, 1759, 6391)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6264, 1760, 6392)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6265, 1760, 6393)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6266, 1760, 6394)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6267, 1760, 6395)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6268, 1760, 6396)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6269, 1761, 6397)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6270, 1761, 6398)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6271, 1761, 6399)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6272, 1761, 6400)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6273, 1761, 6401)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6274, 1762, 6402)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6275, 1763, 6403)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6276, 1763, 6404)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6277, 1763, 6405)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6278, 1763, 6406)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6279, 1764, 6407)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6280, 1764, 6408)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6281, 1764, 6409)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6282, 1764, 6410)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6283, 1765, 6411)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6284, 1765, 6412)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6285, 1765, 6413)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6286, 1765, 6414)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6287, 1765, 6415)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6288, 1766, 6416)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6289, 1766, 6417)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6290, 1766, 6418)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6291, 1766, 6419)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6292, 1767, 6420)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6293, 1767, 6421)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6294, 1767, 6422)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6295, 1767, 6423)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6296, 1767, 6424)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6297, 1769, 6425)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6298, 1769, 6426)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6299, 1769, 6427)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6300, 1769, 6428)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6301, 1770, 6429)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6302, 1770, 6430)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6303, 1770, 6431)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6304, 1770, 6432)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6305, 1771, 6433)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6306, 1771, 6434)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6307, 1771, 6435)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6308, 1771, 6436)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6309, 1772, 6437)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6310, 1772, 6438)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6311, 1772, 6439)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6312, 1772, 6440)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6313, 1773, 6441)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6314, 1773, 6442)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6315, 1773, 6443)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6316, 1773, 6444)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6317, 1773, 6445)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6318, 1773, 6446)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6319, 1774, 6447)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6320, 1775, 6448)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6321, 1776, 6449)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6322, 1777, 6450)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6323, 1778, 6451)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6324, 1784, 6452)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6325, 1784, 6453)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6326, 1784, 6454)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6327, 1784, 6455)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6328, 1784, 6456)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6329, 1785, 6457)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6330, 1785, 6458)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6331, 1785, 6459)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6332, 1785, 6460)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6333, 1786, 6461)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6334, 1786, 6462)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6335, 1786, 6463)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6336, 1786, 6464)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6337, 1786, 6465)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6338, 1787, 6466)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6339, 1787, 6467)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6340, 1787, 6468)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6341, 1787, 6469)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6342, 1788, 6470)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6343, 1788, 6471)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6344, 1788, 6472)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6345, 1788, 6473)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6346, 1789, 6474)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6347, 1789, 6475)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6348, 1789, 6476)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6349, 1789, 6477)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6350, 1789, 6478)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6351, 1790, 6479)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6352, 1791, 6480)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6353, 1791, 6481)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6354, 1791, 6482)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6355, 1791, 6483)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6356, 1791, 6484)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6357, 1792, 6485)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6358, 1792, 6486)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6359, 1792, 6487)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6360, 1792, 6488)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6361, 1793, 6489)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6362, 1793, 6490)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6363, 1793, 6491)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6364, 1793, 6492)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6365, 1794, 6493)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6366, 1794, 6494)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6367, 1794, 6495)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6368, 1794, 6496)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6369, 1795, 6497)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6370, 1795, 6498)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6371, 1795, 6499)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6372, 1795, 6500)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6373, 1796, 6501)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6374, 1796, 6502)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6375, 1796, 6503)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6376, 1796, 6504)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6377, 1797, 6505)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6378, 1797, 6506)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6379, 1797, 6507)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6380, 1797, 6508)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6381, 1798, 6509)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6382, 1799, 6510)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6383, 1799, 6511)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6384, 1799, 6512)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6385, 1799, 6513)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6386, 1800, 6514)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6387, 1800, 6515)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6388, 1800, 6516)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6389, 1800, 6517)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6390, 1801, 6518)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6391, 1801, 6519)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6392, 1801, 6520)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6393, 1801, 6521)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6394, 1802, 6522)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6395, 1802, 6523)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6396, 1802, 6524)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6397, 1802, 6525)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6398, 1803, 6526)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6399, 1803, 6527)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6400, 1803, 6528)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6401, 1803, 6529)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6402, 1804, 6530)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6403, 1804, 6531)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6404, 1804, 6532)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6405, 1804, 6533)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6406, 1805, 6534)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6407, 1805, 6535)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6408, 1805, 6536)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6409, 1805, 6537)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6410, 1806, 6538)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6411, 1806, 6539)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6412, 1806, 6540)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6413, 1806, 6541)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6414, 1807, 6542)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6415, 1807, 6543)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6416, 1807, 6544)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6417, 1807, 6545)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6418, 1808, 6546)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6419, 1808, 6547)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6420, 1808, 6548)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6421, 1808, 6549)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6422, 1809, 6550)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6423, 1809, 6551)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6424, 1809, 6552)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6425, 1809, 6553)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6426, 1810, 6554)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6427, 1810, 6555)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6428, 1810, 6556)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6429, 1810, 6557)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6430, 1811, 6558)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6431, 1811, 6559)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6432, 1811, 6560)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6433, 1811, 6561)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6434, 1812, 6562)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6435, 1812, 6563)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6436, 1812, 6564)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6437, 1812, 6565)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6438, 1813, 6566)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6439, 1813, 6567)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6440, 1813, 6568)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6441, 1813, 6569)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6442, 1814, 6570)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6443, 1814, 6571)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6444, 1814, 6572)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6445, 1814, 6573)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6446, 1815, 6574)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6447, 1815, 6575)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6448, 1815, 6576)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6449, 1815, 6577)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6450, 1816, 6578)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6451, 1816, 6579)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6452, 1816, 6580)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6453, 1816, 6581)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6454, 1817, 6582)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6455, 1817, 6583)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6456, 1817, 6584)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6457, 1817, 6585)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6458, 1818, 6586)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6459, 1818, 6587)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6460, 1818, 6588)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6461, 1818, 6589)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6462, 1819, 6590)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6463, 1819, 6591)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6464, 1819, 6592)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6465, 1819, 6593)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6466, 1820, 6594)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6467, 1820, 6595)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6468, 1820, 6596)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6469, 1820, 6597)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6470, 1821, 6598)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6471, 1821, 6599)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6472, 1821, 6600)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6473, 1821, 6601)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6474, 1822, 6602)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6475, 1822, 6603)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6476, 1822, 6604)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6477, 1822, 6605)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6478, 1822, 6606)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6479, 1822, 6607)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6480, 1823, 6608)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6481, 1823, 6609)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6482, 1823, 6610)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6483, 1823, 6611)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6484, 1824, 6612)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6485, 1824, 6613)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6486, 1824, 6614)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6487, 1824, 6615)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6488, 1825, 6616)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6489, 1825, 6617)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6490, 1825, 6618)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6491, 1825, 6619)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6492, 1826, 6620)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6493, 1826, 6621)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6494, 1826, 6622)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6495, 1826, 6623)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6496, 1827, 6624)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6497, 1827, 6625)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6498, 1827, 6626)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6499, 1827, 6627)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6500, 1827, 6628)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6501, 1828, 6629)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6502, 1828, 6630)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6503, 1828, 6631)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6504, 1828, 6632)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6505, 1829, 6633)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6506, 1829, 6634)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6507, 1829, 6635)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6508, 1829, 6636)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6509, 1829, 6637)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6510, 1831, 6638)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6511, 1832, 6639)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6512, 1832, 6640)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6513, 1832, 6641)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6514, 1832, 6642)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6515, 1834, 6643)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6516, 1834, 6644)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6517, 1834, 6645)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6518, 1834, 6646)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6519, 1835, 6647)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6520, 1835, 6648)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6521, 1835, 6649)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6522, 1835, 6650)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6523, 1837, 6651)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6524, 1837, 6652)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6525, 1837, 6653)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6526, 1837, 6654)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6527, 1838, 6655)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6528, 1839, 6656)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6529, 1839, 6657)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6530, 1839, 6658)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6531, 1839, 6659)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6532, 1839, 6660)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6533, 1840, 6661)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6534, 1841, 6662)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6535, 1842, 6663)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6536, 1843, 6664)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6537, 1843, 6665)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6538, 1843, 6666)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6539, 1843, 6667)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6540, 1843, 6668)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6541, 1844, 6669)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6542, 1845, 6670)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6543, 1846, 6671)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6544, 1847, 6672)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6545, 1847, 6673)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6546, 1847, 6674)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6547, 1847, 6675)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6548, 1847, 6676)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6549, 1848, 6677)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6550, 1848, 6678)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6551, 1848, 6679)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6552, 1848, 6680)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6553, 1849, 6681)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6554, 1850, 6682)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6555, 1850, 6683)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6556, 1850, 6684)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6557, 1850, 6685)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6558, 1851, 6686)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6559, 1851, 6687)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6560, 1851, 6688)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6561, 1851, 6689)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6562, 1851, 6690)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6563, 1852, 6691)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6564, 1853, 6692)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6565, 1854, 6693)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6566, 1854, 6694)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6567, 1854, 6695)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6568, 1854, 6696)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6569, 1855, 6697)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6570, 1855, 6698)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6571, 1855, 6699)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6572, 1855, 6700)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6573, 1856, 6701)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6574, 1856, 6702)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6575, 1856, 6703)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6576, 1856, 6704)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6577, 1857, 6705)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6578, 1857, 6706)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6579, 1857, 6707)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6580, 1857, 6708)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6581, 1857, 6709)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6582, 1858, 6710)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6583, 1858, 6711)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6584, 1858, 6712)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6585, 1858, 6713)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6586, 1858, 6714)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6587, 1858, 6715)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6588, 1859, 6716)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6589, 1859, 6717)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6590, 1859, 6718)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6591, 1859, 6719)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6592, 1859, 6720)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6593, 1860, 6721)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6594, 1860, 6722)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6595, 1860, 6723)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6596, 1860, 6724)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6597, 1861, 6725)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6598, 1861, 6726)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6599, 1861, 6727)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6600, 1861, 6728)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6601, 1862, 6729)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6602, 1862, 6730)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6603, 1862, 6731)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6604, 1862, 6732)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6605, 1863, 6733)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6606, 1863, 6734)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6607, 1863, 6735)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6608, 1863, 6736)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6609, 1863, 6737)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6610, 1863, 6738)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6611, 1863, 6739)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6612, 1864, 6740)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6613, 1864, 6741)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6614, 1864, 6742)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6615, 1864, 6743)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6616, 1865, 6744)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6617, 1865, 6745)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6618, 1865, 6746)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6619, 1865, 6747)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6620, 1865, 6748)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6621, 1867, 6749)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6622, 1867, 6750)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6623, 1867, 6751)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6624, 1867, 6752)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6625, 1867, 6753)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6626, 1868, 6754)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6627, 1868, 6755)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6628, 1868, 6756)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6629, 1868, 6757)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6630, 1868, 6758)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6631, 1869, 6759)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6632, 1869, 6760)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6633, 1869, 6761)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6634, 1869, 6762)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6635, 1869, 6763)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6636, 1869, 6764)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6637, 1870, 6765)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6638, 1870, 6766)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6639, 1870, 6767)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6640, 1870, 6768)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6641, 1871, 6769)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6642, 1871, 6770)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6643, 1871, 6771)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6644, 1871, 6772)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6645, 1871, 6773)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6646, 1872, 6774)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6647, 1873, 6775)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6648, 1873, 6776)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6649, 1873, 6777)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6650, 1873, 6778)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6651, 1874, 6779)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6652, 1875, 6780)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6653, 1875, 6781)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6654, 1875, 6782)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6655, 1875, 6783)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6656, 1876, 6784)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6657, 1876, 6785)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6658, 1876, 6786)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6659, 1876, 6787)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6660, 1877, 6788)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6661, 1878, 6789)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6662, 1878, 6790)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6663, 1878, 6791)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6664, 1878, 6792)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6665, 1879, 6793)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6666, 1880, 6794)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6667, 1881, 6795)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6668, 1881, 6796)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6669, 1881, 6797)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6670, 1881, 6798)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6671, 1882, 6799)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6672, 1883, 6800)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6673, 1884, 6801)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6674, 1884, 6802)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6675, 1884, 6803)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6676, 1884, 6804)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6677, 1885, 6805)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6678, 1886, 6806)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6679, 1886, 6807)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6680, 1886, 6808)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6681, 1886, 6809)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6682, 1887, 6810)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6683, 1888, 6811)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6684, 1888, 6812)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6685, 1888, 6813)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6686, 1888, 6814)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6687, 1888, 6815)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6688, 1889, 6816)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6689, 1890, 6817)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6690, 1891, 6818)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6691, 1891, 6819)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6692, 1891, 6820)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6693, 1891, 6821)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6694, 1892, 6822)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6695, 1892, 6823)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6696, 1892, 6824)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6697, 1892, 6825)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6698, 1892, 6826)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6699, 1893, 6827)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6700, 1893, 6828)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6701, 1893, 6829)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6702, 1893, 6830)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6703, 1893, 6831)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6704, 1893, 6832)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6705, 1894, 6833)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6706, 1894, 6834)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6707, 1894, 6835)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6708, 1894, 6836)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6709, 1895, 6837)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6710, 1895, 6838)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6711, 1895, 6839)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6712, 1895, 6840)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6713, 1895, 6841)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6714, 1896, 6842)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6715, 1897, 6843)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6716, 1897, 6844)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6717, 1897, 6845)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6718, 1897, 6846)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6719, 1897, 6847)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6720, 1898, 6848)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6721, 1898, 6849)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6722, 1898, 6850)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6723, 1898, 6851)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6724, 1899, 6852)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6725, 1899, 6853)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6726, 1899, 6854)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6727, 1899, 6855)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6728, 1899, 6856)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6729, 1900, 6857)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6730, 1901, 6858)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6731, 1901, 6859)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6732, 1901, 6860)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6733, 1901, 6861)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6734, 1902, 6862)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6735, 1903, 6863)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6736, 1903, 6864)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6737, 1903, 6865)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6738, 1903, 6866)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6739, 1903, 6867)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6740, 1904, 6868)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6741, 1904, 6869)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6742, 1904, 6870)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6743, 1904, 6871)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6744, 1905, 6872)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6745, 1905, 6873)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6746, 1905, 6874)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6747, 1905, 6875)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6748, 1905, 6876)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6749, 1906, 6877)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6750, 1907, 6878)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6751, 1907, 6879)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6752, 1907, 6880)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6753, 1907, 6881)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6754, 1907, 6882)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6755, 1908, 6883)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6756, 1908, 6884)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6757, 1908, 6885)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6758, 1908, 6886)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6759, 1909, 6887)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6760, 1909, 6888)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6761, 1909, 6889)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6762, 1909, 6890)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6763, 1910, 6891)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6764, 1910, 6892)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6765, 1910, 6893)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6766, 1910, 6894)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6767, 1910, 6895)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6768, 1910, 6896)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6769, 1911, 6897)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6770, 1911, 6898)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6771, 1911, 6899)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6772, 1911, 6900)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6773, 1912, 6901)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6774, 1912, 6902)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6775, 1912, 6903)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6776, 1912, 6904)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6777, 1912, 6905)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6778, 1912, 6906)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6779, 1913, 6907)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6780, 1913, 6908)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6781, 1913, 6909)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6782, 1913, 6910)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6783, 1914, 6911)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6784, 1914, 6912)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6785, 1914, 6913)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6786, 1914, 6914)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6787, 1915, 6915)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6788, 1915, 6916)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6789, 1915, 6917)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6790, 1915, 6918)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6791, 1915, 6919)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6792, 1916, 6920)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6793, 1916, 6921)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6794, 1916, 6922)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6795, 1916, 6923)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6796, 1916, 6924)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6797, 1917, 6925)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6798, 1917, 6926)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6799, 1917, 6927)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6800, 1917, 6928)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6801, 1917, 6929)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6802, 1918, 6930)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6803, 1918, 6931)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6804, 1918, 6932)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6805, 1918, 6933)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6806, 1918, 6934)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6807, 1918, 6935)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6808, 1919, 6936)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6809, 1919, 6937)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6810, 1919, 6938)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6811, 1919, 6939)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6812, 1919, 6940)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6813, 1920, 6941)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6814, 1920, 6942)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6815, 1920, 6943)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6816, 1920, 6944)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6817, 1920, 6945)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6818, 1921, 6946)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6819, 1921, 6947)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6820, 1921, 6948)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6821, 1921, 6949)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6822, 1922, 6950)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6823, 1922, 6951)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6824, 1922, 6952)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6825, 1922, 6953)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6826, 1923, 6954)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6827, 1923, 6955)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6828, 1923, 6956)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6829, 1923, 6957)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6830, 1923, 6958)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6831, 1921, 6959)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6832, 1921, 6960)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6833, 1924, 6965)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6834, 1924, 6966)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6835, 1924, 6968)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6836, 1924, 6969)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6837, 1924, 6970)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6838, 1924, 6971)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6839, 1924, 6975)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6840, 1924, 6977)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6841, 1925, 6965)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6842, 1925, 6966)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6843, 1925, 6968)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6844, 1925, 6969)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6845, 1925, 6970)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6846, 1925, 6972)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6847, 1925, 6976)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6848, 1925, 6977)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6849, 1926, 6965)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6850, 1926, 6966)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6851, 1926, 6968)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6852, 1926, 6969)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6853, 1926, 6970)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6854, 1926, 6971)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6855, 1926, 6972)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6856, 1926, 6973)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6857, 1926, 6974)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6858, 1926, 6975)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6859, 1926, 6977)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6860, 1927, 6965)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6861, 1927, 6966)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6862, 1927, 6968)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6863, 1927, 6969)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6864, 1927, 6970)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6867, 1927, 6973)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6868, 1927, 6974)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6869, 1927, 6976)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6870, 1927, 6977)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6871, 1930, 6965)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6872, 1930, 6966)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6873, 1930, 6968)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6874, 1930, 6969)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6875, 1930, 6970)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6876, 1930, 6971)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6877, 1930, 6977)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6878, 1931, 6965)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6879, 1931, 6966)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6880, 1931, 6968)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6881, 1931, 6969)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6882, 1931, 6970)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6883, 1931, 6972)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6884, 1931, 6977)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6885, 1932, 6965)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6886, 1932, 6966)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6887, 1932, 6968)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6888, 1932, 6969)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6889, 1932, 6970)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6890, 1932, 6977)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6891, 1933, 6965)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6892, 1933, 6966)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6893, 1933, 6968)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6894, 1933, 6969)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6895, 1933, 6970)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6896, 1933, 6977)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6897, 1934, 6965)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6898, 1934, 6966)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6899, 1934, 6968)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6900, 1934, 6969)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6901, 1934, 6970)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6902, 1934, 6972)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6903, 1934, 6977)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6904, 1935, 6965)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6905, 1935, 6966)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6906, 1935, 6968)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6907, 1935, 6969)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6908, 1935, 6970)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6909, 1935, 6972)
+GO
+INSERT [Encryption].[AccountRangesKeys] ([AccountRangeKeyID], [AccountRangeID], [KeyID]) VALUES (6910, 1935, 6977)
+GO
+
+SET IDENTITY_INSERT [Encryption].[AccountRangesKeys] OFF
+GO

+ 789 - 0
alexissecuredb/SeedData/AlexisSecure/04.PanTokenMapping.sql

@@ -0,0 +1,789 @@
+USE [AlexisPTSTokenTest]
+GO
+
+SET QUOTED_IDENTIFIER ON
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 401234525
+           ,401344526
+           ,4014012345250008
+           ,NULL
+           ,'933A0019D7A00FC0'
+           ,4014013445260008
+           ,'7DE42586806A1AC8'
+           ,40123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 501556556
+           ,501556557
+           ,5015015565560005
+           ,NULL
+           ,'1418214235C87C8E'
+           ,5015015565570005
+           ,'67F90D389283DB03'
+           ,50123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 401234633
+           ,401234899
+           ,4014012346330007
+           ,NULL
+           ,'E0B96BF058E3CA74'
+           ,4014012348990007
+           ,'0C8BC210BC6F83AF'
+           ,40123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 501234633
+           ,501234899
+           ,5015012346330004
+           ,NULL
+           ,'DD6C9DA8C950E68D'
+           ,5015012348990004
+           ,'3D3EA69E98E05776'
+           ,50123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 401633333
+           ,401965436
+           ,4014016333330006
+           ,NULL
+           ,'4C6D67CD9695FF6F'
+           ,4014019654360006
+           ,'263224EAEC2A453E'
+           ,40123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 501633333
+           ,501965436
+           ,5014016333330003
+           ,NULL
+           ,'6E87DBB8FF84E855'
+           ,5014019654360003
+           ,'868F3256C0D07EEF'
+           ,50123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 401656566
+           ,401323457
+           ,4014016565660005
+           ,NULL
+           ,'B256BE192F6CC0C1'
+           ,4014013234570005
+           ,'543BBB0F4FA53325'
+           ,40123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 501695412
+           ,501963145
+           ,5015016954120002
+           ,NULL
+           ,'F2DD2D9ACDA6428E'
+           ,5015019631450002
+           ,'4E0E4D4BB8029E5E'
+           ,50123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 401785623
+           ,401412563
+           ,4014017856230004
+           ,NULL
+           ,'258E6AE13EFF7AA7'
+           ,4014014125630004
+           ,'44019E94AE780D00'
+           ,40123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 501859613
+           ,501741235
+           ,5015018596130001
+           ,NULL
+           ,'FCE4792BBF5928B4'
+           ,5015017412350001
+           ,'414DF2195ACE369D'
+           ,40123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 401678954
+           ,401654321
+           ,4014016789540000
+           ,NULL
+           ,'2853CA832038BC7C'
+           ,4014016543210000
+           ,'95221F231953A493D4C54237F48F333E'
+           ,40123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 501565656
+           ,501323232
+           ,5015015656560009
+           ,NULL
+           ,'5D13B76F0E8A93AA'
+           ,5015013232320009
+           ,'0726B56469A6EFC86F48CA4020A8BA4E'
+           ,50123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 401456745
+           ,401789543
+           ,4014014567450007
+           ,NULL
+           ,'1CA7AB030530B8D9'
+           ,4014017895430007
+           ,'8A675E8164FAC9C303250F26BA603439'
+           ,40123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 501458976
+           ,501658934
+           ,5015014589760400
+           ,NULL
+           ,'3AB19C4F3C88C05A'
+           ,5015016589340400
+           ,'3D3EA69E98E0577629A153619057F7B2'
+           ,50123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 401434546
+           ,401675489
+           ,4014014345460000
+           ,NULL
+           ,'143FA75380B94698'
+           ,4014016754890000
+           ,'54F96B67809F9698'
+           ,40123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 501456745
+           ,501789543
+           ,5015014567450009
+           ,NULL
+           ,'96398333788BA7FF'
+           ,5015017895430009
+           ,'168B15DBBA29F6FA'
+           ,50123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 405543289
+           ,405789543
+           ,4014055432890305
+           ,NULL
+           ,'FFFDD51D8927A229'
+           ,4014057895430305
+           ,'D073955309AD4EAC'
+           ,40123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 505543289
+           ,505789543
+           ,5015055432890302
+           ,NULL
+           ,'26CE881BCA431DA2'
+           ,5015057895430302
+           ,'AE14A5F55EEB2075'
+           ,50123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 407543289
+           ,407789543
+           ,4014075432894002
+           ,NULL
+           ,'A0141A8453C6768F'
+           ,4014077895434002
+           ,'98426A7D156B2B72'
+           ,40123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 509543289
+           ,505989543
+           ,5015095432894001
+           ,NULL
+           ,'24E4C3BDA85316BD'
+           ,5015059895434001
+           ,'304178B36563A316'
+           ,50123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 401357951
+           ,401159753
+           ,4014013579510008
+           ,NULL
+           ,'9EECA80FAF5EBC5B'
+           ,4014011597530008
+           ,'8A675E8164FAC9C3B5B3552B56AB2DF2'
+           ,40123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( 501741963
+           ,501963147
+           ,5015017419630007
+           ,NULL
+           ,'CDF8F04512C12EC1'
+           ,5015019631470007
+           ,'EA55256169E981C45575C628AA9E12EB'
+           ,50123400
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( '058262649'
+           ,'058999987'
+           ,'5880582626498326'
+           ,NULL
+           ,'2FB1D68B0064A5D8'
+           ,'5880589999878326'
+           ,'4B1C3208C8D1A149'
+           ,'05876500'
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( '058984549'
+           ,'058887587'
+           ,'5890589845494885'
+           ,NULL
+           ,'8513CEFDEB3A12B5'
+           ,'5890588875874885'
+           ,'52ABBBAA9A075A4F'
+           ,'05876500'
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( '058978556'
+           ,'058555459'
+           ,'5870589785566874'
+           ,NULL
+           ,'FB8D625E0E436CCB'
+           ,'5870585554596874'
+           ,'89216DA7FE79D90A299F2843063DDD45'
+           ,'05876500'
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( '048788954'
+           ,'048335978'
+           ,'4870487889549773'
+           ,NULL
+           ,'FCA4D27F2C1D78D1'
+           ,'4870483359789773'
+           ,'8046E2C7188F85BA'
+           ,'04876500'
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( '048987777'
+           ,'048112455'
+           ,'4880489877772644'
+           ,NULL
+           ,'3E83D5EFA43F1659'
+           ,'4880481124552644'
+           ,'C6CE3574E014F034'
+           ,'04876500'
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[PANTokenMapping]
+           ([PRITOKEN]
+           ,[PUBTOKEN]
+           ,[PANT]
+           ,[PIN_BLOCK]
+           ,[mcPINBlock]
+           ,[PanPubT]
+           ,[ENCRYPAN]
+           ,[BinRange]
+           ,[SubBINRange]
+           ,[CheckValue]
+           ,[GDate]
+           ,[FileName])
+     VALUES
+          ( '048114571'
+           ,'048911547'
+           ,'4890481145717981'
+           ,NULL
+           ,'222'
+           ,'4890489115477981'
+           ,'924DD35BB00BE0D0A5D39D0BEA15F9CC'
+           ,'04876500'
+           ,NULL
+           ,'PB0D28MB71EE'
+           ,getdate()
+           ,NULL)
+GO

+ 443 - 0
alexissecuredb/SeedData/AlexisSecure/05.Products.sql

@@ -0,0 +1,443 @@
+USE [AlexisPTSTest]
+GO
+
+SET QUOTED_IDENTIFIER ON
+GO
+
+SET IDENTITY_INSERT [dbo].[ProductType] ON 
+GO
+
+INSERT INTO [dbo].[ProductType]
+           ([ProductID]
+		   ,[SchemeID]
+           ,[Product]
+           ,[AccountNo]
+           ,[ProductCode]
+           ,[ProductType]
+           ,[CrdProduct]
+           ,[ProgramID]
+           ,[ServiceCode]
+           ,[Active]
+           ,[StartPAN]
+           ,[ProductType_XML]
+           ,[gps_validity]
+           ,[cash_withdrawal_limit]
+           ,[branchCode]
+           ,[EmbossName]
+           ,[Currency]
+           ,[SubBinLow]
+           ,[SubBinHigh]
+           ,[Currency_Native]
+           ,[TransactionDays]
+           ,[BankID]
+           ,[GroupID]
+           ,[flBreakage_Fee]
+           ,[AuthIdResponse_De038]
+           ,[Limit]
+           ,[FeeGroupID]
+           ,[IsVisa]
+           ,[ImageId]
+           ,[EmbossLine4]
+           ,[CardDesignID]
+           ,[Group_Usage_DefaultID]
+           ,[Group_MCC_DefaultID]
+           ,[Group_AuthFee_DefaultID]
+           ,[Group_RecurringFees_DefaultID]
+           ,[Group_Limited_Net_ID]
+           ,[Group_WSFee_DefaultID]
+           ,[QRCode]
+           ,[fx_paddingpercent]
+           ,[ProductDesc]
+           ,[UserName]
+           ,[CountryofIssue]
+           ,[cvv_yyMM]
+           ,[Short_Name]
+           ,[GroupCardLinkageID]
+           ,[LimitCount]
+           ,[RestockQuantity]
+           ,[White_List_ID]
+           ,[FXGroupID]
+           ,[AuthCalendarGroupID]
+           ,[TransArchiveDaysAfter]
+           ,[Black_List_ID]
+           ,[SeparateCardFile]
+           ,[IsUnlimited_LimitGroup]
+           ,[flg_Sanction]
+           ,[BillingRef]
+           ,[ATCLength]
+           ,[ATCPosition]
+           ,[CVVLength]
+           ,[CVVPosition]
+           ,[UNLength]
+           ,[UNPosition]
+           ,[InitialValuesfromCard]
+           ,[Enable3DSecureWS]
+           ,[Autocard_Gen]
+           ,[AlternateSMSURL]
+           ,[ARPCKey]
+           ,[PinLength]
+           ,[SessionKeyIndex]
+           ,[GPSSanctionCheck]
+           ,[W2SanctionCheck]
+           ,[MatchItems]
+           ,[CheckLevel]
+           ,[GPSProtectDataFeed]
+           ,[flCCAProcessing]
+           ,[Does_Not_Expire]
+           ,[ShortNameStatus]
+           ,[TransactionDays_Preauth]
+           ,[payment_token_usage_defaultId]
+           ,[CVC2_max_tries]
+           ,[PinLength_Max]
+           ,[Supplier_3DS]
+           ,[ReturnedBalConfig]
+           ,[Supplier_3DS_Version]
+           ,[cb_credittocard_flag]
+           ,[PSD_Compliance]
+           ,[TxnCountLimit]
+           ,[AccumValueLimit]
+           ,[SingleValLimit]
+           ,[SubBINRangeLow]
+           ,[SubBINRangeHigh]
+           ,[flSecPreCreditsFirstCB]
+           ,[DefaultAuthenticationType]
+           ,[FallbackAuthenticationType]
+           ,[AutoEnrol3DSBiometrics]
+           ,[InitialBiometricCredential]
+           ,[BiometricValidationTimeout]
+           ,[PSD2DLRDSTxnIDDecision]
+           ,[PSD2DLRDSTxnIDVariance20Decision]
+           ,[PSD2DLRDSTxnIDVarianceDecision]
+           ,[PSD2DLRVariance20Decision]
+           ,[PSD2DLRVarianceDecision]
+           ,[PSD2DLRDSTxnIDFailDecision]
+           ,[PSD2DLRCurrMatchDecision]
+           ,[MultiFXProduct])
+     VALUES
+            (9830
+            ,1028
+            ,'TestHSMAuto VISA'
+            ,01
+            ,NULL
+            ,0
+            ,'VISA'
+            ,'GPS'
+            ,221
+            ,1
+            ,NULL
+            ,1
+            ,9999
+            ,NULL
+            ,NULL
+            ,'N/A'
+            ,'GBP'
+            ,40123400
+            ,40123400
+            ,'GBP'
+            ,7
+            ,2
+            ,1053
+            ,0
+            ,4
+            ,50
+            ,NULL
+            ,1
+            ,-1
+            ,NULL
+            ,2
+            ,17
+            ,0
+            ,0
+            ,0
+            ,0
+            ,-1
+            ,NULL
+            ,0
+            ,'TestHSMAuto VISA'
+            ,'AdrianC'
+            ,826
+            ,1
+            ,'N/A'
+            ,0
+            ,1000
+            ,2000
+            ,0
+            ,0
+            ,0
+            ,90
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,NULL
+            ,NULL
+            ,1
+            ,NULL
+            ,1
+            ,4
+            ,0
+            ,0
+            ,0
+            ,NULL
+            ,NULL
+            ,0
+            ,NULL
+            ,0
+            ,0
+            ,0
+            ,NULL
+            ,NULL
+            ,4
+            ,NULL
+            ,0x01
+            ,NULL
+            ,0
+            ,NULL
+            ,NULL
+            ,NULL
+            ,NULL
+            ,4012340000000000000
+            ,4012340000009999999
+            ,0
+            ,NULL
+            ,NULL
+            ,NULL
+            ,NULL
+            ,NULL
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,NULL)
+
+GO
+
+INSERT INTO [dbo].[ProductType]
+           ([ProductID]
+		   ,[SchemeID]
+           ,[Product]
+           ,[AccountNo]
+           ,[ProductCode]
+           ,[ProductType]
+           ,[CrdProduct]
+           ,[ProgramID]
+           ,[ServiceCode]
+           ,[Active]
+           ,[StartPAN]
+           ,[ProductType_XML]
+           ,[gps_validity]
+           ,[cash_withdrawal_limit]
+           ,[branchCode]
+           ,[EmbossName]
+           ,[Currency]
+           ,[SubBinLow]
+           ,[SubBinHigh]
+           ,[Currency_Native]
+           ,[TransactionDays]
+           ,[BankID]
+           ,[GroupID]
+           ,[flBreakage_Fee]
+           ,[AuthIdResponse_De038]
+           ,[Limit]
+           ,[FeeGroupID]
+           ,[IsVisa]
+           ,[ImageId]
+           ,[EmbossLine4]
+           ,[CardDesignID]
+           ,[Group_Usage_DefaultID]
+           ,[Group_MCC_DefaultID]
+           ,[Group_AuthFee_DefaultID]
+           ,[Group_RecurringFees_DefaultID]
+           ,[Group_Limited_Net_ID]
+           ,[Group_WSFee_DefaultID]
+           ,[QRCode]
+           ,[fx_paddingpercent]
+           ,[ProductDesc]
+           ,[UserName]
+           ,[CountryofIssue]
+           ,[cvv_yyMM]
+           ,[Short_Name]
+           ,[GroupCardLinkageID]
+           ,[LimitCount]
+           ,[RestockQuantity]
+           ,[White_List_ID]
+           ,[FXGroupID]
+           ,[AuthCalendarGroupID]
+           ,[TransArchiveDaysAfter]
+           ,[Black_List_ID]
+           ,[SeparateCardFile]
+           ,[IsUnlimited_LimitGroup]
+           ,[flg_Sanction]
+           ,[BillingRef]
+           ,[ATCLength]
+           ,[ATCPosition]
+           ,[CVVLength]
+           ,[CVVPosition]
+           ,[UNLength]
+           ,[UNPosition]
+           ,[InitialValuesfromCard]
+           ,[Enable3DSecureWS]
+           ,[Autocard_Gen]
+           ,[AlternateSMSURL]
+           ,[ARPCKey]
+           ,[PinLength]
+           ,[SessionKeyIndex]
+           ,[GPSSanctionCheck]
+           ,[W2SanctionCheck]
+           ,[MatchItems]
+           ,[CheckLevel]
+           ,[GPSProtectDataFeed]
+           ,[flCCAProcessing]
+           ,[Does_Not_Expire]
+           ,[ShortNameStatus]
+           ,[TransactionDays_Preauth]
+           ,[payment_token_usage_defaultId]
+           ,[CVC2_max_tries]
+           ,[PinLength_Max]
+           ,[Supplier_3DS]
+           ,[ReturnedBalConfig]
+           ,[Supplier_3DS_Version]
+           ,[cb_credittocard_flag]
+           ,[PSD_Compliance]
+           ,[TxnCountLimit]
+           ,[AccumValueLimit]
+           ,[SingleValLimit]
+           ,[SubBINRangeLow]
+           ,[SubBINRangeHigh]
+           ,[flSecPreCreditsFirstCB]
+           ,[DefaultAuthenticationType]
+           ,[FallbackAuthenticationType]
+           ,[AutoEnrol3DSBiometrics]
+           ,[InitialBiometricCredential]
+           ,[BiometricValidationTimeout]
+           ,[PSD2DLRDSTxnIDDecision]
+           ,[PSD2DLRDSTxnIDVariance20Decision]
+           ,[PSD2DLRDSTxnIDVarianceDecision]
+           ,[PSD2DLRVariance20Decision]
+           ,[PSD2DLRVarianceDecision]
+           ,[PSD2DLRDSTxnIDFailDecision]
+           ,[PSD2DLRCurrMatchDecision]
+           ,[MultiFXProduct])
+     VALUES
+            (9831
+            ,1028
+            ,'TestHSMAuto MCRD'
+            ,01
+            ,NULL
+            ,0
+            ,'MCRD'
+            ,'GPS'
+            ,221
+            ,1
+            ,NULL
+            ,1
+            ,9999
+            ,NULL
+            ,NULL
+            ,'N/A'
+            ,'GBP'
+            ,50123400
+            ,50123400
+            ,'GBP'
+            ,7
+            ,2
+            ,1053
+            ,0
+            ,4
+            ,50
+            ,NULL
+            ,0
+            ,-1
+            ,NULL
+            ,2
+            ,17
+            ,0
+            ,0
+            ,0
+            ,0
+            ,-1
+            ,NULL
+            ,0
+            ,'TestHSMAuto MCRD'
+            ,'AdrianC'
+            ,826
+            ,1
+            ,'N/A'
+            ,0
+            ,1000
+            ,2000
+            ,0
+            ,0
+            ,0
+            ,90
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,NULL
+            ,NULL
+            ,1
+            ,NULL
+            ,1
+            ,4
+            ,0
+            ,0
+            ,0
+            ,NULL
+            ,NULL
+            ,0
+            ,NULL
+            ,0
+            ,0
+            ,0
+            ,NULL
+            ,NULL
+            ,4
+            ,NULL
+            ,0x01
+            ,NULL
+            ,0
+            ,NULL
+            ,NULL
+            ,NULL
+            ,NULL
+            ,5012340000000000000
+            ,5012340000009999999
+            ,0
+            ,NULL
+            ,NULL
+            ,NULL
+            ,NULL
+            ,NULL
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,0
+            ,NULL)
+
+GO
+
+SET IDENTITY_INSERT [dbo].[ProductType] OFF
+GO
+
+

+ 3055 - 0
alexissecuredb/SeedData/AlexisSecure/06.Cards.sql

@@ -0,0 +1,3055 @@
+USE [AlexisPTSTest]
+GO
+
+SET QUOTED_IDENTIFIER ON
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (4014012345250008
+           ,'Automated_Test_card'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'263'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,2
+           ,NULL
+           ,9830
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'933A0019D7A00FC0'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'263'
+           ,4014012345250008
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,4014012345250008
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (5015015565560005
+           ,'Automated_Test_card'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9831
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'1418214235C87C8E'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'209'
+           ,5015015565560005
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,5015015565560005
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (4014012346330007
+           ,'Automated_Test_card'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'263'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,2
+           ,NULL
+           ,9830
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'E0B96BF058E3CA74'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'949'
+           ,4014012346330007
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,4014012346330007
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL)
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (5015012346330004
+           ,'Automated_Test_card'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9831
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'DD6C9DA8C950E68D'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'246'
+           ,5015012346330004
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,5015012346330004
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (4014016333330006
+           ,'Automated_Test_card'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9830
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'DD6C9DA8C950E68D'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'246'
+           ,4014016333330006
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,4014016333330006
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (5014016333330003
+           ,'Automated_Test_card'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9831
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'6E87DBB8FF84E855'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'246'
+           ,5014016333330003
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,5014016333330003
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (4014016565660005
+           ,'Automated_Test_card'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9830
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'B256BE192F6CC0C1'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'014'
+           ,4014016565660005
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,4014016565660005
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (5015016954120002
+           ,'Automated_Test_card'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9831
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'F2DD2D9ACDA6428E'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'030'
+           ,5015016954120002
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,5015016954120002
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (4014017856230004
+           ,'Automated_Test_card'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9830
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'258E6AE13EFF7AA7'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'167'
+           ,4014017856230004
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,4014017856230004
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (5015018596130001
+           ,'Automated_Test_card'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9831
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'FCE4792BBF5928B4'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'718'
+           ,5015018596130001
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,5015018596130001
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (4014016789540000
+           ,'Automated_Test_card_19len'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9830
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'2853CA832038BC7C'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'167'
+           ,4014016789540000
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,4014016789540000
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (5015015656560009
+           ,'Automated_Test_card_19len'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9831
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'5D13B76F0E8A93AA'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'718'
+           ,5015015656560009
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,5015015656560009
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (4014014567450007
+           ,'Automated_Test_card_18len'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9830
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'1CA7AB030530B8D9'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'718'
+           ,4014014567450007
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,4014014567450007
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (5015014589760400
+           ,'Automated_Test_card_18len'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9831
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'3AB19C4F3C88C05A'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'718'
+           ,5015014589760400
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,5015014589760400
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (4014014345460000
+           ,'Automated_Test_card_13len'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9830
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'143FA75380B94698'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'718'
+           ,4014014345460000
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,4014014345460000
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (5015014567450009
+           ,'Automated_Test_card_13len'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9831
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'96398333788BA7FF'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'718'
+           ,5015014567450009
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,5015014567450009
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (4014055432890305
+           ,'Automated_Test_card_14len'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9830
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'FFFDD51D8927A229'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'718'
+           ,4014055432890305
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,4014055432890305
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (5015055432890302
+           ,'Automated_Test_card_14len'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9831
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'26CE881BCA431DA2'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'718'
+           ,5015055432890302
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,5015055432890302
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (4014075432894002
+           ,'Automated_Test_card_15len'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9830
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'A0141A8453C6768F'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'718'
+           ,4014075432894002
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,4014075432894002
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (5015095432894001
+           ,'Automated_Test_card_15len'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9831
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'24E4C3BDA85316BD'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'718'
+           ,5015095432894001
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,5015095432894001
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (4014013579510008
+           ,'Automated_Test_card_17len'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9830
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'9EECA80FAF5EBC5B'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'718'
+           ,4014013579510008
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,4014013579510008
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (5015017419630007
+           ,'Automated_Test_card_17len'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9831
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'CDF8F04512C12EC1'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'718'
+           ,5015017419630007
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,5015017419630007
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (5880582626498326
+           ,'Automated_Test_card_13len_0pan'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9831
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'2FB1D68B0064A5D8'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'718'
+           ,5880582626498326
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,5880582626498326
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (5890589845494885
+           ,'Automated_Test_card_16len_0pan'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9831
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'8513CEFDEB3A12B5'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'718'
+           ,5890589845494885
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,5890589845494885
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (5870589785566874
+           ,'Automated_Test_card_19len_0pan'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9831
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'FB8D625E0E436CCB'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'718'
+           ,5870589785566874
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,5870589785566874
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (4870487889549773
+           ,'Automated_Test_card_13len_0pan'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9830
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'FCA4D27F2C1D78D1'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'718'
+           ,4870487889549773
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,4870487889549773
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (4880489877772644
+           ,'Automated_Test_card_16len_0pan'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9830
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'3E83D5EFA43F1659'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'718'
+           ,4880489877772644
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,4880489877772644
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO
+
+INSERT INTO [dbo].[Cards]
+           ([PAN]
+           ,[CName]
+           ,[status]
+           ,[PostCode]
+           ,[Address]
+           ,[CVC1]
+           ,[DateChargedUp]
+           ,[Actual_Balance]
+           ,[Blocked_Amount]
+           ,[SchemeID]
+           ,[IMKID]
+           ,[ProductID]
+           ,[IsLive]
+           ,[IsLive_date]
+           ,[gps_expiry]
+           ,[Emboss_Name]
+           ,[ServiceCode]
+           ,[ExpiryDate]
+           ,[Pin_Block]
+           ,[mc_pin_block]
+           ,[Passcode]
+           ,[Carrier_type]
+           ,[Note]
+           ,[ActivationDate]
+           ,[Advanced_Permissions]
+           ,[BillingCcy]
+           ,[EMBOSS_CVC]
+           ,[Account_Id]
+           ,[CustAccount]
+           ,[GROUPID]
+           ,[GROUPMCCID]
+           ,[Groups_Fees_Scheduled_ID]
+           ,[PIN_OnlineCounter]
+           ,[Groups_Usage_ID]
+           ,[Primary_id]
+           ,[Groups_card_Linkage_id]
+           ,[GRP_AUTH_FEE_ID]
+           ,[CVC3]
+           ,[Group_Limited_Net_ID]
+           ,[GRP_WS_FEE_ID]
+           ,[Multi_Fx_Account]
+           ,[ICVV]
+           ,[PIN_OffLineCounter]
+           ,[ATC]
+           ,[IssueDate]
+           ,[last_positive_balance_date]
+           ,[AuthCalendarGroupID]
+           ,[Black_List_ID]
+           ,[White_List_ID]
+           ,[bal_seqno]
+           ,[bal_seqno_exthost]
+           ,[Blocked_Amount_Positive])
+     VALUES
+           (4890481145717981
+           ,'Automated_Test_card_19len_0pan'
+           ,'00'
+           ,'123456'
+           ,'London'
+           ,'853'
+           ,getdate()
+           ,500.00
+           ,0.00
+           ,1
+           ,NULL
+           ,9830
+           ,1
+           ,getdate()
+           ,NULL
+           ,'UNKNOWN/ UNKNOWN'
+           ,221
+           ,'2050-01-01 00:00:00'
+           ,NULL
+           ,'707FBC6C8E773914'
+           ,NULL
+           ,'CRU'
+           ,NULL
+           ,NULL
+           ,0x0000000000
+           ,'GBP'
+           ,'718'
+           ,4890481145717981
+           ,NULL
+           ,1
+           ,NULL
+           ,0
+           ,3
+           ,NULL
+           ,4890481145717981
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,NULL
+           ,3
+           ,NULL
+           ,getdate()
+           ,getdate()
+           ,NULL
+           ,NULL
+           ,NULL
+           ,0
+           ,0
+           ,NULL) 
+
+GO

File diff suppressed because it is too large
+ 22 - 0
alexissecuredb/SeedData/master/CreateAssemblies.sql


+ 29 - 0
alexissecuredb/bcpScripts/copyData.ps1

@@ -0,0 +1,29 @@
+New-Item -ItemType Directory -Force -Path bcp/AlexisPTSTest
+$tables = @("dbo.CardManufactureMaster", "dbo.IncorrectUserLogHistory", "dbo.Cards", "dbo.ProductType", "dbo.SchemeMaster", "dbo.Users", "dbo.UserType")
+for ($i=0; $i -lt $tables.length; $i++) {
+    $table = $tables[$i]
+    $fmtOut = "AlexisPTSTest.${table} format nul -f bcp/AlexisPTSTest/${table}.fmt -n -S localhost -U gpspl -P yW2S6KXdY8"
+    $bcpOut = "AlexisPTSTest.${table} out bcp/AlexisPTSTest/${table}.bcp -n -S localhost -U gpspl -P yW2S6KXdY8"
+    Start-Process bcp -ArgumentList $fmtOut -Wait
+    Start-Process bcp -ArgumentList $bcpOut -Wait
+}
+
+New-Item -ItemType Directory -Force -Path bcp/AlexisPTSTokenTest
+$tables = @("dbo.PANTokenMapping", "dbo.PriToken", "dbo.PubToken")
+for ($i=0; $i -lt $tables.length; $i++) {
+    $table = $tables[$i]
+    $fmtOut = "AlexisPTSTokenTest.${table} format nul -f bcp/AlexisPTSTokenTest/${table}.fmt -n -S localhost -U gpspl -P yW2S6KXdY8"
+    $bcpOut = "AlexisPTSTokenTest.${table} out bcp/AlexisPTSTokenTest/${table}.bcp -n -S localhost -U gpspl -P yW2S6KXdY8"
+    Start-Process bcp -ArgumentList $fmtOut -Wait
+    Start-Process bcp -ArgumentList $bcpOut -Wait
+}
+
+New-Item -ItemType Directory -Force -Path bcp/AlexisSecure
+$tables = @("Encryption.AccountRanges", "Encryption.AccountRangesKeys", "Encryption.CardSchemes", "Encryption.EncryptionTypes", "Encryption.KeyAsymmetricComponents", "Encryption.KeyExpiryActions", "Encryption.KeyFormats", "Encryption.KeyPermittedUses", "Encryption.Keys", "Encryption.KeyStatuses", "Encryption.KeyTypes", "Encryption.KeyUsages")
+for ($i=0; $i -lt $tables.length; $i++) {
+    $table = $tables[$i]
+    $fmtOut = "AlexisSecure.${table} format nul -f bcp/AlexisSecure/${table}.fmt -n -S localhost -U gpspl -P yW2S6KXdY8"
+    $bcpOut = "AlexisSecure.${table} out bcp/AlexisSecure/${table}.bcp -n -S localhost -U gpspl -P yW2S6KXdY8"
+    Start-Process bcp -ArgumentList $fmtOut -Wait
+    Start-Process bcp -ArgumentList $bcpOut -Wait
+}

+ 27 - 0
alexissecuredb/docker-compose.yml

@@ -0,0 +1,27 @@
+version: "3.3"
+services:
+    
+    secureapidb:
+        image: nexus.globalprocessing.net/alexissecuredb
+        build:
+            context: ..
+            dockerfile: dockerfiles/db.dockerfile
+            args:
+                BCPDIR: "../alexissecuredb/bcp"
+                SEEDDIR: "../alexissecuredb/SeedData"
+                DACPAC1: "seed master"
+                DACPAC2: "seed AlexisPTSTokenTest"
+                DACPAC3: "gps-databases Alexis,AlexisToken,Logging"
+                DACPAC4: "gps.databases.alexissecure AlexisSecure"
+                DACPAC5: "bcpdir"
+                DACPAC6: "seed AlexisSecure"
+                DACPAC7: "shrink AlexisPTSTest"
+                DACPAC8: "shrink AlexisPTSTokenTest"
+                DACPAC9: "shrink AlexisSecure"
+                TZ: "Europe/London"
+                # DATA_SERVER: "10.220.3.109"
+        ports:
+            - "1434:1433"
+        environment:
+            SA_PASSWORD: "yW2S6KXdY8"
+            ACCEPT_EULA: "Y"

+ 2 - 0
clearing/.env

@@ -0,0 +1,2 @@
+TZ=Europe/London
+USE_SEQ=1

+ 108 - 0
clearing/docker-compose.override.yml

@@ -0,0 +1,108 @@
+version: "3.3"
+services:
+
+    dockerdb:
+        image: reg.kajuree.com/clearingdb:rpi
+    
+    # dockerdb:
+    #     image: "reg.kajuree.com/aws.database"
+
+    alexisapi:
+        image: reg.kajuree.com/gps.api.alexis:rpi
+        volumes:
+            - /GPS.Clearing:/GPS.Clearing
+
+    secureapi:
+        image: reg.kajuree.com/gps.secureapi:rpi
+        volumes:
+            - /GPS.Clearing/log:/App/log
+
+    filewatcher:
+        image: reg.kajuree.com/gps.tools.filewatcher:rpi
+        volumes:
+            - /GPS.Clearing:/GPS.Clearing
+            - /GPS:/GPS
+    
+    statuswatcher:
+        image: reg.kajuree.com/gps.tools.statuswatcher:rpi
+        volumes:
+            - /GPS.Clearing:/GPS.Clearing
+
+    matching:
+        image: reg.kajuree.com/gps.clearing.matchingservice:rpi
+        volumes:
+            - /GPS.Clearing:/GPS.Clearing
+
+    ipmreader:
+        image: reg.kajuree.com/gps.clearing.mastercardfileloadservice:rpi
+        volumes:
+            - /GPS.Clearing:/GPS.Clearing
+            - /GPS:/GPS
+        
+    visareader:
+        image: reg.kajuree.com/gps.clearing.visafilereader:rpi
+        depends_on:
+            - rabbitmq
+        volumes:
+            - /GPS.Clearing:/GPS.Clearing
+            - /GPS:/GPS
+
+    # ratesupdater:
+    #     image: reg.kajuree.com/gps.clearing.ratesupdaterservice:rpi
+    #     volumes:
+    #         - /GPS.Clearing:/GPS.Clearing
+    #         - /GPS:/GPS
+
+    # ratesloader:
+    #     image: reg.kajuree.com/gps.currency.ratesloader:rpi
+    #     volumes:
+    #         - /GPS.Currency:/GPS.Currency
+
+    # booking:
+    #     image: reg.kajuree.com/gps.currency.bookingservice:rpi
+    #     volumes:
+    #         - /GPS.Currency:/GPS.Currency
+
+    # currencyjobs:
+    #     image: reg.kajuree.com/gps.currency.jobs:rpi
+    #     volumes:
+    #         - /GPS.Currency:/GPS.Currency
+
+    # providerapi:
+    #     image: reg.kajuree.com/gps.currency.providerapi:rpi
+    #     volumes:
+    #         - /GPS.Currency:/GPS.Currency
+
+    ratesapi:
+        image: reg.kajuree.com/gps.currency.ratesapi:rpi
+        volumes:
+            - /GPS.Currency:/GPS.Currency
+
+    rabbitmq:
+        image: reg.kajuree.com/rabbitmqtz
+  
+    seq:
+        image: reg.kajuree.com/seqtz
+
+    samba:
+        image: dperson/samba
+        environment:
+            TZ: 'Europe/London'
+        networks:
+            - default
+        ports:
+            - "137:137/udp"
+            - "138:138/udp"
+            - "139:139/tcp"
+            - "445:445/tcp"
+        read_only: true
+        tmpfs:
+            - /tmp
+    #    restart: unless-stopped
+        stdin_open: true
+        tty: true
+        volumes:
+            - /GPS:/GPS:z
+            - /GPS.Clearing:/GPS.Clearing:z
+            - /GPS.Currency:/GPS.Currency:z
+        command: '-s "GPS;/GPS;yes;no;no;paul" -s "GPS.Clearing;/GPS.Clearing;yes;no;no;paul" -s "GPS.Curreny;/GPS.Currency;yes;no;no;paul" -u "paul;harry1996" -p'

+ 311 - 0
clearing/docker-compose.yml

@@ -0,0 +1,311 @@
+version: "3.3"
+services:
+
+    dockerdb:
+        image: nexus.globalprocessing.net/clearingdb
+        ports:
+            - "1434:1433"
+        expose:
+            - "1433"
+        environment:
+            SA_PASSWORD: "yW2S6KXdY8"
+            ACCEPT_EULA: "Y"                
+    
+    # dockerdb:
+    #     image: "nexus.globalprocessing.net/aws.database"
+    #     build:
+    #         context: ..
+    #         dockerfile: dockerfiles/socat.dockerfile
+    #         args:
+    #             TZ: $TZ
+    #     ports:
+    #         - "1434:1433"
+    #     environment:
+    #             IP: "10.220.3.109" #E2E
+    #             # IP: "10.220.3.248" #FULL
+    #             # IP: "10.220.3.170"  #DEV
+    #             # IP: "host.docker.internal"
+
+    alexisapi:
+        image: nexus.globalprocessing.net/gps.api.alexis:develop
+        build:
+            context: ..
+            dockerfile: dockerfiles/asp.dockerfile
+            args:
+                TZ: $TZ
+                USE_SEQ: $USE_SEQ
+                PROJ: gps.api.alexis
+                DIR: GPS.API.Alexis
+                BRANCH: develop
+        environment: 
+            ASPNETCORE_ENVIRONMENT: "Development"
+            ASPNETCORE_URLS: "https://+;http://+"
+            ASPNETCORE_HTTPS_PORT: "44307"
+            ASPNETCORE_Kestrel__Certificates__Default__Password: "crypticpassword"
+            ASPNETCORE_Kestrel__Certificates__Default__Path: "/https/aspnetapp.pfx"
+        ports:
+            - "44307:443"
+            - "8007:80"
+        expose:
+            - "80"
+            - "443"
+        depends_on:
+            - dockerdb
+            - rabbitmq
+        volumes:
+            - ~/.aspnet/https:/https/
+            - C:/GPS.Clearing:/GPS.Clearing
+
+    secureapi:
+        image: nexus.globalprocessing.net/gps.secureapi:develop
+        build:
+            context: ..
+            dockerfile: dockerfiles/asp.dockerfile
+            args:
+                TZ: $TZ
+                USE_SEQ: $USE_SEQ
+                PROJ: gps.api
+                DIR: GPS.Secure.API
+                BRANCH: develop
+                COREVERS: "5.0"
+        environment: 
+            ASPNETCORE_ENVIRONMENT: "Development"
+            ASPNETCORE_URLS: "https://+;http://+"
+            ASPNETCORE_HTTPS_PORT: "44320"
+            ASPNETCORE_Kestrel__Certificates__Default__Password: "crypticpassword"
+            ASPNETCORE_Kestrel__Certificates__Default__Path: "/https/aspnetapp.pfx"
+        ports:
+            - "44320:443"
+            - "8020:80"
+        expose:
+            - "80"
+            - "443"
+        depends_on:
+            - alexisapi
+        volumes:
+            - ~/.aspnet/https:/https/
+            - C:/GPS.Clearing/log:/App/log
+
+    filewatcher:
+        image: nexus.globalprocessing.net/gps.tools.filewatcher:IP_CLEARING-2943-filewatcherservice-file
+        build:
+            context: ..
+            dockerfile: dockerfiles/console.dockerfile
+            args:
+                TZ: $TZ
+                USE_SEQ: $USE_SEQ
+                PROJ: gps.tools
+                DIR: GPS.Tools.FileWatcherService
+                BRANCH: feature/IP_CLEARING-2943-filewatcherservice-file
+                # BRANCH: develop
+                COREVERS: "5.0"
+        environment:
+            DOTNET_USE_POLLING_FILE_WATCHER: 1
+        volumes:
+            - C:/GPS.Clearing:/GPS.Clearing
+            - C:/GPS:/GPS
+    
+    statuswatcher:
+        image: nexus.globalprocessing.net/gps.tools.statuswatcher:develop
+        build:
+            context: ..
+            dockerfile: dockerfiles/console.dockerfile
+            args:
+                TZ: $TZ
+                USE_SEQ: $USE_SEQ
+                PROJ: gps.tools
+                DIR: GPS.Tools.StatusWatcherService
+                BRANCH: develop
+        depends_on:
+            - alexisapi
+        volumes:
+            - C:/GPS.Clearing:/GPS.Clearing
+
+    matching:
+        image: nexus.globalprocessing.net/gps.clearing.matchingservice:develop
+        build:
+            context: ..
+            dockerfile: dockerfiles/console.dockerfile
+            args:
+                TZ: $TZ
+                USE_SEQ: $USE_SEQ
+                PROJ: gps.clearing.matchingservice
+                DIR: GPS.Clearing.MatchingService
+                BRANCH: develop
+                COREVERS: "5.0"
+        depends_on:
+            - alexisapi
+        volumes:
+            - C:/GPS.Clearing:/GPS.Clearing
+
+    ipmreader:
+        image: nexus.globalprocessing.net/gps.clearing.mastercardfileloadservice:develop
+        build:
+            context: ..
+            dockerfile: dockerfiles/console.dockerfile
+            args:
+                TZ: $TZ
+                USE_SEQ: $USE_SEQ
+                PROJ: gps.clearing.mastercardfileloadservice
+                DIR: GPS.Clearing.IpmReaderService
+                BRANCH: develop
+                COREVERS: "5.0"
+        depends_on:
+            - rabbitmq
+        volumes:
+            - C:/GPS.Clearing:/GPS.Clearing
+            - C:/GPS:/GPS
+        
+    visareader:
+        image: nexus.globalprocessing.net/gps.clearing.visafilereader:develop
+        build:
+            context: ..
+            dockerfile: dockerfiles/console.dockerfile
+            args:
+                TZ: $TZ
+                USE_SEQ: $USE_SEQ
+                PROJ: gps.clearing.visafileloadservice
+                DIR: GPS.Clearing.VisaFileLoadService
+                BRANCH: develop
+                COREVERS: "5.0"
+        depends_on:
+            - rabbitmq
+        volumes:
+            - C:/GPS.Clearing:/GPS.Clearing
+            - C:/GPS:/GPS
+
+    # ratesupdater:
+    #     image: nexus.globalprocessing.net/gps.clearing.ratesupdaterservice:develop
+    #     build:
+    #         context: ..
+    #         dockerfile: dockerfiles/console.dockerfile
+    #         args:
+    #             TZ: $TZ
+    #             PROJ: gps.clearing.ratesupdaterservice
+    #             DIR: GPS.Clearing.RatesUpdaterService
+    #             BRANCH: develop
+    #             COREVERS: "5.0"
+    #     depends_on:
+    #         - ratesapi
+    #     volumes:
+    #         - C:/GPS.Clearing:/GPS.Clearing
+    #         - C:/GPS:/GPS
+
+    # ratesloader:
+    #     image: nexus.globalprocessing.net/gps.currency.ratesloader:develop
+    #     build:
+    #         context: ..
+    #         dockerfile: dockerfiles/asp.dockerfile
+    #         args:
+    #             TZ: $TZ
+    #             PROJ: gps.currency
+    #             DIR: GPS.Currency.Rates.Loader
+    #             BRANCH: develop
+    #     depends_on:
+    #         - alexisapi
+    #     links:
+    #         - "providerapi:ws-test.globalprocessing.ae"
+    #     volumes:
+    #         - C:/GPS.Currency:/GPS.Currency
+
+    # booking:
+    #     image: nexus.globalprocessing.net/gps.currency.bookingservice:develop
+    #     build:
+    #         context: ..
+    #         dockerfile: dockerfiles/asp.dockerfile
+    #         args:
+    #             TZ: $TZ
+    #             PROJ: gps.currency
+    #             DIR: GPS.Currency.BookingService
+    #             BRANCH: develop
+    #     depends_on:
+    #         - alexisapi
+    #     volumes:
+    #         - C:/GPS.Currency:/GPS.Currency
+
+    # currencyjobs:
+    #     image: nexus.globalprocessing.net/gps.currency.jobs:develop
+    #     build:
+    #         context: ..
+    #         dockerfile: dockerfiles/asp.dockerfile
+    #         args:
+    #             TZ: $TZ
+    #             PROJ: gps.currency
+    #             DIR: GPS.Currency.Jobs
+    #             BRANCH: develop
+    #     depends_on:
+    #         - providerapi
+    #         - ratesloader
+    #     volumes:
+    #         - C:/GPS.Currency:/GPS.Currency
+
+    # providerapi:
+    #     image: nexus.globalprocessing.net/gps.currency.providerapi:develop
+    #     build:
+    #         context: ..
+    #         dockerfile: dockerfiles/asp.dockerfile
+    #         args:
+    #             TZ: $TZ
+    #             PROJ: gps.currency
+    #             DIR: GPS.Currency.Provider.Api
+    #             BRANCH: develop
+    #     ports:
+    #         - "5003:9092"
+    #     expose:
+    #         - "9092"
+    #     volumes:
+    #         - C:/GPS.Currency:/GPS.Currency
+
+    ratesapi:
+        image: nexus.globalprocessing.net/gps.currency.ratesapi:develop
+        build:
+            context: ..
+            dockerfile: dockerfiles/asp.dockerfile
+            args:
+                TZ: $TZ
+                USE_SEQ: $USE_SEQ
+                PROJ: gps.currency
+                DIR: GPS.Currency.Rates.Api
+                BRANCH: develop
+        ports:
+            - "9099:9099"
+        expose:
+            - "9099"
+        # links:
+        #     - "providerapi:ws-test.globalprocessing.ae"
+        volumes:
+            - C:/GPS.Currency:/GPS.Currency
+
+    rabbitmq:
+        image: nexus.globalprocessing.net/rabbitmqtz
+        build:
+            context: ..
+            dockerfile: dockerfiles/debiantz.dockerfile
+            args:
+                TZ: $TZ
+                IMAGE: "rabbitmq:management"
+        environment:
+            RABBITMQ_DEFAULT_USER: guest
+            RABBITMQ_DEFAULT_PASSWORD: guest
+            RABBITMQ_DEFAULT_VHOST: /
+        ports:
+            - "15672:15672"
+            - "5672:5672"
+        expose:
+            - "15672"
+            - "5672"
+    
+    seq:
+        image: nexus.globalprocessing.net/seqtz
+        build:
+            context: ..
+            dockerfile: dockerfiles/debiantz.dockerfile
+            args:
+                TZ: $TZ
+                IMAGE: "datalust/seq"
+        environment:
+            SEQ_FIRSTRUN_ADMINPASSWORDHASH: "FAMX2GOr52HOTxM10yaKBJCC/KyGtxebd9awk2TIfdaiNoQM1w=="
+            SEQ_STORAGE_SECRETKEY: "kXIvorf3/T5p/wFSfwjOioxmYtnm89pAhx5a43NU2M4="
+            ACCEPT_EULA: "Y"
+        ports: 
+            - "5344:80"

+ 2514 - 0
clearing/log.txt

@@ -0,0 +1,2514 @@
+Attaching to clearing_dockerdb_1
+dockerdb_1       | Azure SQL Edge will run as non-root by default.
+dockerdb_1       | This container is running as user mssql.
+dockerdb_1       | Your master database file is owned by mssql.
+dockerdb_1       | To learn more visit https://go.microsoft.com/fwlink/?linkid=2140520.
+dockerdb_1       | 2022/02/03 11:37:54 [launchpadd] INFO: Extensibility Log Header: <timestamp> <process> <sandboxId> <sessionId> <message>
+dockerdb_1       | 2022/02/03 11:37:54 [launchpadd] WARNING: Failed to load /var/opt/mssql/mssql.conf ini file with error open /var/opt/mssql/mssql.conf: no such file or directory
+dockerdb_1       | 2022/02/03 11:37:54 [launchpadd] INFO: DataDirectories =  /bin:/etc:/lib:/lib32:/lib64:/sbin:/usr/bin:/usr/include:/usr/lib:/usr/lib32:/usr/lib64:/usr/libexec/gcc:/usr/sbin:/usr/share:/var/lib:/opt/microsoft:/opt/mssql-extensibility:/opt/mssql/mlservices:/opt/mssql/lib/zulu-jre-11:/opt/mssql-tools
+dockerdb_1       | 2022/02/03 11:37:54 Drop permitted effective capabilities.
+dockerdb_1       | 2022/02/03 11:37:56 [launchpadd] INFO: Polybase remote hadoop bridge disabled
+dockerdb_1       | 2022/02/03 11:37:56 [launchpadd] INFO: Launchpadd is connecting to mssql on localhost:1431
+dockerdb_1       | 2022/02/03 11:37:56 [launchpadd] WARNING: Failed to connect to SQL because: dial tcp 127.0.0.1:1431: connect: connection refused, will reattempt connection.
+dockerdb_1       | 2022/02/03 11:37:57 [launchpadd] WARNING: Failed to connect to SQL because: dial tcp 127.0.0.1:1431: connect: connection refused, will reattempt connection.
+dockerdb_1       | 2022/02/03 11:37:58 [launchpadd] WARNING: Failed to connect to SQL because: dial tcp 127.0.0.1:1431: connect: connection refused, will reattempt connection.
+dockerdb_1       | 2022/02/03 11:37:59 [launchpadd] WARNING: Failed to connect to SQL because: dial tcp 127.0.0.1:1431: connect: connection refused, will reattempt connection.
+dockerdb_1       | 2022/02/03 11:38:00 [launchpadd] WARNING: Failed to connect to SQL because: dial tcp 127.0.0.1:1431: connect: connection refused, will reattempt connection.
+dockerdb_1       | 2022-02-03 11:38:50.40 Server      Microsoft Azure SQL Edge Developer (RTM) - 15.0.2000.1562 (ARM64) 
+dockerdb_1       | 
	Jan 14 2022 15:23:35 
+dockerdb_1       | 
	Copyright (C) 2019 Microsoft Corporation
+dockerdb_1       | 
	Linux (Ubuntu 18.04.6 LTS aarch64) <ARM64>
+dockerdb_1       | 
2022-02-03 11:38:50.46 Server      UTC adjustment: 0:00
+dockerdb_1       | 
2022-02-03 11:38:50.48 Server      (c) Microsoft Corporation.
+dockerdb_1       | 
2022-02-03 11:38:50.52 Server      All rights reserved.
+dockerdb_1       | 
2022-02-03 11:38:50.55 Server      Server process ID is 36.
+dockerdb_1       | 
2022-02-03 11:38:50.58 Server      Logging SQL Server messages in file '/var/opt/mssql/log/errorlog'.
+dockerdb_1       | 
2022-02-03 11:38:50.65 Server      Registry startup parameters: 
+dockerdb_1       | 
	 -d /var/opt/mssql/data/master.mdf
+dockerdb_1       | 
	 -l /var/opt/mssql/data/mastlog.ldf
+dockerdb_1       | 
	 -e /var/opt/mssql/log/errorlog
+dockerdb_1       | 
2022-02-03 11:38:50.80 Server      SQL Server detected 1 sockets with 4 cores per socket and 4 logical processors per socket, 4 total logical processors; using 4 logical processors based on SQL Server licensing. This is an informational message; no user action is required.
+dockerdb_1       | 
2022-02-03 11:38:51.09 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:38:51.28 Server      Detected 6250 MB of RAM. This is an informational message; no user action is required.
+dockerdb_1       | 
2022-02-03 11:38:51.35 Server      Using conventional memory in the memory manager.
+dockerdb_1       | 
2022-02-03 11:38:51.35 Server      Page exclusion bitmap is enabled.
+dockerdb_1       | 
2022-02-03 11:38:51.58 Server      Buffer Pool: Allocating 1048576 bytes for 681660 hashPages.
+dockerdb_1       | 
2022-02-03 11:38:58.43 Server      Buffer pool extension is already disabled. No action is necessary.
+dockerdb_1       | 
2022-02-03 11:39:17.02 Server      Successfully initialized the TLS configuration. Allowed TLS protocol versions are ['1.0 1.1 1.2']. Allowed TLS ciphers are ['ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:!DHE-RSA-AES256-GCM-SHA384:!DHE-RSA-AES128-GCM-SHA256:!DHE-RSA-AES256-SHA:!DHE-RSA-AES128-SHA'].
+dockerdb_1       | 
2022-02-03 11:39:17.32 Server      Query Store settings initialized with enabled = 1, 
+dockerdb_1       | 
2022-02-03 11:39:17.67 Server      Node configuration: node 0: CPU mask: 0x000000000000000f:0 Active CPU mask: 0x000000000000000f:0. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:39:17.80 Server      Using dynamic lock allocation.  Initial allocation of 500 Lock blocks and 1000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
+dockerdb_1       | 
2022-02-03 11:39:17.83 Server      Database Instant File Initialization: enabled. For security and performance considerations see the topic 'Database Instant File Initialization' in SQL Server Books Online. This is an informational message only. No user action is required.
+dockerdb_1       | 
ForceFlush is enabled for this instance. 
+dockerdb_1       | 
2022-02-03 11:39:17.94 Server      Total Log Writer threads: 1. This is an informational message; no user action is required.
+dockerdb_1       | 
2022-02-03 11:39:18.01 Server      Software Usage Metrics is disabled.
+dockerdb_1       | 
2022-02-03 11:39:18.13 spid8s      [1]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. ConcurrentGAMUpdate: 0. CleanupUnderUserTransaction: 0.
+dockerdb_1       | 
2022-02-03 11:39:18.18 spid8s      Starting up database 'master'.
+dockerdb_1       | 
2022-02-03 11:39:19.21 spid8s      Refresh DEK for DBID: [1] File Id: [1] - Zeroring encryption state
+dockerdb_1       | 
2022-02-03 11:39:19.25 spid8s      The DEK is already set for DBID = [1] file id 1.
+dockerdb_1       | 
2022-02-03 11:39:20.67 spid8s      Refresh DEK for DBID: [1] File Id: [2] - Zeroring encryption state
+dockerdb_1       | 
2022-02-03 11:39:20.76 spid8s      The DEK is already set for DBID = [1] file id 2.
+dockerdb_1       | 
ForceFlush feature is enabled for log durability.
+dockerdb_1       | 
2022-02-03 11:39:21.17 spid8s      18 transactions rolled forward in database 'master' (1:0). This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:39:21.30 spid8s      0 transactions rolled back in database 'master' (1:0). This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:39:21.34 spid8s      Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:39:22.89 spid8s      Service Master Key could not be decrypted using one of its encryptions. See sys.key_encryptions for details.
+dockerdb_1       | 
2022-02-03 11:39:22.91 spid8s      An error occurred during Service Master Key initialization. SQLErrorCode=33095, State=14, LastOsError=2.
+dockerdb_1       | 
2022-02-03 11:39:22.96 spid8s      SQL Server Audit is starting the audits. This is an informational message. No user action is required.
+dockerdb_1       | 
2022-02-03 11:39:23.10 spid8s      SQL Server Audit has started the audits. This is an informational message. No user action is required.
+dockerdb_1       | 
2022-02-03 11:39:23.57 spid8s      Error: 25623, Severity: 16, State: 1.
+dockerdb_1       | 
2022-02-03 11:39:23.57 spid8s      The event name, "D0234D96-8A83-4636-A717-41459AF88D71.XtpEngine.xtp_physical_db_restarted", is invalid, or the object could not be found
+dockerdb_1       | 
2022-02-03 11:39:23.71 spid8s      Error: 25710, Severity: 16, State: 1.
+dockerdb_1       | 
2022-02-03 11:39:23.71 spid8s      Event session "telemetry_xevents" failed to start. Refer to previous errors in the current session to identify the cause, and correct any associated problems.
+dockerdb_1       | 
2022-02-03 11:39:23.84 spid8s      Error: 25709, Severity: 16, State: 1.
+dockerdb_1       | 
2022-02-03 11:39:23.84 spid8s      One or more event sessions failed to start. Refer to previous errors in the current session to identify the cause, and correct any associated problems.
+dockerdb_1       | 
2022-02-03 11:39:23.91 spid8s      SQL Trace ID 1 was started by login "sa".
+dockerdb_1       | 
2022-02-03 11:39:24.10 spid8s      Server name is 'buildkitsandbox'. This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:39:24.23 spid32s     [5]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. ConcurrentGAMUpdate: 0. CleanupUnderUserTransaction: 0.
+dockerdb_1       | 
2022-02-03 11:39:24.24 spid33s     [6]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. ConcurrentGAMUpdate: 0. CleanupUnderUserTransaction: 0.
+dockerdb_1       | 
2022-02-03 11:39:24.30 spid34s     [7]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. ConcurrentGAMUpdate: 0. CleanupUnderUserTransaction: 0.
+dockerdb_1       | 
2022-02-03 11:39:24.32 spid36s     [8]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. ConcurrentGAMUpdate: 0. CleanupUnderUserTransaction: 0.
+dockerdb_1       | 
2022-02-03 11:39:24.41 spid32s     Starting up database 'AlexisPTSTokenTest'.
+dockerdb_1       | 
2022-02-03 11:39:24.62 spid30s     [4]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. ConcurrentGAMUpdate: 0. CleanupUnderUserTransaction: 0.
+dockerdb_1       | 
2022-02-03 11:39:24.71 spid11s     [32767]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. ConcurrentGAMUpdate: 0. CleanupUnderUserTransaction: 0.
+dockerdb_1       | 
2022-02-03 11:39:24.85 spid33s     Starting up database 'AlexisPTSTest'.
+dockerdb_1       | 
2022-02-03 11:39:24.86 spid34s     Starting up database 'Logging'.
+dockerdb_1       | 
2022-02-03 11:39:25.00 spid36s     Starting up database 'AlexisSecure'.
+dockerdb_1       | 
2022-02-03 11:39:25.01 spid30s     Starting up database 'msdb'.
+dockerdb_1       | 
2022-02-03 11:39:25.08 spid11s     Starting up database 'mssqlsystemresource'.
+dockerdb_1       | 
2022-02-03 11:39:25.62 spid29s     A self-generated certificate was successfully loaded for encryption.
+dockerdb_1       | 
2022-02-03 11:39:25.63 spid11s     Refresh DEK for DBID: [32767] File Id: [1] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:39:25.76 spid11s     DBID: [32767] File Header for File Id: [1] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:39:25.81 spid11s     DBID: [32767] No DEK update for File Id: [1] while existing DEK is null.
+dockerdb_1       | 
2022-02-03 11:39:25.90 spid11s     The resource database build version is 15.00.2000. This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:39:26.14 spid29s     Server is listening on [ 'any' <ipv6> 1433] accept sockets 1.
+dockerdb_1       | 
2022-02-03 11:39:26.27 spid11s     Refresh DEK for DBID: [32767] File Id: [2] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:39:26.30 spid11s     DBID: [32767] File Header for File Id: [2] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:39:26.41 spid11s     DBID: [32767] No DEK update for File Id: [2] while existing DEK is null.
+dockerdb_1       | 
2022-02-03 11:39:26.47 spid29s     Server is listening on [ 'any' <ipv4> 1433] accept sockets 1.
+dockerdb_1       | 
2022-02-03 11:39:26.62 spid29s     Dedicated administrator connection support was not started because it is disabled on this edition of SQL Server. If you want to use a dedicated administrator connection, restart SQL Server using the trace flag 7806. This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:39:26.79 spid29s     Server is listening on [ ::1 <ipv6> 1431] accept sockets 1.
+dockerdb_1       | 
2022-02-03 11:39:26.90 spid29s     Server is listening on [ 127.0.0.1 <ipv4> 1431] accept sockets 1.
+dockerdb_1       | 
2022-02-03 11:39:27.03 spid11s     [3]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. ConcurrentGAMUpdate: 0. CleanupUnderUserTransaction: 0.
+dockerdb_1       | 
2022-02-03 11:39:27.11 spid11s     Starting up database 'model'.
+dockerdb_1       | 2022/02/03 11:39:27 [launchpadd] INFO: Connection opened from 127.0.0.1:51948 to 127.0.0.1:1431
+dockerdb_1       | 2022/02/03 11:39:27 [launchpadd] INFO: Sending message of type 20 [MessageTypePackageLauncherConnect], SessionID:00000000-0000-0000-0000-000000000000
+dockerdb_1       | 2022/02/03 11:39:27 [launchpadd] INFO: Sent message of type 20 [MessageTypePackageLauncherConnect], SessionID:00000000-0000-0000-0000-000000000000
+dockerdb_1       | 
2022-02-03 11:39:27.98 Server      Server is listening on [ 127.0.0.1 <ipv4> 14300] accept sockets 1.
+dockerdb_1       | 
2022-02-03 11:39:28.06 spid34s     Refresh DEK for DBID: [7] File Id: [1] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:39:28.11 spid34s     DBID: [7] File Header for File Id: [1] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:39:28.20 spid34s     DBID: [7] No DEK update for File Id: [1] while existing DEK is null.
+dockerdb_1       | 
2022-02-03 11:39:28.32 Server      Server is listening on [ 127.0.0.1 <ipv4> 34465] accept sockets 1.
+dockerdb_1       | 2022/02/03 11:39:28 [launchpadd] INFO: Received packet of type 17 [MessageTypeXdbDataPackageStart]
+dockerdb_1       | 2022/02/03 11:39:28 [launchpadd] INFO: Packet header: &{Version:1 TypeAndEndOfMessageBit:32785 PacketSizeInBytes:310 SessionID:2daa68e5-e4b8-45ae-9c57-5b64ee4841fd}
+dockerdb_1       | 2022/02/03 11:39:28 [launchpadd] INFO: DataPackageStart message is received with package GUID=3f0a83e8-e639-4ac6-8918-7f8a14258a5a, SandboxFileMappingEntryCount=0, Configuration=6.
+dockerdb_1       | 
2022-02-03 11:39:28.49 spid30s     Refresh DEK for DBID: [4] File Id: [1] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:39:28.66 spid30s     DBID: [4] File Header for File Id: [1] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:39:28.87 spid30s     DBID: [4] No DEK update for File Id: [1] while existing DEK is null.
+dockerdb_1       | 
2022-02-03 11:39:29.49 Logon       Error: 18401, Severity: 14, State: 1.
+dockerdb_1       | 
2022-02-03 11:39:29.49 Logon       Login failed for user 'gpspl'. Reason: Server is in script upgrade mode. Only administrator can connect at this time. [CLIENT: 172.22.0.11]
+dockerdb_1       | 
2022-02-03 11:39:29.91 spid11s     Refresh DEK for DBID: [3] File Id: [1] - Zeroring encryption state
+dockerdb_1       | 
2022-02-03 11:39:30.08 spid11s     The DEK is already set for DBID = [3] file id 1.
+dockerdb_1       | 
2022-02-03 11:39:30.19 spid36s     Refresh DEK for DBID: [8] File Id: [1] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:39:30.26 spid36s     DBID: [8] File Header for File Id: [1] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:39:30.40 spid36s     DBID: [8] No DEK update for File Id: [1] while existing DEK is null.
+dockerdb_1       | 
2022-02-03 11:39:31.10 spid34s     Refresh DEK for DBID: [7] File Id: [2] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:39:31.12 spid30s     Refresh DEK for DBID: [4] File Id: [2] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:39:31.19 spid34s     DBID: [7] File Header for File Id: [2] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:39:31.27 spid30s     DBID: [4] File Header for File Id: [2] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:39:31.45 spid34s     DBID: [7] No DEK update for File Id: [2] while existing DEK is null.
+dockerdb_1       | 
2022-02-03 11:39:31.57 spid30s     DBID: [4] No DEK update for File Id: [2] while existing DEK is null.
+dockerdb_1       | 2022/02/03 11:39:31 [launchpadd] [3f0a83e8] INFO: Sending message of type 19 [MessageTypeXdbPackageResume], SessionID:2daa68e5-e4b8-45ae-9c57-5b64ee4841fd
+dockerdb_1       | 2022/02/03 11:39:31 [launchpadd] [3f0a83e8] INFO: Sent message of type 19 [MessageTypeXdbPackageResume], SessionID:2daa68e5-e4b8-45ae-9c57-5b64ee4841fd
+dockerdb_1       | 2022/02/03 11:39:31 [launchpadd] [3f0a83e8] INFO: Received packet of type 12 [MessageTypeAck]
+dockerdb_1       | 2022/02/03 11:39:31 [launchpadd] [3f0a83e8] INFO: Packet header: &{Version:1 TypeAndEndOfMessageBit:32780 PacketSizeInBytes:28 SessionID:3f0a83e8-e639-4ac6-8918-7f8a14258a5a}
+dockerdb_1       | 2022/02/03 11:39:31 [launchpadd] [3f0a83e8] INFO: Starting launchpad for 3f0a83e8-e639-4ac6-8918-7f8a14258a5a
+dockerdb_1       | 2022/02/03 11:39:31 [launchpadd] [3f0a83e8] INFO: Create sandbox directory /var/opt/mssql-extensibility/data/3f0a83e8-e639-4ac6-8918-7f8a14258a5a  with uid= 10001 gid= 0 perms= -rwxrwxr-x
+dockerdb_1       | 2022/02/03 11:39:31 [launchpadd] [3f0a83e8] INFO: Change owner and permissions for sandbox directory /var/opt/mssql-extensibility/data/3f0a83e8-e639-4ac6-8918-7f8a14258a5a uid= 10001 gid= 0 perms= -rwxrwxr-x
+dockerdb_1       | 2022/02/03 11:39:31 [launchpadd] [3f0a83e8] INFO: mountExtMgmtPaths
+dockerdb_1       | 2022/02/03 11:39:31 [launchpadd] [3f0a83e8] INFO: env var EXT_MGR_PATH_COUNT not set: strconv.Atoi: parsing "": invalid syntax 
+dockerdb_1       | 2022/02/03 11:39:31 [launchpadd] [3f0a83e8] INFO: Mount external language or library paths, EXT_MGR_PATH_COUNT=0 
+dockerdb_1       | 2022/02/03 11:39:31 [launchpadd] [3f0a83e8] INFO: In no isolation mode, running /opt/mssql-extensibility/bin/launchpad with args [-hostname 127.0.0.1 -sandboxWorkingDir /var/opt/mssql-extensibility/data/3f0a83e8-e639-4ac6-8918-7f8a14258a5a -reparentOrphanedDescendants=true -useDefaultLaunchers=false]
+dockerdb_1       | 
2022-02-03 11:39:31.93 spid34s     Parallel redo is started for database 'Logging' with worker pool size [2].
+dockerdb_1       | 2022/02/03 11:39:32 [launchpadd] [3f0a83e8] INFO: Started launchpad with pid:167
+dockerdb_1       | 2022/02/03 11:39:32 [launchpad] [3f0a83e8] INFO: Launchpad is connecting to mssql on 127.0.0.1:14300
+dockerdb_1       | 2022/02/03 11:39:32 [launchpad] [3f0a83e8] INFO: Setting PR_SET_CHILD_SUBREAPER
+dockerdb_1       | 2022/02/03 11:39:32 [launchpad] [3f0a83e8] INFO: Received packet of type 8 [MessageTypeServiceStart]
+dockerdb_1       | 2022/02/03 11:39:32 [launchpad] [3f0a83e8] INFO: Packet header: &{Version:1 TypeAndEndOfMessageBit:32776 PacketSizeInBytes:426 SessionID:00000001-0000-0000-0000-000000000000}
+dockerdb_1       | 2022/02/03 11:39:32 [launchpad] [3f0a83e8] [00000001] INFO: Start processPacketLoop for SessionID: 00000001-0000-0000-0000-000000000000
+dockerdb_1       | 2022/02/03 11:39:32 [launchpad] [3f0a83e8] [00000001] INFO: Launching satellite for SessionID: 00000001-0000-0000-0000-000000000000
+dockerdb_1       | 2022/02/03 11:39:32 [launchpad] [3f0a83e8] [00000001] INFO: Cleaning up prior external service lifetime for groups map[]
+dockerdb_1       | 2022/02/03 11:39:32 [launchpad] [3f0a83e8] [00000001] INFO: Cleanup of prior external service lifetime complete
+dockerdb_1       | 2022/02/03 11:39:32 [launchpad] [3f0a83e8] [00000001] INFO: Starting script dotnet /app/ASDE.Dotnet.dll 00000001-0000-0000-0000-000000000000
+dockerdb_1       | 2022/02/03 11:39:32 [launchpad] [3f0a83e8] [00000001] INFO: Sending message of type 3 [MessageTypeResumeWithLogin], SessionID:00000001-0000-0000-0000-000000000000
+dockerdb_1       | 2022/02/03 11:39:32 [launchpad] [3f0a83e8] [00000001] INFO: Sent message of type 3 [MessageTypeResumeWithLogin], SessionID:00000001-0000-0000-0000-000000000000
+dockerdb_1       | 2022/02/03 11:39:32 [launchpad] [3f0a83e8] [00000001] INFO: Done processing the packet of type 8 [MessageTypeServiceStart]
+dockerdb_1       | 
2022-02-03 11:39:33.13 spid34s     19 transactions rolled forward in database 'Logging' (7:0). This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:39:33.56 spid8s      Recovery completed for database msdb (database ID 4) in 2 second(s) (analysis 151 ms, redo 39 ms, undo 1205 ms [system undo 0 ms, regular undo 0 ms].) ADR-enabled=0, Is primary=1. This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:39:34.01 spid8s      0 transactions rolled back in database 'Logging' (7:0). This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:39:34.12 spid8s      Recovery completed for database Logging (database ID 7) in 3 second(s) (analysis 340 ms, redo 977 ms, undo 376 ms [system undo 0 ms, regular undo 0 ms].) ADR-enabled=0, Is primary=1. This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:39:34.20 spid36s     Refresh DEK for DBID: [8] File Id: [2] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:39:34.86 spid36s     DBID: [8] File Header for File Id: [2] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:39:34.94 spid36s     DBID: [8] No DEK update for File Id: [2] while existing DEK is null.
+dockerdb_1       | 
2022-02-03 11:39:34.94 spid11s     Refresh DEK for DBID: [3] File Id: [2] - Zeroring encryption state
+dockerdb_1       | 
2022-02-03 11:39:34.95 spid11s     The DEK is already set for DBID = [3] file id 2.
+dockerdb_1       | 
2022-02-03 11:39:342022-02-03T11:39:35.027Z [dotnet /app/ASDE.Dotnet.dll] [177] ASDE.Dotnet starting up
+dockerdb_1       | .99 spid8s      2022-02-03T11:39:35.065Z [dotnet /app/ASDE.Dotnet.dll] [177] MSSQL_LCID: 
+dockerdb_1       | Parallel redo is shutdown for database 'Logging' with worker pool size [2].
+dockerdb_1       | 
2022-02-03 11:39:35.35 spid36s     Parallel redo is started for database 'AlexisSecure' with worker pool size [2].
+dockerdb_1       | 
2022-02-03T11:39:35.442Z [dotnet /app/ASDE.Dotnet.dll] [177] Creating ASA Job Manager with: OfflineEdgeHubClientWrapper
+dockerdb_1       | 2022-02-03 11:39:35.88 spid36s     19 transactions rolled forward in database 'AlexisSecure' (8:0). This is an informational message only. No user action is required.
+dockerdb_1       | 
DBSTARTUP (model, 3): FCBOpenTime took 4571 msDBSTARTUP (model, 3): FileMgrPreRecoveryTime took 5926 msDBSTARTUP (model, 3): InitalizeForScansTime took 101 msDBSTARTUP (model, 3): LogMgrPreRecoveryTime took 174 msDBSTARTUP (model, 3): MasterFilesScanTime took 1660 msDBSTARTUP (model, 3): PhysicalRecoveryTime took 114 ms2022-02-03 11:39:36.43 spid8s      0 transactions rolled back in database 'AlexisSecure' (8:0). This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:39:36.55 spid11s     Clearing tempdb database.
+dockerdb_1       | 
DBSTARTUP (Logging, 7): FCBOpenTime took 2678 msDBSTARTUP (Logging, 7): FileMgrPreRecoveryTime took 4052 msDBSTARTUP (Logging, 7): InitPersistentVersionStoreTime took 242 msDBSTARTUP (Logging, 7): InitalizeForScansTime took 283 msDBSTARTUP (Logging, 7): LogMgrPreRecoveryTime took 235 msDBSTARTUP (Logging, 7): MasterFilesScanTime took 1320 msDBSTARTUP (Logging, 7): PhysicalCompletionTime took 182 msDBSTARTUP (Logging, 7): PhysicalRecoveryTime took 2245 msDBSTARTUP (Logging, 7): RedoRecTime took 978 msDBSTARTUP (Logging, 7): StartupInDatabaseTime took 2001 ms2022-02-03 11:39:36.64 spid8s      Recovery completed for database AlexisSecure (database ID 8) in 2 second(s) (analysis 84 ms, redo 643 ms, undo 298 ms [system undo 0 ms, regular undo 0 ms].) ADR-enabled=0, Is primary=1. This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:39:37.07 spid8s      Parallel redo is shutdown for database 'AlexisSecure' with worker pool size [2].
+dockerdb_1       | 
DBSTARTUP (AlexisSecure, 8): FCBOpenTime took 6193 msDBSTARTUP (AlexisSecure, 8): File2022-02-03T11:39:37.253Z [dotnet /app/ASDE.Dotnet.dll] [177] Initializing ASA Job Manager
+dockerdb_1       | MgrPreRecoveryTime took 5828 msDBSTARTUP (AlexisSecure, 8): InitPersistentVersionStoreTime took 113 msDBSTARTUP (AlexisSecure, 8): InitalizeForScansTime took 169 msDBSTARTUP (AlexisSecure, 8): LogMgrPreRecoveryTime took 109 msDBSTARTUP (AlexisSecure, 8): MasterFilesScanTime took 1780 msDBSTARTUP (AlexisSecure, 8): PhysicalRecoveryTime took 1188 msDBSTARTUP (AlexisSecure, 8): RedoRecTime took 645 msDBSTARTUP (AlexisSecure, 8): StartupInDatabaseTime took 236 msDBSTARTUP (msdb, 4): FCBOpenTime took 2637 msDBSTARTUP (msdb, 4): FileMgrPreRecoveryTime took 3671 msDBSTARTUP (msdb, 4): InitPersistentVersionStoreTime took 113 msDBSTARTUP (msdb, 4): InitalizeForScansTime took 1031 msDBSTARTUP (msdb, 4): LogMgrPreRecoveryTime took 343 msDBSTARTUP (msdb, 4): MasterFilesScanTime took 1079 msDBSTARTUP (msdb, 4): PhysicalCompletionTime took 318 msDBSTARTUP (msd2022-02-03T11:39:37.760Z [dotnet /app/ASDE.Dotnet.dll] [177] ASDE.Dotnet entering main loop.
+dockerdb_1       | 2022-02-03T11:39:37.761Z [dotnet /app/ASDE.Dotnet.dll] [177] Satellite listener exists. Starting ASASatelliteService.
+dockerdb_1       | b, 4): PhysicalRec2022-02-03T11:39:37.796Z [dotnet /app/ASDE.Dotnet.dll] [177] Waiting for next message
+dockerdb_1       | overyTime took 314 msDBSTARTUP (msdb, 4): RecoveryCompletionTime took 543 msDBSTARTUP (msdb, 4): StartupInDatabaseTime took 2660 ms2022-02-03 11:39:45.82 Server      Configuring Always Encrypted enclave in asynchronous mode.
+dockerdb_1       | 
2022-02-03 11:39:46.04 spid11s     Refresh DEK for DBID: [2] File Id: [1] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:39:46.11 spid11s     DBID: [2] File Header for File Id: [1] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:39:46.18 spid11s     DBID: [2] No DEK update for File Id: [1] while existing DEK is null.
+dockerdb_1       | 
2022-02-03 11:39:46.82 spid11s     Refresh DEK for DBID: [2] File Id: [2] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:39:46.86 spid11s     DBID: [2] File Header for File Id: [2] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:39:46.93 spid11s     DBID: [2] No DEK update for File Id: [2] while existing DEK is null.
+dockerdb_1       | 
2022-02-03 11:39:47.30 spid11s     [2]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. ConcurrentGAMUpdate: 0. CleanupUnderUserTransaction: 0.
+dockerdb_1       | 
2022-02-03 11:39:47.46 spid11s     Starting up database 'tempdb'.
+dockerdb_1       | 
2022-02-03 11:39:47.60 Logon       Error: 18401, Severity: 14, State: 1.
+dockerdb_1       | 
2022-02-03 11:39:47.60 Logon       Login failed for user 'gpspl'. Reason: Server is in script upgrade mode. Only administrator can connect at this time. [CLIENT: 172.22.0.10]
+dockerdb_1       | 
2022-02-03 11:39:49.30 spid11s     Refresh DEK for DBID: [2] File Id: [1] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:39:49.66 spid11s     DBID: [2] File Header for File Id: [1] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:39:49.71 spid11s     DBID: [2] No DEK update for File Id: [1] while existing DEK is null.
+dockerdb_1       | 
2022-02-03 11:39:49.75 Logon       Error: 18401, Severity: 14, State: 1.
+dockerdb_1       | 
2022-02-03 11:39:49.75 Logon       Login failed for user 'gpspl'. Reason: Server is in script upgrade mode. Only administrator can connect at this time. [CLIENT: 172.22.0.11]
+dockerdb_1       | 
2022-02-03 11:39:51.06 spid11s     Refresh DEK for DBID: [2] File Id: [2] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:39:51.09 spid11s     DBID: [2] File Header for File Id: [2] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:39:51.17 spid11s     DBID: [2] No DEK update for File Id: [2] while existing DEK is null.
+dockerdb_1       | 
2022-02-03 11:40:03.29 spid11s     Refresh DEK for DBID: [2] File Id: [3] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:40:03.46 spid11s     DBID: [2] File Header for File Id: [3] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:40:03.57 spid11s     DBID: [2] No DEK update for File Id: [3] while existing DEK is null.
+dockerdb_1       | 
2022-02-03 11:40:05.33 spid11s     Refresh DEK for DBID: [2] File Id: [4] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:40:05.46 spid11s     DBID: [2] File Header for File Id: [4] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:40:05.48 spid11s     DBID: [2] No DEK update for File Id: [4] while existing DEK is null.
+dockerdb_1       | 
2022-02-03 11:40:06.91 spid11s     Refresh DEK for DBID: [2] File Id: [5] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:40:06.95 spid11s     DBID: [2] File Header for File Id: [5] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:40:06.99 spid11s     DBID: [2] No DEK update for File Id: [5] while existing DEK is null.
+dockerdb_1       | 
2022-02-03 11:40:07.08 spid11s     The tempdb database has 4 data file(s).
+dockerdb_1       | 
2022-02-03 11:40:07.09 spid33s     Refresh DEK for DBID: [6] File Id: [1] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:40:07.21 spid33s     DBID: [6] File Header for File Id: [1] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:40:07.25 spid34s     The Service Broker endpoint is in disabled or stopped state.
+dockerdb_1       | 
2022-02-03 11:40:07.26 spid33s     DBID: [6] No DEK update for File Id: [1] while existing DEK is null.
+dockerdb_1       | 
2022-02-03 11:40:07.31 spid34s     The Database Mirroring endpoint is in disabled or stopped state.
+dockerdb_1       | 
2022-02-03 11:40:07.71 spid34s     Service Broker manager has started.
+dockerdb_1       | 
2022-02-03 11:40:08.32 spid33s     Refresh DEK for DBID: [6] File Id: [2] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:40:08.36 spid33s     DBID: [6] File Header for File Id: [2] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:40:08.40 spid33s     DBID: [6] No DEK update for File Id: [2] while existing DEK is null.
+dockerdb_1       | 
2022-02-03 11:40:08.65 spid33s     Parallel redo is started for database 'AlexisPTSTest' with worker pool size [2].
+dockerdb_1       | 
2022-02-03 11:40:08.67 spid33s     16 transactions rolled forward in database 'AlexisPTSTest' (6:0). This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:40:08.75 spid33s     1 transactions rolled back in database 'AlexisPTSTest' (6:0). This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:40:08.80 spid33s     Recovery is writing a checkpoint in database 'AlexisPTSTest' (6). This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:40:09.10 spid33s     Parallel redo is shutdown for database 'AlexisPTSTest' with worker pool size [2].
+dockerdb_1       | 
2022-02-03 11:40:09.32 spid33s     Converting database 'AlexisPTSTest' from version 916 to the current version 921.
+dockerdb_1       | 
2022-02-03 11:40:09.35 spid33s     Database 'AlexisPTSTest' running the upgrade step from version 916 to version 917.
+dockerdb_1       | 
2022-02-03 11:40:09.47 spid33s     Database 'AlexisPTSTest' running the upgrade step from version 917 to version 918.
+dockerdb_1       | 
2022-02-03 11:40:09.47 spid33s     Database 'AlexisPTSTest' running the upgrade step from version 918 to version 919.
+dockerdb_1       | 
2022-02-03 11:40:09.52 spid33s     Database 'AlexisPTSTest' running the upgrade step from version 919 to version 920.
+dockerdb_1       | 
2022-02-03 11:40:10.28 spid33s     Database 'AlexisPTSTest' running the upgrade step from version 920 to version 921.
+dockerdb_1       | 
2022-02-03 11:40:10.28 spid33s     Synchronize Database 'AlexisPTSTest' (6) with Resource Database.
+dockerdb_1       | 
DBSTARTUP (AlexisPTSTest, 6): FCBOpenTime took 52555 msDBSTARTUP (AlexisPTSTest, 6): FileMgrPreRecoveryTime took 1324 msDBSTARTUP (AlexisPTSTest, 6): MasterFilesScanTime took 500 msDBSTARTUP (AlexisPTSTest, 6): PhysicalRecoveryTime took 340 msDBSTARTUP (AlexisPTSTest, 6): RecoveryCheckpointTime took 251 msDBSTARTUP (AlexisPTSTest, 6): RecoveryCompletionTime took 414 msDBSTARTUP (AlexisPTSTest, 6): RemapSysfiles1Time took 135 msDBSTARTUP (AlexisPTSTest, 6): StartupInDatabaseTime took 2629 msDBSTARTUP (AlexisPTSTest, 6): UpgradeTime took 1283 ms2022-02-03 11:40:15.06 spid32s     Refresh DEK for DBID: [5] File Id: [1] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:40:15.10 spid32s     DBID: [5] File Header for File Id: [1] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:40:15.14 spid32s     DBID: [5] No DEK update for File Id: [1] while existing DEK is null.
+dockerdb_1       | 
2022-02-03 11:40:15.74 spid32s     Refresh DEK for DBID: [5] File Id: [2] - Copying encryption state
+dockerdb_1       | 
2022-02-03 11:40:15.76 spid32s     DBID: [5] File Header for File Id: [2] was read with state = 0.
+dockerdb_1       | 
2022-02-03 11:40:15.78 spid32s     DBID: [5] No DEK update for File Id: [2] while existing DEK is null.
+dockerdb_1       | 
2022-02-03 11:40:15.87 spid32s     Parallel redo is started for database 'AlexisPTSTokenTest' with worker pool size [2].
+dockerdb_1       | 
2022-02-03 11:40:15.93 spid32s     3 transactions rolled forward in database 'AlexisPTSTokenTest' (5:0). This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:40:16.02 spid32s     0 transactions rolled back in database 'AlexisPTSTokenTest' (5:0). This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:40:16.06 spid32s     Parallel redo is shutdown for database 'AlexisPTSTokenTest' with worker pool size [2].
+dockerdb_1       | 
2022-02-03 11:40:16.06 spid32s     Converting database 'AlexisPTSTokenTest' from version 904 to the current version 921.
+dockerdb_1       | 
2022-02-03 11:40:16.08 spid32s     Database 'AlexisPTSTokenTest' running the upgrade step from version 904 to version 905.
+dockerdb_1       | 
2022-02-03 11:40:16.13 spid32s     Database 'AlexisPTSTokenTest' running the upgrade step from version 905 to version 906.
+dockerdb_1       | 
Cleaning up SEReplicated flag from rowsets.
+dockerdb_1       | 
2022-02-03 11:40:16.57 spid32s     Database 'AlexisPTSTokenTest' running the upgrade step from version 906 to version 907.
+dockerdb_1       | 
2022-02-03 11:40:16.61 spid32s     Database 'AlexisPTSTokenTest' running the upgrade step from version 907 to version 908.
+dockerdb_1       | 
2022-02-03 11:40:16.66 spid32s     Database 'AlexisPTSTokenTest' running the upgrade step from version 908 to version 909.
+dockerdb_1       | 
2022-02-03 11:40:16.69 spid32s     Database 'AlexisPTSTokenTest' running the upgrade step from version 909 to version 910.
+dockerdb_1       | 
2022-02-03 11:40:16.74 spid32s     Database 'AlexisPTSTokenTest' running the upgrade step from version 910 to version 911.
+dockerdb_1       | 
2022-02-03 11:40:16.77 spid32s     Database 'AlexisPTSTokenTest' running the upgrade step from version 911 to version 912.
+dockerdb_1       | 
2022-02-03 11:40:16.86 spid32s     Database 'AlexisPTSTokenTest' running the upgrade step from version 912 to version 913.
+dockerdb_1       | 
2022-02-03 11:40:16.87 spid32s     Database 'AlexisPTSTokenTest' running the upgrade step from version 913 to version 914.
+dockerdb_1       | 
2022-02-03 11:40:17.04 spid32s     Database 'AlexisPTSTokenTest' running the upgrade step from version 914 to version 915.
+dockerdb_1       | 
2022-02-03 11:40:17.08 spid32s     Database 'AlexisPTSTokenTest' running the upgrade step from version 915 to version 916.
+dockerdb_1       | 
2022-02-03 11:40:17.11 spid32s     Database 'AlexisPTSTokenTest' running the upgrade step from version 916 to version 917.
+dockerdb_1       | 
2022-02-03 11:40:17.23 spid32s     Database 'AlexisPTSTokenTest' running the upgrade step from version 917 to version 918.
+dockerdb_1       | 
2022-02-03 11:40:17.29 spid32s     Database 'AlexisPTSTokenTest' running the upgrade step from version 918 to version 919.
+dockerdb_1       | 
2022-02-03 11:40:17.34 spid32s     Database 'AlexisPTSTokenTest' running the upgrade step from version 919 to version 920.
+dockerdb_1       | 
2022-02-03 11:40:17.52 spid32s     Database 'AlexisPTSTokenTest' running the upgrade step from version 920 to version 921.
+dockerdb_1       | 
2022-02-03 11:40:17.58 spid32s     Synchronize Database 'AlexisPTSTokenTest' (5) with Resource Database.
+dockerdb_1       | 
DBSTARTUP (AlexisPTSTokenTest, 5): FCBOpenTime took 62529 msDBSTARTUP (AlexisPTSTokenTest, 5): FileMgrPreRecoveryTime took 625 msDBSTARTUP (AlexisPTSTokenTest, 5): MasterFilesScanTime took 248 msDBSTARTUP (AlexisPTSTokenTest, 5): PhysicalRecoveryTime took 139 msDBSTARTUP (AlexisPTSTokenTest, 5): RecoveryCompletionTime took 103 msDBSTARTUP (AlexisPTSTokenTest, 5): RemapSysfiles1Time took 106 msDBSTARTUP (AlexisPTSTokenTest, 5): StartupInDatabaseTime took 2094 msDBSTARTUP (AlexisPTSTokenTest, 5): UpgradeTime took 1749 ms2022-02-03 11:40:18.80 spid8s      Database 'master' is upgrading script 'u_tables.sql' from level 251662438 to level 2.
+dockerdb_1       | 
2022-02-03 11:40:18.84 spid8s      Database 'master' is upgrading script 'u_tables.sql' from level 2 to level 569.
+dockerdb_1       | 
2022-02-03 11:40:18.96 spid8s      Starting u_Tables.SQL at  03 Feb 2022 11:40:18:953
+dockerdb_1       | 
2022-02-03 11:40:18.97 spid8s      This file creates all the system tables in master.
+dockerdb_1       | 
2022-02-03 11:40:19.03 spid8s      drop view spt_values ....
+dockerdb_1       | 
2022-02-03 11:40:19.08 spid8s      Creating view 'spt_values'.
+dockerdb_1       | 
2022-02-03 11:40:20.32 spid8s      drop table spt_monitor ....
+dockerdb_1       | 
2022-02-03 11:40:20.39 spid8s      Creating 'spt_monitor'.
+dockerdb_1       | 
2022-02-03 11:40:20.45 spid8s      Grant Select on spt_monitor
+dockerdb_1       | 
2022-02-03 11:40:20.49 spid8s      Insert into spt_monitor ....
+dockerdb_1       | 
2022-02-03 11:40:21.45 spid8s      Finishing at  03 Feb 2022 11:40:21:450
+dockerdb_1       | 
2022-02-03 11:40:21.76 spid8s      Database 'master' is upgrading script 'ProvisionAgentIdentity' from level 251662438 to level 2.
+dockerdb_1       | 
2022-02-03 11:40:21.80 spid8s      Database 'master' is upgrading script 'ProvisionAgentIdentity.sql' from level 2 to level 251660240.
+dockerdb_1       | 
2022-02-03 11:40:21.95 spid8s      Database 'master' is upgrading script 'no_op.sql' from level 251662438 to level 2.
+dockerdb_1       | 
2022-02-03 11:40:22.04 spid8s      Database 'master' is upgrading script 'no_op.sql' from level 2 to level 251660240.
+dockerdb_1       | 
2022-02-03 11:40:26.29 spid8s      Database 'master' is upgrading script 'no_op.sql' from level 251662438 to level 2.
+dockerdb_1       | 
2022-02-03 11:40:26.33 spid8s      Database 'master' is upgrading script 'no_op.sql' from level 2 to level 251660240.
+dockerdb_1       | 
2022-02-03 11:40:26.36 spid8s      -----------------------------------------
+dockerdb_1       | 
2022-02-03 11:40:26.38 spid8s      Starting execution of dummy.sql
+dockerdb_1       | 
2022-02-03 11:40:26.39 spid8s      -----------------------------------------
+dockerdb_1       | 
2022-02-03 11:40:26.41 spid8s      Database 'master' is upgrading script 'repl_upgrade.sql' from level 251662438 to level 2.
+dockerdb_1       | 
2022-02-03 11:40:26.44 spid8s      Database 'master' is upgrading script 'repl_upgrade.sql' from level 2 to level 251660240.
+dockerdb_1       | 
2022-02-03 11:40:26.47 spid8s      Executing replication upgrade scripts.
+dockerdb_1       | 
2022-02-03 11:40:27.24 spid8s      Attempting to load library 'xpstar.dll' into memory. This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:40:27.77 spid8s      Using 'xpstar.dll' version '2019.150.2000' to execute extended stored procedure 'xp_instance_regread'. This is an informational message only; no user action is required.
+dockerdb_1       | 
2022-02-03 11:40:27.88 spid8s      Executing sp_vupgrade_replication.
+dockerdb_1       | 
2022-02-03 11:40:28.05 Logon       Error: 18401, Severity: 14, State: 1.
+dockerdb_1       | 
2022-02-03 11:40:28.05 Logon       Login failed for user 'gpspl'. Reason: Server is in script upgrade mode. Only administrator can connect at this time. [CLIENT: 172.22.0.10]
+dockerdb_1       | 
2022-02-03 11:40:29.02 spid8s      Upgrading publication settings and system objects in database [AlexisPTSTest].
+dockerdb_1       | 
2022-02-03 11:40:33.45 spid8s      Upgrading publication settings and system objects in database [AlexisPTSTokenTest].
+dockerdb_1       | 
2022-02-03 11:40:37.51 spid8s      Upgrading publication settings and system objects in database [AlexisSecure].
+dockerdb_1       | 
2022-02-03 11:40:41.53 spid8s      Upgrading publication settings and system objects in database [Logging].
+dockerdb_1       | 
2022-02-03 11:40:45.17 spid8s      Upgrading subscription settings and system objects in database [AlexisPTSTest].
+dockerdb_1       | 
2022-02-03 11:40:54.05 spid8s      Attempting to load library 'xprepl.dll' into memory. This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:40:54.39 spid8s      Using 'xprepl.dll' version '2019.150.2000' to execute extended stored procedure 'xp_repl_encrypt'. This is an informational message only; no user action is required.
+dockerdb_1       | 
2022-02-03 11:40:54.44 spid8s      Upgrading subscription settings and system objects in database [AlexisPTSTokenTest].
+dockerdb_1       | 
2022-02-03 11:41:04.00 spid8s      Upgrading subscription settings and system objects in database [AlexisSecure].
+dockerdb_1       | 
2022-02-03 11:41:20.41 spid8s      Upgrading subscription settings and system objects in database [Logging].
+dockerdb_1       | 
2022-02-03 11:41:29.07 Logon       Error: 18401, Severity: 14, State: 1.
+dockerdb_1       | 
2022-02-03 11:41:29.07 Logon       Login failed for user 'gpspl'. Reason: Server is in script upgrade mode. Only administrator can connect at this time. [CLIENT: 172.22.0.10]
+dockerdb_1       | 
2022-02-03 11:41:37.60 spid8s      Attempting to copy article resolvers from SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL\Replication\ArticleResolver
+dockerdb_1       | 
2022-02-03 11:41:43.17 spid8s      sp_vupgrade_replication executed successfully
+dockerdb_1       | 
2022-02-03 11:41:43.20 spid8s      Saving upgrade script status to 'SOFTWARE\Microsoft\MSSQLServer\Replication\Setup'.
+dockerdb_1       | 
2022-02-03 11:41:43.24 spid8s      Error saving upgrade script status.
+dockerdb_1       | 
2022-02-03 11:41:43.24 spid8s      Database 'master' is upgrading script 'upgrade_ucp_cmdw_discovery.sql' from level 251662438 to level 2.
+dockerdb_1       | 
2022-02-03 11:41:43.24 spid8s      Database 'master' is upgrading script 'upgrade_ucp_cmdw_discovery.sql' from level 2 to level 251660240.
+dockerdb_1       | 
2022-02-03 11:41:47.00 spid8s      Database 'master' is upgrading script 'msdb110_upgrade.sql' from level 251662438 to level 500.
+dockerdb_1       | 
2022-02-03 11:41:47.03 spid8s      Database 'master' is upgrading script 'msdb110_upgrade.sql' from level 500 to level 251660240.
+dockerdb_1       | 
2022-02-03 11:41:47.06 spid8s      ----------------------------------
+dockerdb_1       | 
2022-02-03 11:41:47.07 spid8s      Starting execution of PRE_MSDB.SQL
+dockerdb_1       | 
2022-02-03 11:41:47.08 spid8s      ----------------------------------
+dockerdb_1       | 
2022-02-03 11:41:47.88 spid8s      Setting database option COMPATIBILITY_LEVEL to 100 for database 'msdb'.
+dockerdb_1       | 
2022-02-03 11:41:48.04 spid8s      -----------------------------------------
+dockerdb_1       | 
2022-02-03 11:41:48.06 spid8s      Starting execution of PRE_SQLAGENT100.SQL
+dockerdb_1       | 
2022-02-03 11:41:48.09 spid8s      -----------------------------------------
+dockerdb_1       | 
2022-02-03 11:41:48.16 spid8s      Setting database option COMPATIBILITY_LEVEL to 150 for database 'msdb'.
+dockerdb_1       | 
2022-02-03 11:41:55.65 spid8s      DBCC TRACEOFF 1717, server process ID (SPID) 8. This is an informational message only; no user action is required.
+dockerdb_1       | 
2022-02-03 11:41:55.69 spid8s      DBCC execution completed. If DBCC printed error messages, contact your system administrator.
+dockerdb_1       | 
2022-02-03 11:41:55.75 spid8s       
+dockerdb_1       | 
2022-02-03 11:41:55.76 spid8s      Creating table temp_sysjobschedules
+dockerdb_1       | 
2022-02-03 11:41:56.82 spid8s       
+dockerdb_1       | 
2022-02-03 11:41:56.83 spid8s      Alter table sysdownloadlist...
+dockerdb_1       | 
2022-02-03 11:41:56.92 spid8s       
+dockerdb_1       | 
2022-02-03 11:41:56.93 spid8s      Alter table sysjobhistory...
+dockerdb_1       | 
2022-02-03 11:41:57.06 spid8s       
+dockerdb_1       | 
2022-02-03 11:41:57.07 spid8s      Alter table systargetservers...
+dockerdb_1       | 
2022-02-03 11:41:57.12 spid8s       
+dockerdb_1       | 
2022-02-03 11:41:57.13 spid8s      Alter table sysjobsteps...
+dockerdb_1       | 
2022-02-03 11:41:57.39 spid8s       
+dockerdb_1       | 
2022-02-03 11:41:57.40 spid8s      PRE_SQLAGENT100... (dbo.syssubsystems table)
+dockerdb_1       | 
2022-02-03 11:41:57.41 spid8s      PRE_SQLAGENT100::Creating tempdb.dbo.subsystemsettings
+dockerdb_1       | 
2022-02-03 11:41:57.44 spid8s      PRE_SQLAGENT100::Backing up max_worker_threads to tempdb.dbo.subsystemsettings
+dockerdb_1       | 
2022-02-03 11:41:57.47 spid8s      PRE_SQLAGENT100::Dropping msdb.dbo.subsystems (will be recreated later)
+dockerdb_1       | 
2022-02-03 11:41:57.80 spid8s       
+dockerdb_1       | 
2022-02-03 11:41:57.81 spid8s      -----------------------------------------
+dockerdb_1       | 
2022-02-03 11:41:57.82 spid8s      Execution of PRE_SQLAGENT100.SQL complete
+dockerdb_1       | 
2022-02-03 11:41:57.84 spid8s      -----------------------------------------
+dockerdb_1       | 
2022-02-03 11:41:58.03 spid8s      DMF pre-upgrade steps...
+dockerdb_1       | 
2022-02-03 11:42:00.09 spid8s      DC pre-upgrade steps...
+dockerdb_1       | 
2022-02-03 11:42:00.09 spid8s      Check if Data collector config table exists...
+dockerdb_1       | 
2022-02-03 11:42:00.09 spid8s      Data Collector state before upgrade: 0
+dockerdb_1       | 
2022-02-03 11:42:00.09 spid8s      pre_dc100::Check if syscollector_collection_sets_internal table exists...
+dockerdb_1       | 
2022-02-03 11:42:00.09 spid8s      pre_dc100::Capturing Collection set status in temp table...
+dockerdb_1       | 
2022-02-03 11:42:00.85 spid8s      Deleting cached auto-generated T-SQL Data Collection packages from msdb...
+dockerdb_1       | 
2022-02-03 11:42:00.87 spid8s      End of DC pre-upgrade steps.
+dockerdb_1       | 
2022-02-03 11:42:00.88 spid8s      DAC pre-upgrade steps...
+dockerdb_1       | 
2022-02-03 11:42:00.88 spid8s      Starting DAC pre-upgrade steps ...
+dockerdb_1       | 
2022-02-03 11:42:00.88 spid8s      End of DAC pre-upgrade steps.
+dockerdb_1       | 
2022-02-03 11:42:00.88 spid8s      ----------------------------------
+dockerdb_1       | 
2022-02-03 11:42:00.88 spid8s      Starting execution of MSDB.SQL
+dockerdb_1       | 
2022-02-03 11:42:00.88 spid8s      ----------------------------------
+dockerdb_1       | 
2022-02-03 11:42:01.66 spid8s      Checking the size of MSDB...
+dockerdb_1       | 
2022-02-03 11:42:04.38 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:04.39 spid8s      Setting database option TRUSTWORTHY to ON for database 'msdb'.
+dockerdb_1       | 
2022-02-03 11:42:04.96 spid8s      Setting database option RECOVERY to SIMPLE for database 'msdb'.
+dockerdb_1       | 
2022-02-03 11:42:05.53 spid8s      ----------------------------------
+dockerdb_1       | 
2022-02-03 11:42:05.55 spid8s      Finished execution of MSDB.SQL
+dockerdb_1       | 
2022-02-03 11:42:05.57 spid8s      ----------------------------------
+dockerdb_1       | 
2022-02-03 11:42:05.59 spid8s      -----------------------------------------
+dockerdb_1       | 
2022-02-03 11:42:05.59 spid8s      Starting execution of MSDB_VERSIONING.SQL
+dockerdb_1       | 
2022-02-03 11:42:05.59 spid8s      -----------------------------------------
+dockerdb_1       | 
2022-02-03 11:42:05.72 spid8s      -----------------------------------------
+dockerdb_1       | 
2022-02-03 11:42:05.73 spid8s      Finished execution of MSDB_VERSIONING.SQL
+dockerdb_1       | 
2022-02-03 11:42:05.75 spid8s      -----------------------------------------
+dockerdb_1       | 
2022-02-03 11:42:11.93 spid8s      Dropping signature from: [managed_backup].[sp_get_encryption_option]
+dockerdb_1       | 
2022-02-03 11:42:11.97 spid8s      Dropping signature from: [dbo].[sp_add_log_shipping_secondary]
+dockerdb_1       | 
2022-02-03 11:42:12.00 spid8s      Dropping signature from: [dbo].[sysmail_verify_account_sp]
+dockerdb_1       | 
2022-02-03 11:42:12.03 spid8s      Dropping signature from: [dbo].[sp_delete_log_shipping_monitor_jobs]
+dockerdb_1       | 
2022-02-03 11:42:12.05 spid8s      Dropping signature from: [dbo].[sysmail_add_profile_sp]
+dockerdb_1       | 
2022-02-03 11:42:12.08 spid8s      Dropping signature from: [managed_backup].[sp_do_backup]
+dockerdb_1       | 
2022-02-03 11:42:12.11 spid8s      Dropping signature from: [dbo].[sp_delete_log_shipping_primary]
+dockerdb_1       | 
2022-02-03 11:42:12.11 spid8s      Dropping signature from: [dbo].[sysmail_update_profile_sp]
+dockerdb_1       | 
2022-02-03 11:42:12.11 spid8s      Dropping signature from: [smart_admin].[sp_create_job]
+dockerdb_1       | 
2022-02-03 11:42:12.11 spid8s      Dropping signature from: [dbo].[sp_delete_log_shipping_secondary]
+dockerdb_1       | 
2022-02-03 11:42:12.11 spid8s      Dropping signature from: [dbo].[sysmail_delete_profile_sp]
+dockerdb_1       | 
2022-02-03 11:42:12.11 spid8s      Dropping signature from: [dbo].[sp_sqlagent_log_jobhistory]
+dockerdb_1       | 
2022-02-03 11:42:12.11 spid8s      Dropping signature from: [smart_admin].[sp_add_task_command]
+dockerdb_1       | 
2022-02-03 11:42:12.11 spid8s      Dropping signature from: [dbo].[sp_log_shipping_in_sync]
+dockerdb_1       | 
2022-02-03 11:42:12.11 spid8s      Dropping signature from: [dbo].[sysmail_help_profile_sp]
+dockerdb_1       | 
2022-02-03 11:42:12.13 spid8s      Dropping signature from: [dbo].[sp_sqlagent_check_msx_version]
+dockerdb_1       | 
2022-02-03 11:42:12.17 spid8s      Dropping signature from: [smart_admin].[sp_set_db_backup]
+dockerdb_1       | 
2022-02-03 11:42:12.20 spid8s      Dropping signature from: [dbo].[sp_log_shipping_get_date_from_file]
+dockerdb_1       | 
2022-02-03 11:42:12.22 spid8s      Dropping signature from: [dbo].[sysmail_create_user_credential_sp]
+dockerdb_1       | 
2022-02-03 11:42:12.25 spid8s      Dropping signature from: [dbo].[sp_sqlagent_probe_msx]
+dockerdb_1       | 
2022-02-03 11:42:12.28 spid8s      Dropping signature from: [dbo].[sp_get_log_shipping_monitor_info]
+dockerdb_1       | 
2022-02-03 11:42:12.31 spid8s      Dropping signature from: [dbo].[sysmail_alter_user_credential_sp]
+dockerdb_1       | 
2022-02-03 11:42:12.34 spid8s      Dropping signature from: [dbo].[sp_set_local_time]
+dockerdb_1       | 
2022-02-03 11:42:12.37 spid8s      Dropping signature from: [dbo].[sp_update_log_shipping_monitor_info]
+dockerdb_1       | 
2022-02-03 11:42:12.40 spid8s      Dropping signature from: [dbo].[sysmail_drop_user_credential_sp]
+dockerdb_1       | 
2022-02-03 11:42:12.43 spid8s      Dropping signature from: [dbo].[sp_multi_server_job_summary]
+dockerdb_1       | 
2022-02-03 11:42:12.46 spid8s      Dropping signature from: [dbo].[sp_delete_log_shipping_monitor_info]
+dockerdb_1       | 
2022-02-03 11:42:12.50 spid8s      Dropping signature from: [dbo].[sysmail_add_account_sp]
+dockerdb_1       | 
2022-02-03 11:42:12.53 spid8s      Dropping signature from: [dbo].[sp_target_server_summary]
+dockerdb_1       | 
2022-02-03 11:42:12.56 spid8s      Dropping signature from: [smart_admin].[sp_get_backup_diagnostics]
+dockerdb_1       | 
2022-02-03 11:42:12.60 spid8s      Dropping signature from: [dbo].[sp_remove_log_shipping_monitor_account]
+dockerdb_1       | 
2022-02-03 11:42:12.65 spid8s      Dropping signature from: [dbo].[sysmail_update_account_sp]
+dockerdb_1       | 
2022-02-03 11:42:12.68 spid8s      Dropping signature from: [dbo].[sp_uniquetaskname]
+dockerdb_1       | 
2022-02-03 11:42:12.72 spid8s      Dropping signature from: [dbo].[sp_log_shipping_monitor_backup]
+dockerdb_1       | 
2022-02-03 11:42:12.77 spid8s      Dropping signature from: [dbo].[sysmail_delete_account_sp]
+dockerdb_1       | 
2022-02-03 11:42:12.81 spid8s      Dropping signature from: [dbo].[sp_addtask]
+dockerdb_1       | 
2022-02-03 11:42:12.84 spid8s      Dropping signature from: [dbo].[sp_sqlagent_is_srvrolemember]
+dockerdb_1       | 
2022-02-03 11:42:12.90 spid8s      Dropping signature from: [dbo].[sp_log_shipping_monitor_restore]
+dockerdb_1       | 
2022-02-03 11:42:12.90 spid8s      Dropping signature from: [dbo].[sysmail_help_account_sp]
+dockerdb_1       | 
2022-02-03 11:42:12.90 spid8s      Dropping signature from: [dbo].[sp_droptask]
+dockerdb_1       | 
2022-02-03 11:42:12.90 spid8s      Dropping signature from: [dbo].[sp_change_monitor_role]
+dockerdb_1       | 
2022-02-03 11:42:12.90 spid8s      Dropping signature from: [dbo].[sysmail_help_admin_account_sp]
+dockerdb_1       | 
2022-02-03 11:42:12.90 spid8s      Dropping signature from: [dbo].[trig_targetserver_insert]
+dockerdb_1       | 
2022-02-03 11:42:12.91 spid8s      Dropping signature from: [dbo].[sp_verify_category_identifiers]
+dockerdb_1       | 
2022-02-03 11:42:12.94 spid8s      Dropping signature from: [dbo].[sp_create_log_shipping_monitor_account]
+dockerdb_1       | 
2022-02-03 11:42:12.97 spid8s      Dropping signature from: [dbo].[sysmail_add_profileaccount_sp]
+dockerdb_1       | 
2022-02-03 11:42:13.00 spid8s      Dropping signature from: [dbo].[sp_add_alert_internal]
+dockerdb_1       | 
2022-02-03 11:42:13.03 spid8s      Dropping signature from: [dbo].[sysmail_update_profileaccount_sp]
+dockerdb_1       | 
2022-02-03 11:42:13.05 spid8s      Dropping signature from: [dbo].[sp_add_alert]
+dockerdb_1       | 
2022-02-03 11:42:13.08 spid8s      Dropping signature from: [dbo].[sp_verify_proxy_identifiers]
+dockerdb_1       | 
2022-02-03 11:42:13.11 spid8s      Dropping signature from: [dbo].[sysmail_delete_profileaccount_sp]
+dockerdb_1       | 
2022-02-03 11:42:13.14 spid8s      Dropping signature from: [dbo].[sp_delete_alert]
+dockerdb_1       | 
2022-02-03 11:42:13.16 spid8s      Dropping signature from: [dbo].[sp_verify_credential_identifiers]
+dockerdb_1       | 
2022-02-03 11:42:13.19 spid8s      Dropping signature from: [dbo].[sysmail_help_profileaccount_sp]
+dockerdb_1       | 
2022-02-03 11:42:13.22 spid8s      Dropping signature from: [dbo].[sp_help_alert]
+dockerdb_1       | 
2022-02-03 11:42:13.25 spid8s      Dropping signature from: [dbo].[sp_verify_subsystems]
+dockerdb_1       | 
2022-02-03 11:42:13.28 spid8s      Dropping signature from: [dbo].[sysmail_configure_sp]
+dockerdb_1       | 
2022-02-03 11:42:13.30 spid8s      Dropping signature from: [dbo].[sp_verify_operator]
+dockerdb_1       | 
2022-02-03 11:42:13.33 spid8s      Dropping signature from: [dbo].[sp_verify_subsystem_identifiers]
+dockerdb_1       | 
2022-02-03 11:42:13.35 spid8s      Dropping signature from: [dbo].[sysmail_help_configure_sp]
+dockerdb_1       | 
2022-02-03 11:42:13.39 spid8s      Dropping signature from: [dbo].[sp_add_operator]
+dockerdb_1       | 
2022-02-03 11:42:13.41 spid8s      Dropping signature from: [dbo].[sp_verify_login_identifiers]
+dockerdb_1       | 
2022-02-03 11:42:13.44 spid8s      Dropping signature from: [dbo].[sysmail_help_configure_value_sp]
+dockerdb_1       | 
2022-02-03 11:42:13.47 spid8s      Dropping signature from: [dbo].[sp_update_operator]
+dockerdb_1       | 
2022-02-03 11:42:13.49 spid8s      Dropping signature from: [dbo].[sp_verify_proxy]
+dockerdb_1       | 
2022-02-03 11:42:13.52 spid8s      Dropping signature from: [dbo].[sysmail_add_principalprofile_sp]
+dockerdb_1       | 
2022-02-03 11:42:13.54 spid8s      Dropping signature from: [dbo].[sp_help_operator]
+dockerdb_1       | 
2022-02-03 11:42:13.57 spid8s      Dropping signature from: [dbo].[sp_add_proxy]
+dockerdb_1       | 
2022-02-03 11:42:13.60 spid8s      Dropping signature from: [dbo].[sysmail_update_principalprofile_sp]
+dockerdb_1       | 
2022-02-03 11:42:13.63 spid8s      Dropping signature from: [dbo].[sp_help_operator_jobs]
+dockerdb_1       | 
2022-02-03 11:42:13.65 spid8s      Dropping signature from: [dbo].[sp_delete_proxy]
+dockerdb_1       | 
2022-02-03 11:42:13.68 spid8s      Dropping signature from: [dbo].[sysmail_delete_principalprofile_sp]
+dockerdb_1       | 
2022-02-03 11:42:13.70 spid8s      Dropping signature from: [dbo].[sp_verify_operator_identifiers]
+dockerdb_1       | 
2022-02-03 11:42:13.70 spid8s      Dropping signature from: [dbo].[sp_update_proxy]
+dockerdb_1       | 
2022-02-03 11:42:13.70 spid8s      Dropping signature from: [dbo].[sysmail_help_principalprofile_sp]
+dockerdb_1       | 
2022-02-03 11:42:13.70 spid8s      Dropping signature from: [dbo].[sp_notify_operator]
+dockerdb_1       | 
2022-02-03 11:42:13.70 spid8s      Dropping signature from: [dbo].[sp_sqlagent_is_member]
+dockerdb_1       | 
2022-02-03 11:42:13.70 spid8s      Dropping signature from: [dbo].[sp_ssis_addlogentry]
+dockerdb_1       | 
2022-02-03 11:42:13.70 spid8s      Dropping signature from: [dbo].[sysmail_logmailevent_sp]
+dockerdb_1       | 
2022-02-03 11:42:13.70 spid8s      Dropping signature from: [dbo].[sp_verify_notification]
+dockerdb_1       | 
2022-02-03 11:42:13.71 spid8s      Dropping signature from: [dbo].[sp_verify_proxy_permissions]
+dockerdb_1       | 
2022-02-03 11:42:13.74 spid8s      Dropping signature from: [dbo].[sp_ssis_listpackages]
+dockerdb_1       | 
2022-02-03 11:42:13.77 spid8s      Dropping signature from: [dbo].[sysmail_start_sp]
+dockerdb_1       | 
2022-02-03 11:42:13.79 spid8s      Dropping signature from: [dbo].[sp_add_notification]
+dockerdb_1       | 
2022-02-03 11:42:13.81 spid8s      Dropping signature from: [dbo].[sp_help_proxy]
+dockerdb_1       | 
2022-02-03 11:42:13.83 spid8s      Dropping signature from: [dbo].[sp_ssis_listfolders]
+dockerdb_1       | 
2022-02-03 11:42:13.85 spid8s      Dropping signature from: [dbo].[sysmail_stop_sp]
+dockerdb_1       | 
2022-02-03 11:42:13.87 spid8s      Dropping signature from: [dbo].[sp_update_notification]
+dockerdb_1       | 
2022-02-03 11:42:13.89 spid8s      Dropping signature from: [dbo].[sp_ssis_deletepackage]
+dockerdb_1       | 
2022-02-03 11:42:13.91 spid8s      Dropping signature from: [dbo].[sysmail_help_status_sp]
+dockerdb_1       | 
2022-02-03 11:42:13.93 spid8s      Dropping signature from: [dbo].[sp_delete_notification]
+dockerdb_1       | 
2022-02-03 11:42:13.96 spid8s      Dropping signature from: [dbo].[sp_grant_proxy_to_subsystem]
+dockerdb_1       | 
2022-02-03 11:42:13.98 spid8s      Dropping signature from: [dbo].[sp_ssis_deletefolder]
+dockerdb_1       | 
2022-02-03 11:42:14.00 spid8s      Dropping signature from: [dbo].[sysmail_help_queue_sp]
+dockerdb_1       | 
2022-02-03 11:42:14.02 spid8s      Dropping signature from: [dbo].[sp_help_notification]
+dockerdb_1       | 
2022-02-03 11:42:14.04 spid8s      Dropping signature from: [dbo].[sp_grant_login_to_proxy]
+dockerdb_1       | 
2022-02-03 11:42:14.06 spid8s      Dropping signature from: [dbo].[sp_ssis_getpackage]
+dockerdb_1       | 
2022-02-03 11:42:14.09 spid8s      Dropping signature from: [dbo].[sp_SendMailMessage]
+dockerdb_1       | 
2022-02-03 11:42:14.11 spid8s      Dropping signature from: [dbo].[sp_help_jobactivity]
+dockerdb_1       | 
2022-02-03 11:42:14.13 spid8s      Dropping signature from: [dbo].[sp_revoke_login_from_proxy]
+dockerdb_1       | 
2022-02-03 11:42:14.15 spid8s      Dropping signature from: [dbo].[sp_ssis_getfolder]
+dockerdb_1       | 
2022-02-03 11:42:14.17 spid8s      Dropping signature from: [dbo].[sp_isprohibited]
+dockerdb_1       | 
2022-02-03 11:42:14.19 spid8s      Dropping signature from: [dbo].[sp_revoke_proxy_from_subsystem]
+dockerdb_1       | 
2022-02-03 11:42:14.22 spid8s      Dropping signature from: [dbo].[sp_ssis_putpackage]
+dockerdb_1       | 
2022-02-03 11:42:14.24 spid8s      Dropping signature from: [dbo].[sp_SendMailQueues]
+dockerdb_1       | 
2022-02-03 11:42:14.26 spid8s      Dropping signature from: [dbo].[sp_enum_proxy_for_subsystem]
+dockerdb_1       | 
2022-02-03 11:42:14.28 spid8s      Dropping signature from: [dbo].[sp_ProcessResponse]
+dockerdb_1       | 
2022-02-03 11:42:14.30 spid8s      Dropping signature from: [dbo].[sp_sem_add_message]
+dockerdb_1       | 
2022-02-03 11:42:14.32 spid8s      Dropping signature from: [dbo].[sp_enum_login_for_proxy]
+dockerdb_1       | 
2022-02-03 11:42:14.35 spid8s      Dropping signature from: [dbo].[sp_ssis_addfolder]
+dockerdb_1       | 
2022-02-03 11:42:14.37 spid8s      Dropping signature from: [dbo].[sp_MailItemResultSets]
+dockerdb_1       | 
2022-02-03 11:42:14.39 spid8s      Dropping signature from: [dbo].[sp_sem_drop_message]
+dockerdb_1       | 
2022-02-03 11:42:14.41 spid8s      Dropping signature from: [dbo].[sp_ssis_renamefolder]
+dockerdb_1       | 
2022-02-03 11:42:14.43 spid8s      Dropping signature from: [dbo].[sp_process_DialogTimer]
+dockerdb_1       | 
2022-02-03 11:42:14.45 spid8s      Dropping signature from: [dbo].[sp_get_message_description]
+dockerdb_1       | 
2022-02-03 11:42:14.47 spid8s      Dropping signature from: [dbo].[sp_sqlagent_get_startup_info]
+dockerdb_1       | 
2022-02-03 11:42:14.47 spid8s      Dropping signature from: [dbo].[sp_ssis_setpackageroles]
+dockerdb_1       | 
2022-02-03 11:42:14.47 spid8s      Dropping signature from: [dbo].[sp_readrequest]
+dockerdb_1       | 
2022-02-03 11:42:14.47 spid8s      Dropping signature from: [dbo].[sp_help_jobhistory_sem]
+dockerdb_1       | 
2022-02-03 11:42:14.47 spid8s      Dropping signature from: [dbo].[sp_ssis_getpackageroles]
+dockerdb_1       | 
2022-02-03 11:42:14.47 spid8s      Dropping signature from: [dbo].[sp_GetAttachmentData]
+dockerdb_1       | 
2022-02-03 11:42:14.47 spid8s      Dropping signature from: [dbo].[sp_convert_jobid_to_char]
+dockerdb_1       | 
2022-02-03 11:42:14.47 spid8s      Dropping signature from: [dbo].[sp_sqlagent_has_server_access]
+dockerdb_1       | 
2022-02-03 11:42:14.47 spid8s      Dropping signature from: [dbo].[sp_RunMailQuery]
+dockerdb_1       | 
2022-02-03 11:42:14.47 spid8s      Dropping signature from: [dbo].[sp_sqlagent_get_perf_counters]
+dockerdb_1       | 
2022-02-03 11:42:14.48 spid8s      Dropping signature from: [dbo].[sp_validate_user]
+dockerdb_1       | 
2022-02-03 11:42:14.52 spid8s      Dropping signature from: [dbo].[sp_sqlagent_notify]
+dockerdb_1       | 
2022-02-03 11:42:14.55 spid8s      Dropping signature from: [dbo].[sp_send_dbmail]
+dockerdb_1       | 
2022-02-03 11:42:14.57 spid8s      Dropping signature from: [dbo].[sp_is_sqlagent_starting]
+dockerdb_1       | 
2022-02-03 11:42:14.61 spid8s      Dropping signature from: [dbo].[sp_ExternalMailQueueListener]
+dockerdb_1       | 
2022-02-03 11:42:14.64 spid8s      Dropping signature from: [dbo].[sp_verify_job_identifiers]
+dockerdb_1       | 
2022-02-03 11:42:14.68 spid8s      Dropping signature from: [dbo].[sp_sysmail_activate]
+dockerdb_1       | 
2022-02-03 11:42:14.71 spid8s      Dropping signature from: [dbo].[sp_verify_schedule_identifiers]
+dockerdb_1       | 
2022-02-03 11:42:14.76 spid8s      Dropping signature from: [dbo].[sp_verify_jobproc_caller]
+dockerdb_1       | 
2022-02-03 11:42:14.80 spid8s      Dropping signature from: [dbo].[sp_downloaded_row_limiter]
+dockerdb_1       | 
2022-02-03 11:42:14.84 spid8s      Dropping signature from: [dbo].[sp_post_msx_operation]
+dockerdb_1       | 
2022-02-03 11:42:14.88 spid8s      Dropping signature from: [dbo].[sp_verify_performance_condition]
+dockerdb_1       | 
2022-02-03 11:42:14.91 spid8s      Dropping signature from: [dbo].[sp_verify_job_date]
+dockerdb_1       | 
2022-02-03 11:42:14.95 spid8s      Dropping signature from: [dbo].[sp_verify_job_time]
+dockerdb_1       | 
2022-02-03 11:42:14.97 spid8s      Dropping signature from: [dbo].[sp_verify_alert]
+dockerdb_1       | 
2022-02-03 11:42:14.99 spid8s      Dropping signature from: [dbo].[sp_update_alert]
+dockerdb_1       | 
2022-02-03 11:42:15.02 spid8s      Dropping signature from: [dbo].[sp_delete_job_references]
+dockerdb_1       | 
2022-02-03 11:42:15.04 spid8s      Dropping signature from: [dbo].[sp_delete_all_msx_jobs]
+dockerdb_1       | 
2022-02-03 11:42:15.06 spid8s      Dropping signature from: [dbo].[sp_generate_target_server_job_assignment_sql]
+dockerdb_1       | 
2022-02-03 11:42:15.09 spid8s      Dropping signature from: [dbo].[sp_generate_server_description]
+dockerdb_1       | 
2022-02-03 11:42:15.11 spid8s      Dropping signature from: [dbo].[sp_msx_set_account]
+dockerdb_1       | 
2022-02-03 11:42:15.13 spid8s      Dropping signature from: [dbo].[sp_msx_get_account]
+dockerdb_1       | 
2022-02-03 11:42:15.16 spid8s      Dropping signature from: [dbo].[sp_delete_operator]
+dockerdb_1       | 
2022-02-03 11:42:15.18 spid8s      Dropping signature from: [dbo].[sp_msx_defect]
+dockerdb_1       | 
2022-02-03 11:42:15.20 spid8s      Dropping signature from: [dbo].[sp_msx_enlist]
+dockerdb_1       | 
2022-02-03 11:42:15.22 spid8s      Dropping signature from: [dbo].[sp_maintplan_delete_log]
+dockerdb_1       | 
2022-02-03 11:42:15.24 spid8s      Dropping signature from: [dbo].[sp_delete_targetserver]
+dockerdb_1       | 
2022-02-03 11:42:15.26 spid8s      Dropping signature from: [dbo].[sp_maintplan_delete_subplan]
+dockerdb_1       | 
2022-02-03 11:42:15.26 spid8s      Dropping signature from: [dbo].[sp_enlist_tsx]
+dockerdb_1       | 
2022-02-03 11:42:15.26 spid8s      Dropping signature from: [dbo].[sp_maintplan_update_subplan_tsx]
+dockerdb_1       | 
2022-02-03 11:42:15.26 spid8s      Dropping signature from: [dbo].[sp_get_sqlagent_properties]
+dockerdb_1       | 
2022-02-03 11:42:15.26 spid8s      Dropping signature from: [dbo].[sp_maintplan_subplans_by_job]
+dockerdb_1       | 
2022-02-03 11:42:15.26 spid8s      Dropping signature from: [dbo].[sp_set_sqlagent_properties]
+dockerdb_1       | 
2022-02-03 11:42:15.26 spid8s      Dropping signature from: [dbo].[sp_maintplan_open_logentry]
+dockerdb_1       | 
2022-02-03 11:42:15.26 spid8s      Dropping signature from: [dbo].[sp_add_targetservergroup]
+dockerdb_1       | 
2022-02-03 11:42:15.26 spid8s      Dropping signature from: [dbo].[sp_maintplan_close_logentry]
+dockerdb_1       | 
2022-02-03 11:42:15.26 spid8s      Dropping signature from: [dbo].[sp_update_targetservergroup]
+dockerdb_1       | 
2022-02-03 11:42:15.27 spid8s      Dropping signature from: [dbo].[sp_maintplan_update_log]
+dockerdb_1       | 
2022-02-03 11:42:15.29 spid8s      Dropping signature from: [dbo].[sp_delete_targetservergroup]
+dockerdb_1       | 
2022-02-03 11:42:15.31 spid8s      Dropping signature from: [dbo].[sp_maintplan_update_subplan]
+dockerdb_1       | 
2022-02-03 11:42:15.34 spid8s      Dropping signature from: [dbo].[sp_help_targetservergroup]
+dockerdb_1       | 
2022-02-03 11:42:15.36 spid8s      Dropping signature from: [dbo].[sp_maintplan_delete_plan]
+dockerdb_1       | 
2022-02-03 11:42:15.38 spid8s      Dropping signature from: [dbo].[sp_add_targetsvrgrp_member]
+dockerdb_1       | 
2022-02-03 11:42:15.40 spid8s      Dropping signature from: [dbo].[sp_maintplan_start]
+dockerdb_1       | 
2022-02-03 11:42:15.42 spid8s      Dropping signature from: [dbo].[sp_delete_targetsvrgrp_member]
+dockerdb_1       | 
2022-02-03 11:42:15.44 spid8s      Dropping signature from: [dbo].[sp_verify_category]
+dockerdb_1       | 
2022-02-03 11:42:15.46 spid8s      Dropping signature from: [dbo].[sp_add_category]
+dockerdb_1       | 
2022-02-03 11:42:15.48 spid8s      Dropping signature from: [dbo].[sp_update_category]
+dockerdb_1       | 
2022-02-03 11:42:15.50 spid8s      Dropping signature from: [dbo].[sp_delete_category]
+dockerdb_1       | 
2022-02-03 11:42:15.53 spid8s      Dropping signature from: [dbo].[sp_help_category]
+dockerdb_1       | 
2022-02-03 11:42:15.55 spid8s      Dropping signature from: [dbo].[sp_help_targetserver]
+dockerdb_1       | 
2022-02-03 11:42:15.57 spid8s      Dropping signature from: [dbo].[sp_resync_targetserver]
+dockerdb_1       | 
2022-02-03 11:42:15.59 spid8s      Dropping signature from: [dbo].[sp_purge_jobhistory]
+dockerdb_1       | 
2022-02-03 11:42:15.61 spid8s      Dropping signature from: [dbo].[sp_help_jobhistory_full]
+dockerdb_1       | 
2022-02-03 11:42:15.63 spid8s      Dropping signature from: [dbo].[sp_help_jobhistory_summary]
+dockerdb_1       | 
2022-02-03 11:42:15.66 spid8s      Dropping signature from: [dbo].[sp_help_jobhistory]
+dockerdb_1       | 
2022-02-03 11:42:15.68 spid8s      Dropping signature from: [dbo].[sp_add_jobserver]
+dockerdb_1       | 
2022-02-03 11:42:15.70 spid8s      Dropping signature from: [dbo].[sp_delete_jobserver]
+dockerdb_1       | 
2022-02-03 11:42:15.72 spid8s      Dropping signature from: [dbo].[sp_help_jobserver]
+dockerdb_1       | 
2022-02-03 11:42:15.74 spid8s      Dropping signature from: [dbo].[sp_help_downloadlist]
+dockerdb_1       | 
2022-02-03 11:42:15.76 spid8s      Dropping signature from: [dbo].[sp_enum_sqlagent_subsystems_internal]
+dockerdb_1       | 
2022-02-03 11:42:15.78 spid8s      Dropping signature from: [dbo].[sp_enum_sqlagent_subsystems]
+dockerdb_1       | 
2022-02-03 11:42:15.80 spid8s      Dropping signature from: [dbo].[sp_verify_subsystem]
+dockerdb_1       | 
2022-02-03 11:42:15.83 spid8s      Dropping signature from: [dbo].[sp_verify_schedule]
+dockerdb_1       | 
2022-02-03 11:42:15.85 spid8s      Dropping signature from: [dbo].[sp_add_schedule]
+dockerdb_1       | 
2022-02-03 11:42:15.87 spid8s      Dropping signature from: [dbo].[sp_attach_schedule]
+dockerdb_1       | 
2022-02-03 11:42:15.89 spid8s      Dropping signature from: [dbo].[sp_detach_schedule]
+dockerdb_1       | 
2022-02-03 11:42:15.91 spid8s      Dropping signature from: [dbo].[sp_clear_dbmaintplan_by_db]
+dockerdb_1       | 
2022-02-03 11:42:15.93 spid8s      Dropping signature from: [dbo].[sp_update_replication_job_parameter]
+dockerdb_1       | 
2022-02-03 11:42:15.96 spid8s      Dropping signature from: [dbo].[sp_add_maintenance_plan]
+dockerdb_1       | 
2022-02-03 11:42:15.98 spid8s      Dropping signature from: [dbo].[sp_update_schedule]
+dockerdb_1       | 
2022-02-03 11:42:16.00 spid8s      Dropping signature from: [dbo].[sp_delete_maintenance_plan]
+dockerdb_1       | 
2022-02-03 11:42:16.02 spid8s      Dropping signature from: [dbo].[sp_delete_schedule]
+dockerdb_1       | 
2022-02-03 11:42:16.04 spid8s      Dropping signature from: [dbo].[sp_add_maintenance_plan_db]
+dockerdb_1       | 
2022-02-03 11:42:16.04 spid8s      Dropping signature from: [dbo].[sysmail_delete_mailitems_sp]
+dockerdb_1       | 
2022-02-03 11:42:16.04 spid8s      Dropping signature from: [dbo].[sp_get_jobstep_db_username]
+dockerdb_1       | 
2022-02-03 11:42:16.04 spid8s      Dropping signature from: [dbo].[sp_delete_maintenance_plan_db]
+dockerdb_1       | 
2022-02-03 11:42:16.04 spid8s      Dropping signature from: [dbo].[sp_verify_jobstep]
+dockerdb_1       | 
2022-02-03 11:42:16.04 spid8s      Dropping signature from: [dbo].[sp_add_maintenance_plan_job]
+dockerdb_1       | 
2022-02-03 11:42:16.04 spid8s      Dropping signature from: [dbo].[sp_add_jobstep_internal]
+dockerdb_1       | 
2022-02-03 11:42:16.04 spid8s      Dropping signature from: [dbo].[sp_delete_maintenance_plan_job]
+dockerdb_1       | 
2022-02-03 11:42:16.04 spid8s      Dropping signature from: [dbo].[sp_add_jobstep]
+dockerdb_1       | 
2022-02-03 11:42:16.04 spid8s      Dropping signature from: [dbo].[sp_help_maintenance_plan]
+dockerdb_1       | 
2022-02-03 11:42:16.05 spid8s      Dropping signature from: [dbo].[sp_update_jobstep]
+dockerdb_1       | 
2022-02-03 11:42:16.07 spid8s      Dropping signature from: [dbo].[sp_delete_jobstep]
+dockerdb_1       | 
2022-02-03 11:42:16.09 spid8s      Dropping signature from: [dbo].[sp_help_jobstep]
+dockerdb_1       | 
2022-02-03 11:42:16.11 spid8s      Dropping signature from: [dbo].[sp_write_sysjobstep_log]
+dockerdb_1       | 
2022-02-03 11:42:16.13 spid8s      Dropping signature from: [dbo].[sp_help_jobsteplog]
+dockerdb_1       | 
2022-02-03 11:42:16.15 spid8s      Dropping signature from: [dbo].[sp_delete_jobsteplog]
+dockerdb_1       | 
2022-02-03 11:42:16.17 spid8s      Dropping signature from: [dbo].[sp_get_schedule_description]
+dockerdb_1       | 
2022-02-03 11:42:16.20 spid8s      Dropping signature from: [dbo].[sp_add_jobschedule]
+dockerdb_1       | 
2022-02-03 11:42:16.22 spid8s      Dropping signature from: [dbo].[sp_update_jobschedule]
+dockerdb_1       | 
2022-02-03 11:42:16.24 spid8s      Dropping signature from: [dbo].[sp_delete_jobschedule]
+dockerdb_1       | 
2022-02-03 11:42:16.26 spid8s      Dropping signature from: [dbo].[sp_help_schedule]
+dockerdb_1       | 
2022-02-03 11:42:16.28 spid8s      Dropping signature from: [dbo].[sp_help_jobschedule]
+dockerdb_1       | 
2022-02-03 11:42:16.31 spid8s      Dropping signature from: [dbo].[sp_verify_job]
+dockerdb_1       | 
2022-02-03 11:42:16.33 spid8s      Dropping signature from: [dbo].[sysmail_delete_log_sp]
+dockerdb_1       | 
2022-02-03 11:42:16.35 spid8s      Dropping signature from: [dbo].[sp_add_job]
+dockerdb_1       | 
2022-02-03 11:42:16.37 spid8s      Dropping signature from: [dbo].[sp_update_job]
+dockerdb_1       | 
2022-02-03 11:42:16.39 spid8s      Dropping signature from: [dbo].[sp_delete_job]
+dockerdb_1       | 
2022-02-03 11:42:16.41 spid8s      Dropping signature from: [dbo].[sp_get_composite_job_info]
+dockerdb_1       | 
2022-02-03 11:42:16.43 spid8s      Dropping signature from: [dbo].[sp_help_job]
+dockerdb_1       | 
2022-02-03 11:42:16.45 spid8s      Dropping signature from: [dbo].[sp_help_jobcount]
+dockerdb_1       | 
2022-02-03 11:42:16.47 spid8s      Dropping signature from: [dbo].[sp_help_jobs_in_schedule]
+dockerdb_1       | 
2022-02-03 11:42:16.50 spid8s      Dropping signature from: [dbo].[sp_manage_jobs_by_login]
+dockerdb_1       | 
2022-02-03 11:42:16.52 spid8s      Dropping signature from: [dbo].[sp_apply_job_to_targets]
+dockerdb_1       | 
2022-02-03 11:42:16.54 spid8s      Dropping signature from: [dbo].[sp_remove_job_from_targets]
+dockerdb_1       | 
2022-02-03 11:42:16.56 spid8s      Dropping signature from: [dbo].[sp_get_job_alerts]
+dockerdb_1       | 
2022-02-03 11:42:16.58 spid8s      Dropping signature from: [dbo].[sp_start_job]
+dockerdb_1       | 
2022-02-03 11:42:16.61 spid8s      Dropping signature from: [dbo].[sp_stop_job]
+dockerdb_1       | 
2022-02-03 11:42:16.63 spid8s      Dropping signature from: [dbo].[sp_cycle_agent_errorlog]
+dockerdb_1       | 
2022-02-03 11:42:16.65 spid8s      Dropping signature from: [managed_backup].[sp_backup_config_basic]
+dockerdb_1       | 
2022-02-03 11:42:16.68 spid8s      Dropping signature from: [dbo].[sp_get_chunked_jobstep_params]
+dockerdb_1       | 
2022-02-03 11:42:16.70 spid8s      Dropping signature from: [managed_backup].[sp_backup_config_advanced]
+dockerdb_1       | 
2022-02-03 11:42:16.73 spid8s      Dropping signature from: [dbo].[sp_check_for_owned_jobs]
+dockerdb_1       | 
2022-02-03 11:42:16.75 spid8s      Dropping signature from: [managed_backup].[sp_backup_config_schedule]
+dockerdb_1       | 
2022-02-03 11:42:16.77 spid8s      Dropping signature from: [dbo].[sp_check_for_owned_jobsteps]
+dockerdb_1       | 
2022-02-03 11:42:16.80 spid8s      Dropping signature from: [managed_backup].[sp_create_job]
+dockerdb_1       | 
2022-02-03 11:42:16.82 spid8s      Dropping signature from: [dbo].[sp_sqlagent_refresh_job]
+dockerdb_1       | 
2022-02-03 11:42:16.82 spid8s      Dropping signature from: [managed_backup].[sp_add_task_command]
+dockerdb_1       | 
2022-02-03 11:42:16.82 spid8s      Dropping signature from: [dbo].[sp_jobhistory_row_limiter]
+dockerdb_1       | 
2022-02-03 11:42:16.82 spid8s      Dropping signature from: [managed_backup].[sp_backup_on_demand]
+dockerdb_1       | 
2022-02-03 11:42:16.82 spid8s      Dropping signature from: [dbo].[sysmail_verify_accountparams_sp]
+dockerdb_1       | 
2022-02-03 11:42:16.82 spid8s      Dropping signature from: [managed_backup].[sp_set_parameter]
+dockerdb_1       | 
2022-02-03 11:42:16.82 spid8s      Dropping signature from: [managed_backup].[sp_get_backup_diagnostics]
+dockerdb_1       | 
2022-02-03 11:42:16.82 spid8s      Dropping signature from: [dbo].[sp_add_log_shipping_monitor_jobs]
+dockerdb_1       | 
2022-02-03 11:42:16.82 spid8s      Dropping signature from: [dbo].[sysmail_verify_principal_sp]
+dockerdb_1       | 
2022-02-03 11:42:16.82 spid8s      Dropping signature from: [managed_backup].[sp_backup_master_switch]
+dockerdb_1       | 
2022-02-03 11:42:16.82 spid8s      Dropping signature from: [dbo].[sp_add_log_shipping_primary]
+dockerdb_1       | 
2022-02-03 11:42:16.83 spid8s      Dropping signature from: [dbo].[sysmail_verify_profile_sp]
+dockerdb_1       | 
2022-02-03 11:42:17.04 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:17.05 spid8s      Creating procedure sp_agent_add_job...
+dockerdb_1       | 
2022-02-03 11:42:17.09 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:17.10 spid8s      Creating procedure sp_agent_delete_job...
+dockerdb_1       | 
2022-02-03 11:42:17.13 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:17.14 spid8s      Creating procedure sp_agent_add_jobstep...
+dockerdb_1       | 
2022-02-03 11:42:17.18 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:17.18 spid8s      Creating procedure sp_agent_start_job...
+dockerdb_1       | 
2022-02-03 11:42:17.21 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:17.22 spid8s      Creating procedure sp_agent_get_jobstep...
+dockerdb_1       | 
2022-02-03 11:42:17.26 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:17.27 spid8s      Creating procedure sp_agent_log_job_history...
+dockerdb_1       | 
2022-02-03 11:42:17.31 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:17.31 spid8s      Creating procedure sp_agent_write_sysjobstep_log...
+dockerdb_1       | 
2022-02-03 11:42:17.36 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:17.36 spid8s      Creating table syssubsystems...
+dockerdb_1       | 
2022-02-03 11:42:17.45 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:17.45 spid8s      Creating view sysproxyloginsubsystem_view...
+dockerdb_1       | 
2022-02-03 11:42:17.59 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:17.59 spid8s      Creating trigger trig_sysoriginatingservers_delete...
+dockerdb_1       | 
2022-02-03 11:42:17.59 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:17.59 spid8s      Creating view sysoriginatingservers_view...
+dockerdb_1       | 
2022-02-03 11:42:17.63 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:17.64 spid8s      Creating trigger trig_sysjobs_insert_update...
+dockerdb_1       | 
2022-02-03 11:42:17.75 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:17.76 spid8s      Creating view sysjobs_view...
+dockerdb_1       | 
2022-02-03 11:42:18.07 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:18.08 spid8s      Creating trigger trig_sysschedules_insert_update...
+dockerdb_1       | 
2022-02-03 11:42:18.11 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:18.12 spid8s      Creating view sysschedules_localserver_view...
+dockerdb_1       | 
2022-02-03 11:42:18.53 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:18.54 spid8s      Creating view systargetservers_view...
+dockerdb_1       | 
2022-02-03 11:42:18.74 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:18.75 spid8s      Creating view sysalerts_performance_counters_view...
+dockerdb_1       | 
2022-02-03 11:42:18.99 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.00 spid8s      Creating function SQLAGENT_SUSER_SNAME ...
+dockerdb_1       | 
2022-02-03 11:42:19.03 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.04 spid8s      Creating function SQLAGENT_SUSER_SID ...
+dockerdb_1       | 
2022-02-03 11:42:19.13 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.14 spid8s      Creating procedure SP_SQLAGENT_IS_SRVROLEMEMBER...
+dockerdb_1       | 
2022-02-03 11:42:19.17 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.17 spid8s      Creating procedure sp_get_traceflag_status_internal...
+dockerdb_1       | 
2022-02-03 11:42:19.17 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.17 spid8s      Creating procedure sp_verify_category_identifiers...
+dockerdb_1       | 
2022-02-03 11:42:19.17 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.17 spid8s      Creating function agent_datetime...
+dockerdb_1       | 
2022-02-03 11:42:19.17 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.17 spid8s      Creating procedure sp_verify_proxy_identifiers...
+dockerdb_1       | 
2022-02-03 11:42:19.17 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.17 spid8s      Creating procedure sp_verify_credential_identifiers...
+dockerdb_1       | 
2022-02-03 11:42:19.21 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.22 spid8s      Creating procedure sp_verify_subsystems...
+dockerdb_1       | 
2022-02-03 11:42:19.34 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.34 spid8s      Creating procedure sp_verify_subsystem_identifiers...
+dockerdb_1       | 
2022-02-03 11:42:19.40 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.40 spid8s      Creating procedure sp_verify_login_identifiers...
+dockerdb_1       | 
2022-02-03 11:42:19.45 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.45 spid8s      Creating procedure sp_verify_proxy...
+dockerdb_1       | 
2022-02-03 11:42:19.50 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.50 spid8s      Creating procedure sp_add_proxy...
+dockerdb_1       | 
2022-02-03 11:42:19.55 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.56 spid8s      Creating procedure sp_delete_proxy...
+dockerdb_1       | 
2022-02-03 11:42:19.60 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.61 spid8s      Creating procedure sp_update_proxy...
+dockerdb_1       | 
2022-02-03 11:42:19.67 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.68 spid8s      Creating procedure sp_sqlagent_is_member...
+dockerdb_1       | 
2022-02-03 11:42:19.71 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.72 spid8s      Creating procedure sp_verify_proxy_permissions...
+dockerdb_1       | 
2022-02-03 11:42:19.81 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.82 spid8s      Creating procedure sp_help_proxy...
+dockerdb_1       | 
2022-02-03 11:42:19.90 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.91 spid8s      Creating procedure sp_get_proxy_properties...
+dockerdb_1       | 
2022-02-03 11:42:19.95 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.95 spid8s      Creating procedure sp_grant_proxy_to_subsystem...
+dockerdb_1       | 
2022-02-03 11:42:19.95 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.95 spid8s      Creating procedure sp_grant_login_to_proxy...
+dockerdb_1       | 
2022-02-03 11:42:19.95 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.95 spid8s      Creating procedure sp_revoke_login_from_proxy...
+dockerdb_1       | 
2022-02-03 11:42:19.95 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.95 spid8s      Creating procedure sp_revoke_proxy_from_subsystem...
+dockerdb_1       | 
2022-02-03 11:42:19.97 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:19.97 spid8s      Creating procedure sp_enum_proxy_for_subsystem...
+dockerdb_1       | 
2022-02-03 11:42:20.03 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:20.04 spid8s      Creating procedure sp_enum_login_for_proxy...
+dockerdb_1       | 
2022-02-03 11:42:20.09 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:20.10 spid8s      Creating procedure sp_reassign_proxy...
+dockerdb_1       | 
2022-02-03 11:42:20.16 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:20.16 spid8s      Creating procedure sp_sqlagent_get_startup_info...
+dockerdb_1       | 
2022-02-03 11:42:20.22 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:20.22 spid8s      Creating procedure sp_sqlagent_update_agent_xps...
+dockerdb_1       | 
2022-02-03 11:42:20.27 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:20.28 spid8s      Creating procedure sp_sqlagent_has_server_access...
+dockerdb_1       | 
2022-02-03 11:42:20.65 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:20.66 spid8s      Creating procedure sp_sqlagent_get_perf_counters...
+dockerdb_1       | 
2022-02-03 11:42:20.73 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:20.73 spid8s      Creating procedure sp_sqlagent_notify...
+dockerdb_1       | 
2022-02-03 11:42:20.73 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:20.73 spid8s      Creating procedure sp_is_sqlagent_starting...
+dockerdb_1       | 
2022-02-03 11:42:20.73 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:20.73 spid8s      Creating procedure sp_verify_job_identifiers...
+dockerdb_1       | 
2022-02-03 11:42:20.75 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:20.75 spid8s      Creating procedure sp_verify_schedule_identifiers...
+dockerdb_1       | 
2022-02-03 11:42:20.83 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:20.83 spid8s      Creating procedure sp_verify_jobproc_caller...
+dockerdb_1       | 
2022-02-03 11:42:20.87 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:20.88 spid8s      Creating procedure sp_downloaded_row_limiter...
+dockerdb_1       | 
2022-02-03 11:42:20.92 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:20.93 spid8s      Creating procedure sp_post_msx_operation...
+dockerdb_1       | 
2022-02-03 11:42:21.07 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:21.08 spid8s      Creating procedure sp_verify_performance_condition...
+dockerdb_1       | 
2022-02-03 11:42:21.13 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:21.14 spid8s      Creating procedure sp_verify_job_date...
+dockerdb_1       | 
2022-02-03 11:42:21.17 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:21.17 spid8s      Creating procedure sp_verify_job_time...
+dockerdb_1       | 
2022-02-03 11:42:21.21 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:21.21 spid8s      Creating procedure sp_verify_alert...
+dockerdb_1       | 
2022-02-03 11:42:21.34 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:21.35 spid8s      Creating procedure sp_update_alert...
+dockerdb_1       | 
2022-02-03 11:42:21.46 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:21.47 spid8s      Creating procedure sp_delete_job_references...
+dockerdb_1       | 
2022-02-03 11:42:21.49 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:21.49 spid8s      Creating procedure sp_delete_all_msx_jobs...
+dockerdb_1       | 
2022-02-03 11:42:21.49 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:21.49 spid8s      Creating procedure sp_generate_target_server_job_assignment_sql...
+dockerdb_1       | 
2022-02-03 11:42:21.49 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:21.49 spid8s      Creating procedure sp_generate_server_description...
+dockerdb_1       | 
2022-02-03 11:42:21.56 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:21.57 spid8s      Creating procedure sp_msx_set_account...
+dockerdb_1       | 
2022-02-03 11:42:21.60 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:21.61 spid8s      Creating procedure sp_msx_get_account...
+dockerdb_1       | 
2022-02-03 11:42:21.64 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:21.65 spid8s      Creating procedure sp_delete_operator...
+dockerdb_1       | 
2022-02-03 11:42:21.77 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:21.78 spid8s      Creating procedure sp_msx_defect...
+dockerdb_1       | 
2022-02-03 11:42:21.87 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:21.88 spid8s      Creating procedure sp_msx_enlist...
+dockerdb_1       | 
2022-02-03 11:42:21.96 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:21.97 spid8s      Creating procedure sp_delete_targetserver...
+dockerdb_1       | 
2022-02-03 11:42:22.03 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:22.04 spid8s      Creating procedure sp_enlist_tsx
+dockerdb_1       | 
2022-02-03 11:42:22.27 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:22.29 spid8s      Creating procedure sp_get_sqlagent_properties...
+dockerdb_1       | 
2022-02-03 11:42:22.36 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:22.37 spid8s      Create procedure sp_set_sqlagent_properties...
+dockerdb_1       | 
2022-02-03 11:42:22.48 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:22.49 spid8s      Creating procedure sp_add_targetservergroup...
+dockerdb_1       | 
2022-02-03 11:42:22.54 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:22.55 spid8s      Creating procedure sp_update_targetservergroup...
+dockerdb_1       | 
2022-02-03 11:42:22.60 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:22.61 spid8s      Creating procedure sp_delete_targetservergroup...
+dockerdb_1       | 
2022-02-03 11:42:22.66 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:22.68 spid8s      Creating procedure sp_help_targetservergroup...
+dockerdb_1       | 
2022-02-03 11:42:22.73 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:22.75 spid8s      Creating procedure sp_add_targetsvgrp_member...
+dockerdb_1       | 
2022-02-03 11:42:22.81 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:22.82 spid8s      Creating procedure sp_delete_targetsvrgrp_member...
+dockerdb_1       | 
2022-02-03 11:42:22.87 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:22.87 spid8s      Creating procedure sp_verify_category...
+dockerdb_1       | 
2022-02-03 11:42:22.91 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:22.92 spid8s      Creating procedure sp_add_category...
+dockerdb_1       | 
2022-02-03 11:42:22.97 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:22.97 spid8s      Creating procedure sp_update_category...
+dockerdb_1       | 
2022-02-03 11:42:23.04 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:23.05 spid8s      Creating procedure sp_delete_category...
+dockerdb_1       | 
2022-02-03 11:42:23.11 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:23.11 spid8s      Creating procedure sp_help_category...
+dockerdb_1       | 
2022-02-03 11:42:23.11 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:23.11 spid8s      Creating procedure sp_help_targetserver...
+dockerdb_1       | 
2022-02-03 11:42:23.11 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:23.11 spid8s      Creating procedure sp_resync_targetserver...
+dockerdb_1       | 
2022-02-03 11:42:23.19 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:23.20 spid8s      Creating procedure sp_purge_jobhistory...
+dockerdb_1       | 
2022-02-03 11:42:23.37 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:23.38 spid8s      Creating procedure sp_help_jobhistory...
+dockerdb_1       | 
2022-02-03 11:42:23.45 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:23.46 spid8s      Creating procedure sp_add_jobserver...
+dockerdb_1       | 
2022-02-03 11:42:23.57 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:23.58 spid8s      Creating procedure sp_delete_jobserver...
+dockerdb_1       | 
2022-02-03 11:42:23.63 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:23.64 spid8s      Creating procedure sp_help_jobserver...
+dockerdb_1       | 
2022-02-03 11:42:23.70 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:23.71 spid8s      Creating procedure sp_help_downloadlist...
+dockerdb_1       | 
2022-02-03 11:42:23.78 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:23.79 spid8s      Creating procedure sp_enum_sqlagent_subsystems_internal...
+dockerdb_1       | 
2022-02-03 11:42:23.87 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:23.89 spid8s      Creating procedure sp_enum_sqlagent_subsystems...
+dockerdb_1       | 
2022-02-03 11:42:23.89 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:23.89 spid8s      Creating procedure sp_verify_subsystem...
+dockerdb_1       | 
2022-02-03 11:42:23.89 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:23.89 spid8s      Creating procedure sp_verify_schedule...
+dockerdb_1       | 
2022-02-03 11:42:23.89 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:23.89 spid8s      Creating procedure sp_add_schedule...
+dockerdb_1       | 
2022-02-03 11:42:23.97 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:23.98 spid8s      Creating procedure sp_attach_schedule ...
+dockerdb_1       | 
2022-02-03 11:42:24.05 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:24.06 spid8s      Creating procedure sp_detach_schedule ...
+dockerdb_1       | 
2022-02-03 11:42:24.14 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:24.15 spid8s      Creating procedure sp_update_replication_job_parameter...
+dockerdb_1       | 
2022-02-03 11:42:24.22 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:24.23 spid8s      Creating procedure sp_update_schedule ...
+dockerdb_1       | 
2022-02-03 11:42:24.33 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:24.34 spid8s      Creating procedure sp_delete_schedule ...
+dockerdb_1       | 
2022-02-03 11:42:24.40 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:24.41 spid8s      Creating procedure sp_get_jobstep_db_username...
+dockerdb_1       | 
2022-02-03 11:42:24.48 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:24.49 spid8s      Creating procedure sp_verify_jobstep...
+dockerdb_1       | 
2022-02-03 11:42:24.64 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:24.65 spid8s      Creating procedure sp_add_jobstep_internal...
+dockerdb_1       | 
2022-02-03 11:42:24.68 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:24.68 spid8s      Creating procedure sp_add_jobstep...
+dockerdb_1       | 
2022-02-03 11:42:24.68 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:24.68 spid8s      Creating procedure sp_update_jobstep...
+dockerdb_1       | 
2022-02-03 11:42:24.77 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:24.78 spid8s      Creating procedure sp_delete_jobstep...
+dockerdb_1       | 
2022-02-03 11:42:24.86 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:24.87 spid8s      Creating procedure sp_help_jobstep...
+dockerdb_1       | 
2022-02-03 11:42:24.95 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:24.96 spid8s      Creating procedure sp_write_sysjobstep_log...
+dockerdb_1       | 
2022-02-03 11:42:25.02 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:25.03 spid8s      Creating procedure sp_help_jobsteplog...
+dockerdb_1       | 
2022-02-03 11:42:25.11 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:25.11 spid8s      Creating procedure sp_delete_jobsteplog...
+dockerdb_1       | 
2022-02-03 11:42:25.17 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:25.18 spid8s      Creating procedure sp_get_schedule_description...
+dockerdb_1       | 
2022-02-03 11:42:25.30 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:25.31 spid8s      Creating procedure sp_add_jobschedule...
+dockerdb_1       | 
2022-02-03 11:42:25.37 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:25.38 spid8s      Creating procedure sp_update_jobschedule...
+dockerdb_1       | 
2022-02-03 11:42:25.50 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:25.50 spid8s      Creating procedure sp_delete_jobschedule...
+dockerdb_1       | 
2022-02-03 11:42:25.50 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:25.50 spid8s      Creating procedure sp_help_schedule...
+dockerdb_1       | 
2022-02-03 11:42:25.50 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:25.50 spid8s      Creating procedure sp_help_jobschedule...
+dockerdb_1       | 
2022-02-03 11:42:25.65 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:25.65 spid8s      Creating procedure sp_verify_job...
+dockerdb_1       | 
2022-02-03 11:42:25.80 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:25.80 spid8s      Creating procedure sp_add_job...
+dockerdb_1       | 
2022-02-03 11:42:25.87 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:25.88 spid8s      Creating procedure sp_update_job...
+dockerdb_1       | 
2022-02-03 11:42:26.05 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:26.05 spid8s      Creating procedure sp_delete_job...
+dockerdb_1       | 
2022-02-03 11:42:26.22 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:26.22 spid8s      Creating procedure sp_get_composite_job_info...
+dockerdb_1       | 
2022-02-03 11:42:26.37 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:26.38 spid8s      Creating procedure sp_help_job...
+dockerdb_1       | 
2022-02-03 11:42:27.52 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:27.53 spid8s      Creating procedure sp_help_jobcount...
+dockerdb_1       | 
2022-02-03 11:42:27.70 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:27.70 spid8s      Creating procedure sp_help_jobs_in_schedule...
+dockerdb_1       | 
2022-02-03 11:42:27.76 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:27.77 spid8s      Creating procedure sp_manage_jobs_by_login...
+dockerdb_1       | 
2022-02-03 11:42:27.83 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:27.83 spid8s      Creating procedure sp_apply_job_to_targets...
+dockerdb_1       | 
2022-02-03 11:42:27.83 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:27.83 spid8s      Creating procedure sp_remove_job_from_targets...
+dockerdb_1       | 
2022-02-03 11:42:27.88 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:27.90 spid8s      Creating procedure sp_get_job_alerts...
+dockerdb_1       | 
2022-02-03 11:42:27.95 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:27.96 spid8s      Creating procedure sp_start_job...
+dockerdb_1       | 
2022-02-03 11:42:28.05 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:28.06 spid8s      Creating procedure sp_stop_job...
+dockerdb_1       | 
2022-02-03 11:42:28.15 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:28.15 spid8s      Creating procedure sp_cycle_agent_errorlog...
+dockerdb_1       | 
2022-02-03 11:42:28.19 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:28.20 spid8s      Creating procedure sp_get_chunked_jobstep_params...
+dockerdb_1       | 
2022-02-03 11:42:28.25 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:28.26 spid8s      Creating procedure sp_check_for_owned_jobs...
+dockerdb_1       | 
2022-02-03 11:42:28.30 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:28.30 spid8s      Creating procedure sp_check_for_owned_jobsteps...
+dockerdb_1       | 
2022-02-03 11:42:28.36 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:28.37 spid8s      Creating procedure sp_sqlagent_refresh_job...
+dockerdb_1       | 
2022-02-03 11:42:28.43 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:28.44 spid8s      Creating procedure sp_jobhistory_row_limiter...
+dockerdb_1       | 
2022-02-03 11:42:28.49 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:28.50 spid8s      Creating procedure [dbo].[sp_sqlagent_set_job_completion_state]...
+dockerdb_1       | 
2022-02-03 11:42:28.54 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:28.54 spid8s      Creating procedure [dbo].[sp_sqlagent_set_jobstep_completion_state]...
+dockerdb_1       | 
2022-02-03 11:42:28.60 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:28.61 spid8s      Creating procedure [dbo].[sp_sqlagent_create_jobactivity]...
+dockerdb_1       | 
2022-02-03 11:42:28.62 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:28.62 spid8s      Creating procedure [dbo].[sp_sqlagent_update_jobactivity_next_scheduled_date]...
+dockerdb_1       | 
2022-02-03 11:42:28.62 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:28.62 spid8s      Creating procedure [dbo].[sp_sqlagent_update_jobactivity_requested_date]...
+dockerdb_1       | 
2022-02-03 11:42:28.62 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:28.62 spid8s      Creating procedure [dbo].[sp_sqlagent_update_jobactivity_queued_date]...
+dockerdb_1       | 
2022-02-03 11:42:28.62 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:28.62 spid8s      Creating procedure [dbo].[sp_sqlagent_update_jobactivity_start_execution_date]...
+dockerdb_1       | 
2022-02-03 11:42:28.67 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:28.68 spid8s      Creating procedure sp_sqlagent_log_jobhistory...
+dockerdb_1       | 
2022-02-03 11:42:28.85 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:28.86 spid8s      Creating procedure sp_sqlagent_check_msx_version...
+dockerdb_1       | 
2022-02-03 11:42:28.90 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:28.91 spid8s      Creating procedure sp_sqlagent_probe_msx...
+dockerdb_1       | 
2022-02-03 11:42:28.97 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:28.97 spid8s      Creating procedure sp_set_local_time...
+dockerdb_1       | 
2022-02-03 11:42:29.02 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:29.03 spid8s      Creating procedure sp_multi_server_job_summary...
+dockerdb_1       | 
2022-02-03 11:42:29.09 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:29.09 spid8s      Creating procedure sp_target_server_summary...
+dockerdb_1       | 
2022-02-03 11:42:29.20 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:29.21 spid8s      Creating [legacy] procedure sp_uniquetaskname...
+dockerdb_1       | 
2022-02-03 11:42:29.25 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:29.25 spid8s      Creating [legacy] procedure sp_addtask...
+dockerdb_1       | 
2022-02-03 11:42:29.36 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:29.37 spid8s      Creating [legacy] procedure sp_droptask...
+dockerdb_1       | 
2022-02-03 11:42:29.39 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:29.39 spid8s      Creating trigger trig_targetserver_insert...
+dockerdb_1       | 
2022-02-03 11:42:29.39 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:29.39 spid8s      Creating procedure sp_add_alert_internal...
+dockerdb_1       | 
2022-02-03 11:42:29.43 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:29.44 spid8s      Creating procedure sp_add_alert...
+dockerdb_1       | 
2022-02-03 11:42:29.48 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:29.49 spid8s      Creating procedure sp_delete_alert...
+dockerdb_1       | 
2022-02-03 11:42:29.54 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:29.55 spid8s      Creating procedure sp_help_alert...
+dockerdb_1       | 
2022-02-03 11:42:29.62 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:29.63 spid8s      Creating procedure sp_verify_operator...
+dockerdb_1       | 
2022-02-03 11:42:29.69 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:29.70 spid8s      Creating procedure sp_add_operator...
+dockerdb_1       | 
2022-02-03 11:42:29.75 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:29.76 spid8s      Creating procedure sp_update_operator...
+dockerdb_1       | 
2022-02-03 11:42:29.85 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:29.86 spid8s      Creating procedure sp_help_operator...
+dockerdb_1       | 
2022-02-03 11:42:29.91 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:29.92 spid8s      Creating procedure sp_help_operator_jobs...
+dockerdb_1       | 
2022-02-03 11:42:29.98 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:29.99 spid8s      Creating procedure sp_verify_operator_identifiers...
+dockerdb_1       | 
2022-02-03 11:42:30.05 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:30.05 Logon       Error: 18401, Severity: 14, State: 1.
+dockerdb_1       | 
2022-02-03 11:42:30.05 Logon       Login failed for user 'gpspl'. Reason: Server is in script upgrade mode. Only administrator can connect at this time. [CLIENT: 172.22.0.10]
+dockerdb_1       | 
2022-02-03 11:42:30.06 spid8s      Creating procedure sp_notify_operator...
+dockerdb_1       | 
2022-02-03 11:42:30.16 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:30.17 spid8s      Creating procedure sp_verify_notification...
+dockerdb_1       | 
2022-02-03 11:42:30.20 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:30.20 spid8s      Creating procedure sp_add_notification...
+dockerdb_1       | 
2022-02-03 11:42:30.20 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:30.20 spid8s      Creating procedure sp_update_notification...
+dockerdb_1       | 
2022-02-03 11:42:30.20 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:30.20 spid8s      Creating procedure sp_delete_notification...
+dockerdb_1       | 
2022-02-03 11:42:30.20 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:30.20 spid8s      Creating procedure sp_help_notification...
+dockerdb_1       | 
2022-02-03 11:42:30.23 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:30.24 spid8s      Creating procedure sp_help_jobactivity...
+dockerdb_1       | 
2022-02-03 11:42:30.37 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:30.38 spid8s      Creating trigger trig_notification_ins_or_upd...
+dockerdb_1       | 
2022-02-03 11:42:30.44 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:30.45 spid8s      Creating trigger trig_notification_delete...
+dockerdb_1       | 
2022-02-03 11:42:30.50 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:30.50 spid8s      Setting object permissions...
+dockerdb_1       | 
2022-02-03 11:42:31.66 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:31.70 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:31.75 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:31.79 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:31.79 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:31.79 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:31.79 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:31.79 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:31.79 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:31.84 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:31.90 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:31.95 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.01 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.05 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.10 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.14 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.17 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.21 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.25 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.29 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.32 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.35 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.39 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.42 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.45 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.49 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.52 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.55 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.55 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.55 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.55 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.55 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:32.61 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:32.61 spid8s      Creating procedure sp_sem_add_message...
+dockerdb_1       | 
2022-02-03 11:42:32.68 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:32.70 spid8s      Creating procedure sp_sem_drop_message...
+dockerdb_1       | 
2022-02-03 11:42:32.78 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:32.79 spid8s      Creating procedure sp_get_message_description...
+dockerdb_1       | 
2022-02-03 11:42:32.94 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:32.95 spid8s      Creating procedure sp_convert_jobid_to_char...
+dockerdb_1       | 
2022-02-03 11:42:34.13 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:34.13 spid8s      Creating view sysmail_allitems...
+dockerdb_1       | 
2022-02-03 11:42:34.34 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:34.35 spid8s      Creating view sysmail_sentitems...
+dockerdb_1       | 
2022-02-03 11:42:34.43 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:34.43 spid8s      Creating view sysmail_unsentitems...
+dockerdb_1       | 
2022-02-03 11:42:34.51 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:34.52 spid8s      Creating view sysmail_faileditems...
+dockerdb_1       | 
2022-02-03 11:42:34.59 spid8s      Creating sysmail_delete_mailitems_sp
+dockerdb_1       | 
2022-02-03 11:42:35.18 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:35.18 spid8s      Creating view sysmail_mailattachments...
+dockerdb_1       | 
2022-02-03 11:42:36.19 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:36.20 spid8s      Creating view sysmail_event_log...
+dockerdb_1       | 
2022-02-03 11:42:36.24 spid8s      Creating sysmail_delete_log_sp
+dockerdb_1       | 
2022-02-03 11:42:36.37 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:36.38 spid8s      Creating trigger trig_sysmail_profile...
+dockerdb_1       | 
2022-02-03 11:42:36.42 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:36.43 spid8s      Creating trigger trig_principalprofile...
+dockerdb_1       | 
2022-02-03 11:42:36.47 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:36.48 spid8s      Creating trigger trig_sysmail_account...
+dockerdb_1       | 
2022-02-03 11:42:36.52 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:36.53 spid8s      Creating trigger trig_sysmail_profileaccount...
+dockerdb_1       | 
2022-02-03 11:42:36.58 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:36.59 spid8s      Creating trigger trig_sysmail_profile_delete...
+dockerdb_1       | 
2022-02-03 11:42:36.63 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:36.64 spid8s      Creating trigger trig_sysmail_servertype...
+dockerdb_1       | 
2022-02-03 11:42:36.72 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:36.74 spid8s      Creating trigger trig_sysmail_server...
+dockerdb_1       | 
2022-02-03 11:42:36.79 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:36.81 spid8s      Creating trigger trig_sysmail_configuration...
+dockerdb_1       | 
2022-02-03 11:42:37.00 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.02 spid8s      Creating procedure sysmail_verify_accountparams_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.08 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.09 spid8s      Creating procedure sysmail_verify_addressparams_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.15 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.16 spid8s      Creating procedure sysmail_verify_principal_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.16 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.16 spid8s      Creating procedure sysmail_verify_profile_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.16 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.16 spid8s      Creating procedure sysmail_verify_account_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.16 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.16 spid8s      Creating procedure sysmail_add_profile_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.19 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.20 spid8s      Creating procedure sysmail_update_profile_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.29 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.30 spid8s      Creating procedure sysmail_delete_profile_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.41 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.42 spid8s      Creating procedure sysmail_help_profile_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.47 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.48 spid8s      Creating procedure sysmail_create_user_credential_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.52 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.53 spid8s      Creating procedure sysmail_alter_user_credential_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.57 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.58 spid8s      Creating procedure sysmail_drop_user_credential_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.62 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.63 spid8s      Creating procedure sysmail_add_account_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.71 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.72 spid8s      Creating procedure sysmail_update_account_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.84 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.85 spid8s      Creating procedure sysmail_delete_account_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.90 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.91 spid8s      Creating procedure sysmail_help_account_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.95 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.95 spid8s      Creating procedure sysmail_help_admin_account_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.95 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.95 spid8s      Creating procedure sysmail_add_profileaccount_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.95 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.95 spid8s      Creating procedure sysmail_update_profileaccount_sp...
+dockerdb_1       | 
2022-02-03 11:42:37.96 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:37.97 spid8s      Creating procedure sysmail_delete_profileaccount_sp...
+dockerdb_1       | 
2022-02-03 11:42:38.03 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:38.03 spid8s      Creating procedure sysmail_help_profileaccount_sp...
+dockerdb_1       | 
2022-02-03 11:42:38.10 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:38.10 spid8s      Creating procedure sysmail_configure_sp...
+dockerdb_1       | 
2022-02-03 11:42:38.14 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:38.16 spid8s      Creating procedure sysmail_help_configure_sp...
+dockerdb_1       | 
2022-02-03 11:42:38.20 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:38.20 spid8s      Creating procedure sysmail_help_configure_value_sp...
+dockerdb_1       | 
2022-02-03 11:42:38.24 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:38.25 spid8s      Creating procedure sysmail_add_principalprofile_sp...
+dockerdb_1       | 
2022-02-03 11:42:38.30 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:38.31 spid8s      Creating procedure sysmail_update_principalprofile_sp...
+dockerdb_1       | 
2022-02-03 11:42:38.36 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:38.37 spid8s      Creating procedure sysmail_delete_principalprofile_sp...
+dockerdb_1       | 
2022-02-03 11:42:38.42 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:38.42 spid8s      Creating procedure sysmail_help_principalprofile_sp...
+dockerdb_1       | 
2022-02-03 11:42:38.51 spid8s      Creating sysmail_logmailevent_sp
+dockerdb_1       | 
2022-02-03 11:42:38.55 spid8s      Creating sysmail_start_sp
+dockerdb_1       | 
2022-02-03 11:42:38.58 spid8s      Creating sysmail_stop_sp
+dockerdb_1       | 
2022-02-03 11:42:38.62 spid8s      Creating sysmail_help_status_sp
+dockerdb_1       | 
2022-02-03 11:42:38.66 spid8s      Creating sysmail_help_queue_sp
+dockerdb_1       | 
2022-02-03 11:42:38.69 spid8s      Creating sp_SendMailMessage
+dockerdb_1       | 
2022-02-03 11:42:38.69 spid8s      Creating sp_isprohibited
+dockerdb_1       | 
2022-02-03 11:42:38.69 spid8s      Creating sp_SendMailQueues
+dockerdb_1       | 
2022-02-03 11:42:38.69 spid8s      Creating sp_ProcessResponse
+dockerdb_1       | 
2022-02-03 11:42:38.78 spid8s      Creating sp_MailItemResultSets
+dockerdb_1       | 
2022-02-03 11:42:38.84 spid8s      Creating sp_process_DialogTimer
+dockerdb_1       | 
2022-02-03 11:42:38.91 spid8s      Creating sp_readrequest
+dockerdb_1       | 
2022-02-03 11:42:39.01 spid8s      Creating sp_GetAttachmentData
+dockerdb_1       | 
2022-02-03 11:42:39.06 spid8s      Creating sp_RunMailQuery
+dockerdb_1       | 
2022-02-03 11:42:39.19 spid8s      Creating sp_send_dbmail
+dockerdb_1       | 
2022-02-03 11:42:39.37 spid8s      Creating sp_ExternalMailQueueListener
+dockerdb_1       | 
2022-02-03 11:42:39.49 spid8s      Creating sp_sysmail_activate
+dockerdb_1       | 
2022-02-03 11:42:39.93 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:39.94 spid8s      Dropping Database Mail MESSAGES, CONTRACTS, QUEUES AND SERVICES...
+dockerdb_1       | 
2022-02-03 11:42:39.97 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:39.99 spid8s      Dropping SERVICE InternalMailService
+dockerdb_1       | 
2022-02-03 11:42:40.03 spid8s      Dropping SERVICE ExternalMailService
+dockerdb_1       | 
2022-02-03 11:42:40.08 spid8s      Dropping QUEUE InternalMailQueue
+dockerdb_1       | 
2022-02-03 11:42:40.15 spid8s      Dropping QUEUE ExternalMailQueue
+dockerdb_1       | 
2022-02-03 11:42:40.23 spid8s      Dropping CONTRACT [//www.microsoft.com/databasemail/contracts/SendMail/v1.0]
+dockerdb_1       | 
2022-02-03 11:42:40.26 spid8s      Dropping MESSAGE TYPE [{//www.microsoft.com/databasemail/messages}SendMail]
+dockerdb_1       | 
2022-02-03 11:42:40.30 spid8s      Dropping MESSAGE TYPE [{//www.microsoft.com/databasemail/messages}SendMailStatus]
+dockerdb_1       | 
2022-02-03 11:42:40.33 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:40.33 spid8s      Creating MESSAGES, CONTRACTS, QUEUES AND SERVICES...
+dockerdb_1       | 
2022-02-03 11:42:40.33 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:40.33 spid8s      Creating MESSAGE TYPE [{//www.microsoft.com/databasemail/messages}SendMail]
+dockerdb_1       | 
2022-02-03 11:42:40.33 spid8s      Creating CONTRACT [//www.microsoft.com/databasemail/contracts/SendMail/v1.0]
+dockerdb_1       | 
2022-02-03 11:42:40.33 spid8s      Creating QUEUE InternalMailQueue
+dockerdb_1       | 
2022-02-03 11:42:40.33 spid8s      Creating QUEUE ExternalMailQueue
+dockerdb_1       | 
2022-02-03 11:42:40.35 spid8s      Creating SERVICE InternalMailService ON QUEUE InternalMailQueue
+dockerdb_1       | 
2022-02-03 11:42:40.37 spid8s      Creating SERVICE ExternalMailService ON QUEUE ExternalMailQueue
+dockerdb_1       | 
2022-02-03 11:42:40.63 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:40.64 spid8s      Creating procedure sp_maintplan_delete_log...
+dockerdb_1       | 
2022-02-03 11:42:40.71 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:40.73 spid8s      Creating procedure sp_maintplan_delete_subplan...
+dockerdb_1       | 
2022-02-03 11:42:40.83 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:40.84 spid8s      Creating procedure sp_maintplan_update_subplan_tsx...
+dockerdb_1       | 
2022-02-03 11:42:40.92 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:40.93 spid8s      Creating procedure sp_maintplan_subplans_by_job...
+dockerdb_1       | 
2022-02-03 11:42:41.00 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:41.01 spid8s      Creating procedure sp_maintplan_open_logentry...
+dockerdb_1       | 
2022-02-03 11:42:41.06 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:41.06 spid8s      Creating procedure sp_maintplan_close_logentry...
+dockerdb_1       | 
2022-02-03 11:42:41.11 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:41.11 spid8s      Creating procedure sp_maintplan_update_log...
+dockerdb_1       | 
2022-02-03 11:42:41.11 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:41.11 spid8s      Creating procedure sp_maintplan_update_subplan...
+dockerdb_1       | 
2022-02-03 11:42:41.11 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:41.11 spid8s      Creating procedure sp_maintplan_delete_plan...
+dockerdb_1       | 
2022-02-03 11:42:41.11 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:41.11 spid8s      Creating procedure sp_maintplan_start...
+dockerdb_1       | 
2022-02-03 11:42:44.39 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:44.39 spid8s      No foreign keys reference table 'sysdbmaintplan_history', or you do not have permissions on referencing tables.
+dockerdb_1       | 
2022-02-03 11:42:44.44 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:44.45 spid8s      Creating procedure sp_clear_dbmaintplan_by_db...
+dockerdb_1       | 
2022-02-03 11:42:44.50 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:44.50 spid8s      Creating procedure sp_add_maintenance_plan...
+dockerdb_1       | 
2022-02-03 11:42:44.50 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:44.50 spid8s      Creating procedure sp_delete_maintenance_plan...
+dockerdb_1       | 
2022-02-03 11:42:44.50 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:44.50 spid8s      Creating procedure sp_add_maintenance_plan_db...
+dockerdb_1       | 
2022-02-03 11:42:44.50 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:44.50 spid8s      Creating procedure sp_delete_maintenance_plan_db...
+dockerdb_1       | 
2022-02-03 11:42:44.51 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:44.51 spid8s      Creating procedure sp_add_maintenance_plan_job...
+dockerdb_1       | 
2022-02-03 11:42:44.56 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:44.57 spid8s      Creating procedure sp_delete_maintenance_plan_job...
+dockerdb_1       | 
2022-02-03 11:42:44.61 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:44.62 spid8s      Creating procedure sp_help_maintenance_plan...
+dockerdb_1       | 
2022-02-03 11:42:48.36 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:48.36 spid8s      Creating procedure sp_delete_database_backuphistory...
+dockerdb_1       | 
2022-02-03 11:42:48.49 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:48.50 spid8s      Creating procedure sp_delete_backuphistory...
+dockerdb_1       | 
2022-02-03 11:42:49.16 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:49.17 spid8s      Creating procedure sp_add_log_shipping_monitor_jobs...
+dockerdb_1       | 
2022-02-03 11:42:49.27 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:49.29 spid8s      Creating procedure sp_add_log_shipping_primary...
+dockerdb_1       | 
2022-02-03 11:42:49.29 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:49.29 spid8s      Creating procedure sp_add_log_shipping_secondary...
+dockerdb_1       | 
2022-02-03 11:42:49.29 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:49.29 spid8s      Creating procedure sp_delete_log_shipping_monitor_jobs...
+dockerdb_1       | 
2022-02-03 11:42:49.29 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:49.29 spid8s      Creating procedure sp_delete_log_shipping_primary...
+dockerdb_1       | 
2022-02-03 11:42:49.37 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:49.38 spid8s      Creating sp_delete_log_shipping_secondary...
+dockerdb_1       | 
2022-02-03 11:42:49.43 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:49.44 spid8s      Creating procedure sp_log_shipping_in_sync...
+dockerdb_1       | 
2022-02-03 11:42:49.47 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:49.48 spid8s      Creating procedure sp_log_shipping_get_date_from_file...
+dockerdb_1       | 
2022-02-03 11:42:49.52 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:49.53 spid8s      Creating procedure sp_get_log_shipping_monitor_info...
+dockerdb_1       | 
2022-02-03 11:42:49.65 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:49.66 spid8s      Creating procedure sp_update_log_shipping_monitor_info...
+dockerdb_1       | 
2022-02-03 11:42:49.74 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:49.75 spid8s      Creating procedure sp_delete_log_shipping_monitor_info...
+dockerdb_1       | 
2022-02-03 11:42:49.80 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:49.81 spid8s      Creating procedure sp_remove_log_shipping_monitor_account...
+dockerdb_1       | 
2022-02-03 11:42:49.85 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:49.86 spid8s      Creating procedure sp_log_shipping_monitor_backup...
+dockerdb_1       | 
2022-02-03 11:42:49.90 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:49.91 spid8s      Creating procedure sp_log_shipping_monitor_restore...
+dockerdb_1       | 
2022-02-03 11:42:49.97 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:49.98 spid8s      Creating procedure sp_change_monitor_role...
+dockerdb_1       | 
2022-02-03 11:42:50.02 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:50.03 spid8s      Creating procedure sp_create_log_shipping_monitor_account...
+dockerdb_1       | 
2022-02-03 11:42:50.34 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:50.35 spid8s      Creating view sysmaintplan_plans...
+dockerdb_1       | 
2022-02-03 11:42:51.27 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:42:51.65 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:51.65 spid8s      Create dc_operator role...
+dockerdb_1       | 
2022-02-03 11:42:51.72 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:51.73 spid8s      Create dc_admin role...
+dockerdb_1       | 
2022-02-03 11:42:51.87 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:51.88 spid8s      Create dc_proxy role...
+dockerdb_1       | 
2022-02-03 11:42:52.07 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:52.09 spid8s      Create loginless user that has ownership of data collector agent-related securables...
+dockerdb_1       | 
2022-02-03 11:42:52.30 spid8s      Creating view [dbo].[syscollector_config_store]...
+dockerdb_1       | 
2022-02-03 11:42:52.46 spid8s      Creating procedure [dbo].[sp_syscollector_verify_collector_state]...
+dockerdb_1       | 
2022-02-03 11:42:52.62 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:52.66 spid8s      Creating procedure [dbo].[sp_syscollector_set_warehouse_instance_name]...
+dockerdb_1       | 
2022-02-03 11:42:52.80 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:52.85 spid8s      Creating procedure [dbo].[sp_syscollector_set_warehouse_database_name]...
+dockerdb_1       | 
2022-02-03 11:42:53.04 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:53.07 spid8s      Creating procedure [dbo].[sp_syscollector_set_cache_directory]...
+dockerdb_1       | 
2022-02-03 11:42:53.24 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:53.24 spid8s      Creating procedure [dbo].[sp_syscollector_set_cache_window]...
+dockerdb_1       | 
2022-02-03 11:42:53.24 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:53.24 spid8s      Creating procedure [dbo].[sp_syscollector_get_warehouse_connection_string]...
+dockerdb_1       | 
2022-02-03 11:42:53.24 spid8s      Creating procedure [dbo].[sp_syscollector_snapshot_dm_exec_requests_internal]...
+dockerdb_1       | 
2022-02-03 11:42:53.32 spid8s      Creating procedure [dbo].[sp_syscollector_snapshot_dm_exec_query_stats_internal]...
+dockerdb_1       | 
2022-02-03 11:42:53.47 spid8s      Creating procedure [dbo].[sp_syscollector_get_query_activity_collection_item_params]...
+dockerdb_1       | 
2022-02-03 11:42:53.60 spid8s      Creating procedure [dbo].[sp_syscollector_snapshot_dm_exec_requests]...
+dockerdb_1       | 
2022-02-03 11:42:53.67 spid8s      Creating procedure [dbo].[sp_syscollector_snapshot_dm_exec_query_stats]...
+dockerdb_1       | 
2022-02-03 11:42:53.78 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:53.80 spid8s      Creating function [dbo].[fn_syscollector_highest_incompatible_mdw_version]...
+dockerdb_1       | 
2022-02-03 11:42:54.37 spid8s      Creating view [dbo].[syscollector_collection_sets]...
+dockerdb_1       | 
2022-02-03 11:42:54.50 spid8s      Creating procedure [dbo].[sp_syscollector_verify_collection_set]...
+dockerdb_1       | 
2022-02-03 11:42:54.72 spid8s      Creating procedure [dbo].[sp_syscollector_create_jobs]...
+dockerdb_1       | 
2022-02-03 11:42:54.83 spid8s      Creating procedure [dbo].[sp_syscollector_create_collection_set]...
+dockerdb_1       | 
2022-02-03 11:42:54.93 spid8s      Creating procedure [dbo].[sp_syscollector_update_job_proxy]...
+dockerdb_1       | 
2022-02-03 11:42:55.05 spid8s      Creating procedure [dbo].[sp_syscollector_update_collection_set_internal]...
+dockerdb_1       | 
2022-02-03 11:42:55.19 spid8s      Creating procedure [dbo].[sp_syscollector_update_collection_set]...
+dockerdb_1       | 
2022-02-03 11:42:55.31 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:55.32 spid8s      Creating procedure [dbo].[sp_syscollector_configure_sql_dumper]...
+dockerdb_1       | 
2022-02-03 11:42:55.39 spid8s      Creating function [dbo].[fn_syscollector_get_package_path]...
+dockerdb_1       | 
2022-02-03 11:42:55.45 spid8s      Creating view [dbo].[syscollector_collector_types]...
+dockerdb_1       | 
2022-02-03 11:42:55.51 spid8s      Creating procedure [dbo].[sp_syscollector_verify_collector_type]...
+dockerdb_1       | 
2022-02-03 11:42:55.57 spid8s      Creating procedure [dbo].[sp_syscollector_create_collector_type]...
+dockerdb_1       | 
2022-02-03 11:42:55.64 spid8s      Creating procedure [dbo].[sp_syscollector_update_collector_type]...
+dockerdb_1       | 
2022-02-03 11:42:55.64 spid8s      Creating procedure [dbo].[sp_syscollector_validate_xml]...
+dockerdb_1       | 
2022-02-03 11:42:55.70 spid8s      Creating view [dbo].[syscollector_collection_items]...
+dockerdb_1       | 
2022-02-03 11:42:55.76 spid8s      Creating procedure [dbo].[sp_syscollector_delete_collector_type]...
+dockerdb_1       | 
2022-02-03 11:42:55.82 spid8s      Creating procedure [dbo].[sp_syscollector_verify_collection_item]...
+dockerdb_1       | 
2022-02-03 11:42:55.87 spid8s      Creating procedure [dbo].[sp_syscollector_create_collection_item]...
+dockerdb_1       | 
2022-02-03 11:42:55.97 spid8s      Creating procedure [dbo].[sp_syscollector_update_collection_item_internal]...
+dockerdb_1       | 
2022-02-03 11:42:56.02 spid8s      Creating procedure [dbo].[sp_syscollector_update_collection_item]...
+dockerdb_1       | 
2022-02-03 11:42:56.10 spid8s      Creating procedure [dbo].[sp_syscollector_delete_collection_item_internal]...
+dockerdb_1       | 
2022-02-03 11:42:56.14 spid8s      Creating procedure [dbo].[sp_syscollector_delete_collection_item]...
+dockerdb_1       | 
2022-02-03 11:42:56.19 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:56.20 spid8s      Creating procedure [dbo].[sp_syscollector_start_collection_set]...
+dockerdb_1       | 
2022-02-03 11:42:56.30 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:56.31 spid8s      Creating procedure [dbo].[sp_syscollector_stop_collection_set]...
+dockerdb_1       | 
2022-02-03 11:42:56.37 spid8s      Creating procedure [dbo].[sp_syscollector_get_collection_set_execution_status]...
+dockerdb_1       | 
2022-02-03 11:42:56.44 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:56.44 spid8s      Creating procedure [dbo].[sp_syscollector_upload_collection_set]...
+dockerdb_1       | 
2022-02-03 11:42:56.44 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:56.44 spid8s      Creating procedure [dbo].[sp_syscollector_run_collection_set]...
+dockerdb_1       | 
2022-02-03 11:42:56.44 spid8s      Creating trigger [dbo].[syscollector_collection_set_is_running_update_trigger] on [dbo].[syscollector_collection_sets_internal]
+dockerdb_1       | 
2022-02-03 11:42:56.50 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:56.51 spid8s      Creating stored procedure syscollector_stop_collection_set_jobs...
+dockerdb_1       | 
2022-02-03 11:42:56.78 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:56.80 spid8s      Creating stored procedure syscollector_start_collection_set_jobs...
+dockerdb_1       | 
2022-02-03 11:42:56.99 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:57.05 spid8s      Creating view syscollector_execution_log...
+dockerdb_1       | 
2022-02-03 11:42:57.20 spid8s      Creating procedure [dbo].[sp_syscollector_delete_jobs]...
+dockerdb_1       | 
2022-02-03 11:42:57.20 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:57.20 spid8s      Creating view syscollector_execution_stats...
+dockerdb_1       | 
2022-02-03 11:42:57.20 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:57.20 spid8s      Creating stored procedure sp_syscollector_verify_event_log_id...
+dockerdb_1       | 
2022-02-03 11:42:57.20 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:57.21 spid8s      Creating stored procedure sp_syscollector_event_oncollectionstart...
+dockerdb_1       | 
2022-02-03 11:42:57.32 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:57.34 spid8s      Creating stored procedure sp_syscollector_event_oncollectionstop...
+dockerdb_1       | 
2022-02-03 11:42:57.41 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:57.42 spid8s      Creating stored procedure sp_syscollector_event_oncollectionbegin...
+dockerdb_1       | 
2022-02-03 11:42:57.48 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:57.49 spid8s      Creating stored procedure sp_syscollector_event_oncollectionend...
+dockerdb_1       | 
2022-02-03 11:42:57.55 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:57.56 spid8s      Creating stored procedure sp_syscollector_event_onpackagebegin...
+dockerdb_1       | 
2022-02-03 11:42:57.62 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:57.63 spid8s      Creating stored procedure sp_syscollector_event_onpackageend...
+dockerdb_1       | 
2022-02-03 11:42:57.69 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:57.70 spid8s      Creating stored procedure sp_syscollector_event_onpackageupdate...
+dockerdb_1       | 
2022-02-03 11:42:57.74 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:57.75 spid8s      Creating stored procedure sp_syscollector_event_onerror...
+dockerdb_1       | 
2022-02-03 11:42:57.82 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:57.83 spid8s      Creating stored procedure sp_syscollector_event_onstatsupdate...
+dockerdb_1       | 
2022-02-03 11:42:57.88 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:57.88 spid8s      Creating function [dbo].[fn_syscollector_find_collection_set_root] ...
+dockerdb_1       | 
2022-02-03 11:42:57.93 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:57.94 spid8s      Creating function [dbo].[fn_syscollector_get_execution_log_tree] ...
+dockerdb_1       | 
2022-02-03 11:42:57.98 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:57.98 spid8s      Creating function [dbo].[fn_syscollector_get_execution_stats] ...
+dockerdb_1       | 
2022-02-03 11:42:57.98 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:57.98 spid8s      Creating function [dbo].[fn_syscollector_get_execution_details] ...
+dockerdb_1       | 
2022-02-03 11:42:57.98 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:57.98 spid8s      Creating view syscollector_execution_log_full...
+dockerdb_1       | 
2022-02-03 11:42:57.99 spid8s      Creating procedure [dbo].[sp_syscollector_delete_execution_log_tree] ...
+dockerdb_1       | 
2022-02-03 11:42:58.04 spid8s      Creating procedure [dbo].[sp_syscollector_delete_collection_set_internal]...
+dockerdb_1       | 
2022-02-03 11:42:58.11 spid8s      Creating procedure [dbo].[sp_syscollector_delete_collection_set]...
+dockerdb_1       | 
2022-02-03 11:42:58.17 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:58.18 spid8s      Creating stored procedure sp_syscollector_purge_collection_logs...
+dockerdb_1       | 
2022-02-03 11:42:58.28 spid8s      Creating procedure [dbo].[sp_syscollector_enable_collector]...
+dockerdb_1       | 
2022-02-03 11:42:58.35 spid8s      Creating procedure [dbo].[sp_syscollector_disable_collector]...
+dockerdb_1       | 
2022-02-03 11:42:58.42 spid8s      Creating procedure [dbo].[sp_syscollector_get_trace_info]...
+dockerdb_1       | 
2022-02-03 11:42:58.48 spid8s      Creating procedure [dbo].[sp_syscollector_text_query_plan_lookpup]...
+dockerdb_1       | 
2022-02-03 11:42:58.53 spid8s      Creating procedure [dbo].[sp_syscollector_sql_text_lookup]...
+dockerdb_1       | 
2022-02-03 11:42:58.63 spid8s      Installing out of the box Collector objects
+dockerdb_1       | 
2022-02-03 11:42:58.64 spid8s       
+dockerdb_1       | 
2022-02-03 11:42:59.24 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:42:59.28 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:42:59.44 spid8s      Configuration option 'Agent XPs' changed from 0 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:42:59.48 spid8s      Configuration option 'Agent XPs' changed from 0 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:42:59.58 spid8s      Creating SSIS folders...
+dockerdb_1       | 
2022-02-03 11:42:59.60 spid8s      Creating procedure [dbo].[sp_syscollector_get_instmdw]...
+dockerdb_1       | 
2022-02-03 11:42:59.65 spid8s      Creating procedure [dbo].[sp_syscollector_upload_instmdw]...
+dockerdb_1       | 
2022-02-03 11:42:59.85 spid8s      Uploading data collector package from disk: C:\Install\SqlTraceCollect.dtsx
+dockerdb_1       | 
2022-02-03 11:42:59.92 spid8s      Uploading data collector package from disk: C:\Install\SqlTraceCollect.dtsx
+dockerdb_1       | 
2022-02-03 11:43:00.21 spid8s      Loaded 83090 bytes from 'C:\Install\SqlTraceCollect.dtsx'
+dockerdb_1       | 
2022-02-03 11:43:00.36 spid8s      Uploading data collector package from disk: C:\Install\SqlTraceUpload.dtsx
+dockerdb_1       | 
2022-02-03 11:43:00.39 spid8s      Uploading data collector package from disk: C:\Install\SqlTraceUpload.dtsx
+dockerdb_1       | 
2022-02-03 11:43:00.71 spid8s      Loaded 808592 bytes from 'C:\Install\SqlTraceUpload.dtsx'
+dockerdb_1       | 
2022-02-03 11:43:01.14 spid8s      Uploading data collector package from disk: C:\Install\TSQLQueryCollect.dtsx
+dockerdb_1       | 
2022-02-03 11:43:01.14 spid8s      Uploading data collector package from disk: C:\Install\TSQLQueryCollect.dtsx
+dockerdb_1       | 
2022-02-03 11:43:01.14 spid8s      Loaded 45597 bytes from 'C:\Install\TSQLQueryCollect.dtsx'
+dockerdb_1       | 
2022-02-03 11:43:01.14 spid8s      Uploading data collector package from disk: C:\Install\TSQLQueryUpload.dtsx
+dockerdb_1       | 
2022-02-03 11:43:01.14 spid8s      Uploading data collector package from disk: C:\Install\TSQLQueryUpload.dtsx
+dockerdb_1       | 
2022-02-03 11:43:01.23 spid8s      Loaded 26031 bytes from 'C:\Install\TSQLQueryUpload.dtsx'
+dockerdb_1       | 
2022-02-03 11:43:01.35 spid8s      Uploading data collector package from disk: C:\Install\PerfCountersCollect.dtsx
+dockerdb_1       | 
2022-02-03 11:43:01.37 spid8s      Uploading data collector package from disk: C:\Install\PerfCountersCollect.dtsx
+dockerdb_1       | 
2022-02-03 11:43:01.46 spid8s      Loaded 98595 bytes from 'C:\Install\PerfCountersCollect.dtsx'
+dockerdb_1       | 
2022-02-03 11:43:01.56 spid8s      Uploading data collector package from disk: C:\Install\PerfCountersUpload.dtsx
+dockerdb_1       | 
2022-02-03 11:43:01.58 spid8s      Uploading data collector package from disk: C:\Install\PerfCountersUpload.dtsx
+dockerdb_1       | 
2022-02-03 11:43:01.70 spid8s      Loaded 221095 bytes from 'C:\Install\PerfCountersUpload.dtsx'
+dockerdb_1       | 
2022-02-03 11:43:01.88 spid8s      Uploading data collector package from disk: C:\Install\QueryActivityCollect.dtsx
+dockerdb_1       | 
2022-02-03 11:43:01.90 spid8s      Uploading data collector package from disk: C:\Install\QueryActivityCollect.dtsx
+dockerdb_1       | 
2022-02-03 11:43:01.92 spid8s      Loaded 305787 bytes from 'C:\Install\QueryActivityCollect.dtsx'
+dockerdb_1       | 
2022-02-03 11:43:01.94 spid8s      Uploading data collector package from disk: C:\Install\QueryActivityUpload.dtsx
+dockerdb_1       | 
2022-02-03 11:43:01.96 spid8s      Uploading data collector package from disk: C:\Install\QueryActivityUpload.dtsx
+dockerdb_1       | 
2022-02-03 11:43:02.42 spid8s      Loaded 1647171 bytes from 'C:\Install\QueryActivityUpload.dtsx'
+dockerdb_1       | 
2022-02-03 11:43:03.27 spid8s      Creating or updating Collection Types...
+dockerdb_1       | 
2022-02-03 11:43:03.43 spid8s      Updating Performance counters collector type
+dockerdb_1       | 
2022-02-03 11:43:03.87 spid8s      Updating TSQL Query collector type
+dockerdb_1       | 
2022-02-03 11:43:04.00 spid8s      Creating trigger [dbo].[syscollector_collection_item_parameter_update_trigger] on [dbo].[syscollector_collection_items_internal]
+dockerdb_1       | 
2022-02-03 11:43:04.06 spid8s      Creating trigger [dbo].[syscollector_tsql_query_collector_delete_trigger] on [dbo].[syscollector_tsql_query_collector]
+dockerdb_1       | 
2022-02-03 11:43:04.14 spid8s      Creating procedure [dbo].[sp_syscollector_create_tsql_query_collector]...
+dockerdb_1       | 
2022-02-03 11:43:04.23 spid8s      Creating procedure [dbo].[sp_syscollector_get_tsql_query_collector_package_ids]...
+dockerdb_1       | 
2022-02-03 11:43:04.29 spid8s      Creating procedure [dbo].[sp_syscollector_cleanup_collector] ...
+dockerdb_1       | 
2022-02-03 11:43:04.29 spid8s      Updating SQL Trace collector type
+dockerdb_1       | 
2022-02-03 11:43:04.51 spid8s      Updating Query Activity Collector Type
+dockerdb_1       | 
2022-02-03 11:43:05.00 spid8s      Creating data collector schedules
+dockerdb_1       | 
2022-02-03 11:43:05.16 spid8s      Creating system Collection Sets...
+dockerdb_1       | 
2022-02-03 11:43:05.18 spid8s      Updating system Collection Set "Disk Usage"...
+dockerdb_1       | 
2022-02-03 11:43:05.88 spid8s      Updating Collection Item "Disk Usage - Data Files"...
+dockerdb_1       | 
2022-02-03 11:43:06.21 spid8s      Updating Collection Item "Disk Usage - Log Files"...
+dockerdb_1       | 
2022-02-03 11:43:06.61 spid8s      Updating system Collection Set "Server Activity"...
+dockerdb_1       | 
2022-02-03 11:43:06.64 spid8s      Updating Collection Item "Server Activity - DMV Snapshots"...
+dockerdb_1       | 
2022-02-03 11:43:06.64 spid8s      Updating Collection Item "Server Activity - Performance Counters"...
+dockerdb_1       | 
2022-02-03 11:43:06.83 spid8s      Updating system Collection Set "Query Statistics"...
+dockerdb_1       | 
2022-02-03 11:43:06.99 spid8s      Updating Collection Item "Query Statistics - Query Activity"...
+dockerdb_1       | 
2022-02-03 11:43:07.38 spid8s      Configuration option 'Agent XPs' changed from 1 to 0. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:43:07.41 spid8s      Configuration option 'Agent XPs' changed from 1 to 0. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:43:07.43 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:43:07.48 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:43:07.65 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:07.67 spid8s      Granting permissions to data collector roles...
+dockerdb_1       | 
2022-02-03 11:43:08.23 spid8s      Object "[dbo].[sp_syspolicy_add_target_set_condition_reference]" does not exist, will not drop
+dockerdb_1       | 
2022-02-03 11:43:08.23 spid8s      Object "[dbo].[sp_syspolicy_update_target_set_condition_reference]" does not exist, will not drop
+dockerdb_1       | 
2022-02-03 11:43:08.23 spid8s      Object "[dbo].[syspolicy_target_set_condition_references]" does not exist, will not drop
+dockerdb_1       | 
2022-02-03 11:43:08.23 spid8s      Object "[dbo].[syspolicy_update_condition_trigger]" does not exist, will not drop
+dockerdb_1       | 
2022-02-03 11:43:08.23 spid8s      Executing "drop TRIGGER [dbo].[syspolicy_validate_events]"
+dockerdb_1       | 
2022-02-03 11:43:08.24 spid8s      Done dropping all DMF and Shared Registered Server procedures
+dockerdb_1       | 
2022-02-03 11:43:08.80 spid8s      Creating trigger [sysmanagement_delete_shared_server_group_trigger]...
+dockerdb_1       | 
2022-02-03 11:43:08.88 spid8s      Creating view [dbo].[sysmanagement_shared_server_groups]...
+dockerdb_1       | 
2022-02-03 11:43:08.90 spid8s      Creating view [dbo].[sysmanagement_shared_registered_servers]...
+dockerdb_1       | 
2022-02-03 11:43:08.96 spid8s      Creating procedure [dbo].[sp_sysmanagement_verify_shared_server_type]...
+dockerdb_1       | 
2022-02-03 11:43:09.00 spid8s      Creating procedure [dbo].[sp_sysmanagement_add_shared_server_group]...
+dockerdb_1       | 
2022-02-03 11:43:09.07 spid8s      Creating procedure [dbo].[sp_sysmanagement_add_shared_registered_server]...
+dockerdb_1       | 
2022-02-03 11:43:09.13 spid8s      Creating procedure [dbo].[sp_sysmanagement_delete_shared_server_group]...
+dockerdb_1       | 
2022-02-03 11:43:09.18 spid8s      Creating procedure [dbo].[sp_sysmanagement_delete_shared_registered_server]...
+dockerdb_1       | 
2022-02-03 11:43:09.23 spid8s      Creating procedure [dbo].[sp_sysmanagement_move_shared_server_group]...
+dockerdb_1       | 
2022-02-03 11:43:09.31 spid8s      Creating procedure [dbo].[sp_sysmanagement_move_shared_registered_server]...
+dockerdb_1       | 
2022-02-03 11:43:09.37 spid8s      Creating procedure [dbo].[sp_sysmanagement_update_shared_server_group]...
+dockerdb_1       | 
2022-02-03 11:43:09.42 spid8s      Creating procedure [dbo].[sp_sysmanagement_update_shared_registered_server]...
+dockerdb_1       | 
2022-02-03 11:43:09.47 spid8s      Creating procedure [dbo].[sp_sysmanagement_rename_shared_server_group]...
+dockerdb_1       | 
2022-02-03 11:43:09.52 spid8s      Creating procedure [dbo].[sp_sysmanagement_rename_shared_registered_server]...
+dockerdb_1       | 
2022-02-03 11:43:14.83 spid8s      Creating view [dbo].[syspolicy_conditions]...
+dockerdb_1       | 
2022-02-03 11:43:15.01 spid8s      Creating procedure [dbo].[sp_syspolicy_add_condition]...
+dockerdb_1       | 
2022-02-03 11:43:15.18 spid8s      Creating procedure [dbo].[sp_syspolicy_verify_condition_identifiers]...
+dockerdb_1       | 
2022-02-03 11:43:15.28 spid8s      Creating procedure [dbo].[sp_syspolicy_update_condition]...
+dockerdb_1       | 
2022-02-03 11:43:15.28 spid8s      Creating procedure [dbo].[sp_syspolicy_delete_condition]...
+dockerdb_1       | 
2022-02-03 11:43:15.32 spid8s      Creating procedure [dbo].[sp_syspolicy_rename_condition]...
+dockerdb_1       | 
2022-02-03 11:43:15.56 spid8s      Creating view [dbo].[syspolicy_policy_categories]...
+dockerdb_1       | 
2022-02-03 11:43:15.87 spid8s      Creating view [dbo].[syspolicy_object_sets]...
+dockerdb_1       | 
2022-02-03 11:43:15.94 spid8s      Creating procedure [dbo].[sp_syspolicy_verify_object_set_identifiers]...
+dockerdb_1       | 
2022-02-03 11:43:16.02 spid8s      Creating procedure [dbo].[sp_syspolicy_verify_object_set_references]...
+dockerdb_1       | 
2022-02-03 11:43:16.06 spid8s      Creating procedure [dbo].[sp_syspolicy_add_object_set]...
+dockerdb_1       | 
2022-02-03 11:43:16.09 spid8s      Creating procedure [dbo].[sp_syspolicy_delete_object_set]...
+dockerdb_1       | 
2022-02-03 11:43:16.12 spid8s      Creating procedure [dbo].[sp_syspolicy_create_job]...
+dockerdb_1       | 
2022-02-03 11:43:16.18 spid8s      Creating function [dbo].[fn_syspolicy_get_ps_command] ...
+dockerdb_1       | 
2022-02-03 11:43:16.21 spid8s      Creating trigger [dbo].[syspolicy_insert_job_create_trigger] on [dbo].[syspolicy_policies_internal]
+dockerdb_1       | 
2022-02-03 11:43:16.35 spid8s      Creating trigger [dbo].[syspolicy_update_job_update_trigger] on [dbo].[syspolicy_policies_internal]
+dockerdb_1       | 
2022-02-03 11:43:16.53 spid8s      Creating trigger [dbo].[syspolicy_insert_policy_trigger] on [dbo].[syspolicy_policies_internal]
+dockerdb_1       | 
2022-02-03 11:43:16.61 spid8s      Creating trigger [dbo].[syspolicy_update_policy_trigger] on [dbo].[syspolicy_policies_internal]
+dockerdb_1       | 
2022-02-03 11:43:16.77 spid8s      Creating trigger [dbo].[syspolicy_delete_job_delete_trigger] on [dbo].[syspolicy_policies_internal]
+dockerdb_1       | 
2022-02-03 11:43:16.87 spid8s      Creating trigger [dbo].[syspolicy_instead_delete_policy_trigger] on [dbo].[syspolicy_policies_internal]
+dockerdb_1       | 
2022-02-03 11:43:16.89 spid8s      Creating view [dbo].[syspolicy_policies]...
+dockerdb_1       | 
2022-02-03 11:43:16.89 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:16.89 spid8s      Creating trigger syspolicy_insert_condition_trigger...
+dockerdb_1       | 
2022-02-03 11:43:16.89 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:16.89 spid8s      Creating trigger dbo.syspolicy_for_update_condition_trigger...
+dockerdb_1       | 
2022-02-03 11:43:16.96 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:16.96 spid8s      Creating trigger syspolicy_after_update_condition_trigger...
+dockerdb_1       | 
2022-02-03 11:43:17.02 spid8s      Creating procedure [dbo].[sp_syspolicy_verify_policy_category_identifiers]...
+dockerdb_1       | 
2022-02-03 11:43:17.07 spid8s      Creating procedure [dbo].[sp_syspolicy_add_policy_category]...
+dockerdb_1       | 
2022-02-03 11:43:17.13 spid8s      Creating procedure [dbo].[sp_syspolicy_delete_policy_category]...
+dockerdb_1       | 
2022-02-03 11:43:17.19 spid8s      Creating procedure [dbo].[sp_syspolicy_rename_policy_category]...
+dockerdb_1       | 
2022-02-03 11:43:17.24 spid8s      Creating procedure [dbo].[sp_syspolicy_update_policy_category]...
+dockerdb_1       | 
2022-02-03 11:43:17.29 spid8s      Creating procedure [dbo].[sp_syspolicy_add_policy]...
+dockerdb_1       | 
2022-02-03 11:43:17.41 spid8s      Creating procedure [dbo].[sp_syspolicy_verify_policy_identifiers]...
+dockerdb_1       | 
2022-02-03 11:43:17.46 spid8s      Creating procedure [dbo].[sp_syspolicy_rename_policy]...
+dockerdb_1       | 
2022-02-03 11:43:17.52 spid8s      Creating procedure [dbo].[sp_syspolicy_update_policy]...
+dockerdb_1       | 
2022-02-03 11:43:17.65 spid8s      Creating procedure [dbo].[sp_syspolicy_delete_policy]...
+dockerdb_1       | 
2022-02-03 11:43:17.66 spid8s      Creating function [dbo].[syspolicy_fn_get_bad_filters]...
+dockerdb_1       | 
2022-02-03 11:43:17.66 spid8s      Creating view [dbo].[syspolicy_target_sets]...
+dockerdb_1       | 
2022-02-03 11:43:17.68 spid8s      Creating view [dbo].[syspolicy_target_set_levels]...
+dockerdb_1       | 
2022-02-03 11:43:17.75 spid8s      Creating procedure [dbo].[sp_syspolicy_add_target_set]...
+dockerdb_1       | 
2022-02-03 11:43:17.80 spid8s      Creating procedure [dbo].[sp_syspolicy_update_target_set]...
+dockerdb_1       | 
2022-02-03 11:43:17.85 spid8s      Creating procedure [dbo].[sp_syspolicy_delete_target_set]...
+dockerdb_1       | 
2022-02-03 11:43:17.90 spid8s      Creating procedure [dbo].[sp_syspolicy_add_target_set_level]...
+dockerdb_1       | 
2022-02-03 11:43:17.98 spid8s      Creating procedure [dbo].[sp_syspolicy_update_target_set_level]...
+dockerdb_1       | 
2022-02-03 11:43:18.03 spid8s      Creating function [dbo].[syspolicy_fn_eventing_filter]
+dockerdb_1       | 
2022-02-03 11:43:18.12 spid8s      Creating function [dbo].[syspolicy_fn_filter_complete]
+dockerdb_1       | 
2022-02-03 11:43:18.16 spid8s      Creating trigger [dbo].[syspolicy_insert_target_set_level_trigger] on [dbo].[syspolicy_target_set_levels_internal]
+dockerdb_1       | 
2022-02-03 11:43:18.24 spid8s      Creating trigger [dbo].[syspolicy_update_target_set_level_trigger] on [dbo].[syspolicy_target_set_levels_internal]
+dockerdb_1       | 
2022-02-03 11:43:18.32 spid8s      Creating trigger [dbo].[syspolicy_insert_target_set_trigger] on [dbo].[syspolicy_target_sets_internal]
+dockerdb_1       | 
2022-02-03 11:43:18.38 spid8s      Creating trigger [dbo].[syspolicy_delete_target_set_trigger] on [dbo].[syspolicy_target_sets_internal]
+dockerdb_1       | 
2022-02-03 11:43:18.44 spid8s      Creating view [dbo].[syspolicy_policy_category_subscriptions]...
+dockerdb_1       | 
2022-02-03 11:43:18.44 spid8s      Creating procedure [dbo].[sp_syspolicy_add_policy_category_subscription]...
+dockerdb_1       | 
2022-02-03 11:43:18.49 spid8s      Creating procedure [dbo].[sp_syspolicy_update_policy_category_subscription]...
+dockerdb_1       | 
2022-02-03 11:43:18.60 spid8s      Creating procedure [dbo].[sp_syspolicy_delete_policy_category_subscription]...
+dockerdb_1       | 
2022-02-03 11:43:19.22 spid8s      Creating trigger [syspolicy_update_system_health_state]...
+dockerdb_1       | 
2022-02-03 11:43:19.78 spid8s      Creating procedure [dbo].[sp_syspolicy_log_policy_execution_start]...
+dockerdb_1       | 
2022-02-03 11:43:19.84 spid8s      Creating procedure [dbo].[sp_syspolicy_log_policy_execution_end]...
+dockerdb_1       | 
2022-02-03 11:43:19.90 spid8s      Creating procedure [dbo].[sp_syspolicy_log_policy_execution_detail]...
+dockerdb_1       | 
2022-02-03 11:43:20.00 spid8s      Creating procedure [dbo].[sp_syspolicy_delete_policy_execution_history]...
+dockerdb_1       | 
2022-02-03 11:43:20.07 spid8s      Creating procedure [dbo].[sp_syspolicy_mark_system]...
+dockerdb_1       | 
2022-02-03 11:43:20.19 spid8s      Creating function [dbo].[syspolicy_fn_get_type_name]...
+dockerdb_1       | 
2022-02-03 11:43:20.19 spid8s      Creating procedure [dbo].[sp_syspolicy_dispatch_event]...
+dockerdb_1       | 
2022-02-03 11:43:20.23 spid8s      Dropping service [syspolicy_event_listener]...
+dockerdb_1       | 
2022-02-03 11:43:20.37 spid8s      Dropping queue [syspolicy_event_queue]...
+dockerdb_1       | 
2022-02-03 11:43:20.64 spid8s      Creating queue [syspolicy_event_queue]...
+dockerdb_1       | 
2022-02-03 11:43:20.79 spid8s      Creating service [syspolicy_event_listener]...
+dockerdb_1       | 
2022-02-03 11:43:20.97 spid8s      Creating view [dbo].[syspolicy_configuration] ...
+dockerdb_1       | 
2022-02-03 11:43:21.06 spid8s      Creating procedure [dbo].[sp_syspolicy_set_config_history_retention] ...
+dockerdb_1       | 
2022-02-03 11:43:21.16 spid8s      Creating procedure [dbo].[sp_syspolicy_set_log_on_success] ...
+dockerdb_1       | 
2022-02-03 11:43:21.28 spid8s      Creating procedure [dbo].[sp_syspolicy_set_config_enabled] ...
+dockerdb_1       | 
2022-02-03 11:43:21.40 spid8s      Creating procedure [dbo].[sp_syspolicy_configure] ...
+dockerdb_1       | 
2022-02-03 11:43:21.46 spid8s      Creating function [dbo].[fn_syspolicy_is_automation_enabled] ...
+dockerdb_1       | 
2022-02-03 11:43:21.53 spid8s      Creating procedure [dbo].[sp_syspolicy_repair_policy_automation] ...
+dockerdb_1       | 
2022-02-03 11:43:21.69 spid8s      Creating procedure [dbo].[sp_syspolicy_purge_history] ...
+dockerdb_1       | 
2022-02-03 11:43:21.76 spid8s      Creating procedure [dbo].[sp_syspolicy_create_purge_job] ...
+dockerdb_1       | 
2022-02-03 11:43:21.76 spid8s      Creating procedure [dbo].[sp_syspolicy_purge_health_state] ...
+dockerdb_1       | 
2022-02-03 11:43:24.10 spid8s      Couldn't remove the user 20 from database 4 from the external libraries folder, error: 0x80070003
+dockerdb_1       | 
2022-02-03 11:43:24.46 spid8s      DBCC TRACEON 4606, server process ID (SPID) 8. This is an informational message only; no user action is required.
+dockerdb_1       | 
2022-02-03 11:43:24.51 spid8s      DBCC execution completed. If DBCC printed error messages, contact your system administrator.
+dockerdb_1       | 
2022-02-03 11:43:24.55 spid8s      DBCC TRACEOFF 4606, server process ID (SPID) 8. This is an informational message only; no user action is required.
+dockerdb_1       | 
2022-02-03 11:43:24.57 spid8s      DBCC execution completed. If DBCC printed error messages, contact your system administrator.
+dockerdb_1       | 
2022-02-03 11:43:24.87 spid8s      Couldn't remove the user 5 from database 1 from the external libraries folder, error: 0x80070003
+dockerdb_1       | 
2022-02-03 11:43:24.87 spid8s      Hook up the activation procedure to the queue...
+dockerdb_1       | 
2022-02-03 11:43:25.64 spid8s      Dropping Function [dbo].[fn_sysdac_get_currentusername]
+dockerdb_1       | 
2022-02-03 11:43:25.68 spid8s      Creating Function [dbo].[fn_sysdac_is_dac_creator]...
+dockerdb_1       | 
2022-02-03 11:43:25.68 spid8s      Creating Function [dbo].[fn_sysdac_is_login_creator]...
+dockerdb_1       | 
2022-02-03 11:43:25.68 spid8s      Creating Function [dbo].[fn_sysdac_is_currentuser_sa]...
+dockerdb_1       | 
2022-02-03 11:43:25.68 spid8s      Creating Function [dbo].[fn_sysdac_get_username]...
+dockerdb_1       | 
2022-02-03 11:43:25.71 spid8s      Creating Function [dbo].[fn_sysdac_get_currentusername]...
+dockerdb_1       | 
2022-02-03 11:43:26.11 spid8s      Creating View [dbo].[sysdac_instances]...
+dockerdb_1       | 
2022-02-03 11:43:26.23 spid8s      Creating procedure [dbo].[sp_sysdac_ensure_dac_creator]...
+dockerdb_1       | 
2022-02-03 11:43:26.27 spid8s      Creating procedure [dbo].[sp_sysdac_add_instance]...
+dockerdb_1       | 
2022-02-03 11:43:26.33 spid8s      Creating procedure [dbo].[sp_sysdac_update_instance]...
+dockerdb_1       | 
2022-02-03 11:43:26.41 spid8s      Creating procedure [dbo].[sp_sysdac_add_history_entry]...
+dockerdb_1       | 
2022-02-03 11:43:26.47 spid8s      Creating procedure [dbo].[sp_sysdac_delete_instance]...
+dockerdb_1       | 
2022-02-03 11:43:26.47 spid8s      Creating procedure [dbo].[sp_sysdac_delete_history]...
+dockerdb_1       | 
2022-02-03 11:43:26.47 spid8s      Creating procedure [dbo].[sp_sysdac_upgrade_instance]...
+dockerdb_1       | 
2022-02-03 11:43:26.47 spid8s      Creating procedure [dbo].[sp_sysdac_drop_database]...
+dockerdb_1       | 
2022-02-03 11:43:26.51 spid8s      Creating procedure [dbo].[sp_sysdac_rename_database]...
+dockerdb_1       | 
2022-02-03 11:43:26.54 spid8s      Creating procedure [dbo].[sp_sysdac_setreadonly_database]...
+dockerdb_1       | 
2022-02-03 11:43:26.58 spid8s      Creating procedure [dbo].[sp_sysdac_update_history_entry]...
+dockerdb_1       | 
2022-02-03 11:43:26.65 spid8s      Creating procedure [dbo].[sp_sysdac_resolve_pending_entry]...
+dockerdb_1       | 
2022-02-03 11:43:26.73 spid8s      Creating procedure [dbo].[sp_sysdac_rollback_committed_step]...
+dockerdb_1       | 
2022-02-03 11:43:26.80 spid8s      Creating procedure [dbo].[sp_sysdac_rollback_pending_object]...
+dockerdb_1       | 
2022-02-03 11:43:26.89 spid8s      Creating procedure [dbo].[sp_sysdac_rollback_all_pending_objects]...
+dockerdb_1       | 
2022-02-03 11:43:27.04 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:27.05 spid8s      ------------------------------------
+dockerdb_1       | 
2022-02-03 11:43:27.06 spid8s      Execution of InstDac.SQL complete
+dockerdb_1       | 
2022-02-03 11:43:27.07 spid8s      ------------------------------------
+dockerdb_1       | 
2022-02-03 11:43:27.08 spid8s      -----------------------------------------
+dockerdb_1       | 
2022-02-03 11:43:27.10 spid8s      Starting execution of EXTENSIBILITY.SQL
+dockerdb_1       | 
2022-02-03 11:43:27.11 spid8s      -----------------------------------------
+dockerdb_1       | 
2022-02-03 11:43:27.13 spid8s      -----------------------------------------
+dockerdb_1       | 
2022-02-03 11:43:27.14 spid8s      Finished execution of EXTENSIBILITY.SQL
+dockerdb_1       | 
2022-02-03 11:43:27.15 spid8s      -----------------------------------------
+dockerdb_1       | 
2022-02-03 11:43:27.86 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:43:27.90 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:43:28.05 spid8s      Configuration option 'Agent XPs' changed from 0 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:43:28.05 spid8s      Configuration option 'Agent XPs' changed from 0 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:43:28.58 spid8s      Creating view [dbo].[sysutility_ucp_configuration]...
+dockerdb_1       | 
2022-02-03 11:43:28.62 spid8s      Creating view [dbo].[sysutility_ucp_policy_configuration]...
+dockerdb_1       | 
2022-02-03 11:43:28.68 spid8s      Creating [dbo].[fn_sysutility_get_is_instance_ucp]
+dockerdb_1       | 
2022-02-03 11:43:28.74 spid8s      Dropping table [dbo].[sysutility_ucp_dacs_stub]
+dockerdb_1       | 
2022-02-03 11:43:28.78 spid8s      Creating table [sysutility_ucp_dacs_stub]
+dockerdb_1       | 
2022-02-03 11:43:28.81 spid8s      Dropping table [dbo].[sysutility_ucp_volumes_stub]
+dockerdb_1       | 
2022-02-03 11:43:28.81 spid8s      Creating table [sysutility_ucp_latest_volumes_stub]
+dockerdb_1       | 
2022-02-03 11:43:28.81 spid8s      Dropping table [dbo].[sysutility_ucp_computers_stub]
+dockerdb_1       | 
2022-02-03 11:43:28.81 spid8s      Creating table [sysutility_ucp_computers_stub]
+dockerdb_1       | 
2022-02-03 11:43:28.81 spid8s      Dropping table [dbo].[sysutility_ucp_smo_servers_stub]
+dockerdb_1       | 
2022-02-03 11:43:28.84 spid8s      Creating table [dbo].[sysutility_ucp_smo_servers_stub]
+dockerdb_1       | 
2022-02-03 11:43:28.90 spid8s      Dropping table [dbo].[sysutility_ucp_databases_stub]
+dockerdb_1       | 
2022-02-03 11:43:28.95 spid8s      Creating table [dbo].[sysutility_ucp_databases_stub]
+dockerdb_1       | 
2022-02-03 11:43:28.99 spid8s      Dropping table [dbo].[sysutility_ucp_filegroups_stub]
+dockerdb_1       | 
2022-02-03 11:43:29.03 spid8s      Creating table [dbo].[sysutility_ucp_filegroups_stub]
+dockerdb_1       | 
2022-02-03 11:43:29.07 spid8s      Dropping table [dbo].[sysutility_ucp_datafiles_stub]
+dockerdb_1       | 
2022-02-03 11:43:29.12 spid8s      Creating table [dbo].[sysutility_ucp_datafiles_stub]
+dockerdb_1       | 
2022-02-03 11:43:29.16 spid8s      Dropping table [dbo].[sysutility_ucp_logfiles_stub]
+dockerdb_1       | 
2022-02-03 11:43:29.20 spid8s      Creating table [dbo].[sysutility_ucp_logfiles_stub]
+dockerdb_1       | 
2022-02-03 11:43:29.24 spid8s      Dropping table [dbo].[sysutility_ucp_cpu_utilization_stub]
+dockerdb_1       | 
2022-02-03 11:43:29.30 spid8s      Creating table [dbo].[sysutility_ucp_cpu_utilization_stub]
+dockerdb_1       | 
2022-02-03 11:43:29.35 spid8s      Dropping table [dbo].[sysutility_ucp_space_utilization_stub]
+dockerdb_1       | 
2022-02-03 11:43:29.42 spid8s      Creating table [dbo].[sysutility_ucp_space_utilization_stub]
+dockerdb_1       | 
2022-02-03 11:43:29.48 spid8s      Creating [dbo].[sp_sysutility_ucp_recreate_synonym_internal] procedure
+dockerdb_1       | 
2022-02-03 11:43:29.58 spid8s      Creating procedure [dbo].[sp_sysutility_ucp_initialize_mdw]
+dockerdb_1       | 
2022-02-03 11:43:29.63 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_computers]
+dockerdb_1       | 
2022-02-03 11:43:29.67 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_computers] FOR [msdb].[dbo].[sysutility_ucp_computers_stub]
+dockerdb_1       | 
2022-02-03 11:43:29.71 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_volumes]
+dockerdb_1       | 
2022-02-03 11:43:29.75 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_volumes] FOR [msdb].[dbo].[sysutility_ucp_volumes_stub]
+dockerdb_1       | 
2022-02-03 11:43:29.79 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_dacs]
+dockerdb_1       | 
2022-02-03 11:43:29.83 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_dacs] FOR [msdb].[dbo].[sysutility_ucp_dacs_stub]
+dockerdb_1       | 
2022-02-03 11:43:29.90 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_smo_servers]
+dockerdb_1       | 
2022-02-03 11:43:29.94 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_smo_servers] FOR [msdb].[dbo].[sysutility_ucp_smo_servers_stub]
+dockerdb_1       | 
2022-02-03 11:43:29.99 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_databases]
+dockerdb_1       | 
2022-02-03 11:43:30.04 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_databases] FOR [msdb].[dbo].[sysutility_ucp_databases_stub]
+dockerdb_1       | 
2022-02-03 11:43:30.08 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_filegroups]
+dockerdb_1       | 
2022-02-03 11:43:30.11 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_filegroups] FOR [msdb].[dbo].[sysutility_ucp_filegroups_stub]
+dockerdb_1       | 
2022-02-03 11:43:30.16 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_datafiles]
+dockerdb_1       | 
2022-02-03 11:43:30.20 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_datafiles] FOR [msdb].[dbo].[sysutility_ucp_datafiles_stub]
+dockerdb_1       | 
2022-02-03 11:43:30.24 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_logfiles]
+dockerdb_1       | 
2022-02-03 11:43:30.27 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_logfiles] FOR [msdb].[dbo].[sysutility_ucp_logfiles_stub]
+dockerdb_1       | 
2022-02-03 11:43:30.30 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_cpu_utilization]
+dockerdb_1       | 
2022-02-03 11:43:30.33 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_cpu_utilization] FOR [msdb].[dbo].[sysutility_ucp_cpu_utilization_stub]
+dockerdb_1       | 
2022-02-03 11:43:30.37 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_space_utilization]
+dockerdb_1       | 
2022-02-03 11:43:30.41 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_space_utilization] FOR [msdb].[dbo].[sysutility_ucp_space_utilization_stub]
+dockerdb_1       | 
2022-02-03 11:43:30.41 spid8s      Creating procedure [dbo].[sp_sysutility_mi_configure_proxy_account]
+dockerdb_1       | 
2022-02-03 11:43:30.42 spid8s      Creating procedure [dbo].[sp_sysutility_ucp_provision_proxy_account]
+dockerdb_1       | 
2022-02-03 11:43:30.62 spid8s      Creating procedure [dbo].[sp_sysutility_mi_validate_proxy_account]
+dockerdb_1       | 
2022-02-03 11:43:30.69 spid8s      Creating [dbo].[fn_sysutility_mi_get_validate_wmi_script] function
+dockerdb_1       | 
2022-02-03 11:43:30.73 spid8s      Creating procedure [dbo].[sp_sysutility_mi_create_job_validate_wmi]
+dockerdb_1       | 
2022-02-03 11:43:30.79 spid8s      Creating procedure [dbo].[sp_sysutility_mi_create_cache_directory]
+dockerdb_1       | 
2022-02-03 11:43:30.91 spid8s      Creating [dbo].[sysutility_mi_configuration] view
+dockerdb_1       | 
2022-02-03 11:43:30.95 spid8s      Creating [dbo].[sp_sysutility_mi_add_ucp_registration] procedure
+dockerdb_1       | 
2022-02-03 11:43:31.02 Logon       Error: 18401, Severity: 14, State: 1.
+dockerdb_1       | 
2022-02-03 11:43:31.02 Logon       Login failed for user 'gpspl'. Reason: Server is in script upgrade mode. Only administrator can connect at this time. [CLIENT: 172.22.0.10]
+dockerdb_1       | 
2022-02-03 11:43:31.02 spid8s      Creating [dbo].[sp_sysutility_mi_remove_ucp_registration] procedure
+dockerdb_1       | 
2022-02-03 11:43:31.16 spid8s      Creating [dbo].[fn_sysutility_ucp_get_instance_is_mi] function
+dockerdb_1       | 
2022-02-03 11:43:31.21 spid8s      Dropping [dbo].[sysutility_mi_dac_execution_statistics_internal] table
+dockerdb_1       | 
2022-02-03 11:43:31.21 spid8s      Creating [dbo].[sysutility_mi_dac_execution_statistics_internal] table
+dockerdb_1       | 
2022-02-03 11:43:31.21 spid8s      Dropping table [dbo].[sysutility_mi_session_statistics_internal]
+dockerdb_1       | 
2022-02-03 11:43:31.21 spid8s      Creating table [dbo].[sysutility_mi_session_statistics_internal]
+dockerdb_1       | 
2022-02-03 11:43:31.23 spid8s      Creating [dbo].[sp_sysutility_mi_collect_dac_execution_statistics_internal] procedure
+dockerdb_1       | 
2022-02-03 11:43:31.37 spid8s      Creating [dbo].[sp_sysutility_mi_get_dac_execution_statistics_internal] procedure
+dockerdb_1       | 
2022-02-03 11:43:31.57 spid8s      Creating [dbo].[fn_sysutility_mi_get_batch_manifest] function
+dockerdb_1       | 
2022-02-03 11:43:33.42 spid8s      Deleting collection set "Utility Information"...
+dockerdb_1       | 
2022-02-03 11:43:33.56 spid8s      Creating system Collection Set "Utility Information"...
+dockerdb_1       | 
2022-02-03 11:43:33.75 spid8s      Creating Collection Item "Utility Information - Managed Instance"...
+dockerdb_1       | 
2022-02-03 11:43:34.21 spid8s      Creating [dbo].[fn_sysutility_mi_get_data_collector_status] procedure
+dockerdb_1       | 
2022-02-03 11:43:34.26 spid8s      Creating procedure [dbo].[sp_sysutility_mi_upload]
+dockerdb_1       | 
2022-02-03 11:43:34.33 spid8s      Creating [dbo].[fn_sysutility_mi_get_collect_script] function
+dockerdb_1       | 
2022-02-03 11:43:34.33 spid8s      Creating [dbo].[sp_sysutility_mi_initialize_collection] procedure
+dockerdb_1       | 
2022-02-03 11:43:34.37 spid8s      Creating [dbo].[sp_sysutility_mi_disable_collection] procedure
+dockerdb_1       | 
2022-02-03 11:43:34.43 spid8s      Creating function [dbo].[fn_sysutility_ucp_get_edition_is_ucp_capable_internal]
+dockerdb_1       | 
2022-02-03 11:43:34.47 spid8s      Creating procedure [dbo].[sp_sysutility_ucp_validate_prerequisites]
+dockerdb_1       | 
2022-02-03 11:43:34.51 spid8s      Creating procedure [dbo].[sp_sysutility_ucp_create]
+dockerdb_1       | 
2022-02-03 11:43:34.54 spid8s      Creating procedure [dbo].[sp_sysutility_mi_validate_enrollment_preconditions]
+dockerdb_1       | 
2022-02-03 11:43:34.59 spid8s      Creating procedure [dbo].[sp_sysutility_mi_enroll]
+dockerdb_1       | 
2022-02-03 11:43:34.69 spid8s      Creating view [dbo].[sysutility_ucp_managed_instances]...
+dockerdb_1       | 
2022-02-03 11:43:34.75 spid8s      Creating procedure [dbo].[sp_sysutility_ucp_add_mi]
+dockerdb_1       | 
2022-02-03 11:43:34.82 spid8s      Creating procedure [dbo].[sp_sysutility_ucp_initialize]
+dockerdb_1       | 
2022-02-03 11:43:34.88 spid8s      Creating procedure [dbo].[sp_sysutility_ucp_update_utility_configuration]
+dockerdb_1       | 
2022-02-03 11:43:34.93 spid8s      Creating procedure [dbo].[fn_sysutility_ucp_accepts_upload_schema_version]
+dockerdb_1       | 
2022-02-03 11:43:35.05 spid8s      Creating procedure [dbo].[sp_sysutility_ucp_add_policy]
+dockerdb_1       | 
2022-02-03 11:43:35.10 spid8s      Creating procedure [dbo].[sp_sysutility_ucp_delete_policy]
+dockerdb_1       | 
2022-02-03 11:43:35.13 spid8s      Creating procedure [dbo].[sp_sysutility_ucp_update_policy]
+dockerdb_1       | 
2022-02-03 11:43:35.75 spid8s      Creating procedure dbo.sp_sysutility_ucp_get_policy_violations
+dockerdb_1       | 
2022-02-03 11:43:35.84 spid8s      Creating function dbo.fn_encode_sqlname_for_powershell
+dockerdb_1       | 
2022-02-03 11:43:35.88 spid8s      Creating procedure dbo.sp_sysutility_ucp_delete_policy_history
+dockerdb_1       | 
2022-02-03 11:43:35.91 spid8s      Creating function dbo.[fn_sysutility_ucp_get_global_health_policy]
+dockerdb_1       | 
2022-02-03 11:43:35.91 spid8s      Creating function dbo.[fn_sysutility_ucp_get_applicable_policy]
+dockerdb_1       | 
2022-02-03 11:43:35.91 spid8s      Creating function [fn_sysutility_ucp_get_aggregated_failure_count]
+dockerdb_1       | 
2022-02-03 11:43:35.91 spid8s      Creating function [fn_sysutility_ucp_get_policy_violations]
+dockerdb_1       | 
2022-02-03 11:43:35.94 spid8s      Creating function [fn_sysutility_ucp_get_file_space_utilization_history]
+dockerdb_1       | 
2022-02-03 11:43:35.99 spid8s      Creating function [fn_sysutility_ucp_get_cpu_utilization_history]
+dockerdb_1       | 
2022-02-03 11:43:36.03 spid8s      Creating view [dbo].[sysutility_ucp_deployed_dacs]
+dockerdb_1       | 
2022-02-03 11:43:36.10 spid8s      Creating view [dbo].[sysutility_ucp_computers]
+dockerdb_1       | 
2022-02-03 11:43:36.14 spid8s      Creating view [dbo].[sysutility_ucp_volumes]
+dockerdb_1       | 
2022-02-03 11:43:36.20 spid8s      Creating view [dbo].[sysutility_ucp_utility_space_utilization]
+dockerdb_1       | 
2022-02-03 11:43:36.24 spid8s      Creating view [dbo].[sysutility_ucp_instances]
+dockerdb_1       | 
2022-02-03 11:43:36.34 spid8s      Creating view [dbo].[sysutility_ucp_databases]
+dockerdb_1       | 
2022-02-03 11:43:36.42 spid8s      Creating view [dbo].[sysutility_ucp_filegroups]
+dockerdb_1       | 
2022-02-03 11:43:36.47 spid8s      Creating view [dbo].[sysutility_ucp_datafiles]
+dockerdb_1       | 
2022-02-03 11:43:36.55 spid8s      Creating view [dbo].[sysutility_ucp_logfiles]
+dockerdb_1       | 
2022-02-03 11:43:36.64 spid8s      Creating view [dbo].[sysutility_ucp_database_files]
+dockerdb_1       | 
2022-02-03 11:43:36.68 spid8s      Creating view [dbo].[sysutility_ucp_mi_database_file_space_utilizations]
+dockerdb_1       | 
2022-02-03 11:43:36.68 spid8s      Creating view [dbo].[sysutility_ucp_dac_database_file_space_utilizations]
+dockerdb_1       | 
2022-02-03 11:43:36.68 spid8s      Creating view [dbo].[sysutility_ucp_mi_volume_space_utilizations]
+dockerdb_1       | 
2022-02-03 11:43:36.70 spid8s      Creating view [dbo].[sysutility_ucp_dac_volume_space_utilizations]
+dockerdb_1       | 
2022-02-03 11:43:36.75 spid8s      Creating view [dbo].[sysutility_ucp_mi_cpu_utilizations]
+dockerdb_1       | 
2022-02-03 11:43:36.79 spid8s      Creating view [dbo].[sysutility_ucp_computer_cpu_utilizations]
+dockerdb_1       | 
2022-02-03 11:43:36.83 spid8s      Creating view [dbo].[sysutility_ucp_dac_cpu_utilizations]
+dockerdb_1       | 
2022-02-03 11:43:36.88 spid8s      Creating procedure dbo.sp_sysutility_ucp_provision_utility_object_internal
+dockerdb_1       | 
2022-02-03 11:43:36.92 spid8s      Creating function fn_sysutility_ucp_get_aggregated_health
+dockerdb_1       | 
2022-02-03 11:43:36.96 spid8s      Creating view [dbo].[sysutility_ucp_instance_policies]...
+dockerdb_1       | 
2022-02-03 11:43:37.03 spid8s      Creating view [dbo].[sysutility_ucp_computer_policies]...
+dockerdb_1       | 
2022-02-03 11:43:37.33 spid8s      Creating view [dbo].[sysutility_ucp_dac_policies]...
+dockerdb_1       | 
2022-02-03 11:43:37.48 spid8s      Creating view [dbo].[sysutility_ucp_dac_policy_type]...
+dockerdb_1       | 
2022-02-03 11:43:37.88 spid8s      Creating view [dbo].[sysutility_ucp_instance_policy_type]...
+dockerdb_1       | 
2022-02-03 11:43:38.48 spid8s      Creating view dbo.sysutility_ucp_aggregated_dac_health
+dockerdb_1       | 
2022-02-03 11:43:38.48 spid8s      Creating view dbo.sysutility_ucp_aggregated_mi_health
+dockerdb_1       | 
2022-02-03 11:43:38.48 spid8s      Creating view dbo.sysutility_ucp_dac_health
+dockerdb_1       | 
2022-02-03 11:43:38.55 spid8s      Creating view dbo.sysutility_ucp_mi_health
+dockerdb_1       | 
2022-02-03 11:43:38.61 spid8s      Creating procedure dbo.sp_sysutility_ucp_calculate_filegroups_with_policy_violations
+dockerdb_1       | 
2022-02-03 11:43:38.68 spid8s      Creating procedure dbo.sp_sysutility_ucp_calculate_dac_file_space_health
+dockerdb_1       | 
2022-02-03 11:43:38.77 spid8s      Creating procedure dbo.sp_sysutility_ucp_calculate_mi_file_space_health
+dockerdb_1       | 
2022-02-03 11:43:38.85 spid8s      Creating procedure dbo.sp_sysutility_ucp_calculate_computer_health
+dockerdb_1       | 
2022-02-03 11:43:38.95 spid8s      Creating procedure dbo.sp_sysutility_ucp_calculate_dac_health
+dockerdb_1       | 
2022-02-03 11:43:39.05 spid8s      Creating procedure dbo.sp_sysutility_ucp_calculate_aggregated_dac_health
+dockerdb_1       | 
2022-02-03 11:43:39.13 spid8s      Creating procedure dbo.sp_sysutility_ucp_calculate_mi_health
+dockerdb_1       | 
2022-02-03 11:43:39.26 spid8s      Creating procedure dbo.sp_sysutility_ucp_calculate_health
+dockerdb_1       | 
2022-02-03 11:43:39.26 spid8s      Creating procedure dbo.sp_sysutility_ucp_configure_policies
+dockerdb_1       | 
2022-02-03 11:43:40.04 spid8s      Creating [dbo].[sp_sysutility_ucp_remove] procedure
+dockerdb_1       | 
2022-02-03 11:43:40.04 spid8s      Creating procedure [dbo].[sp_sysutility_ucp_remove_mi]
+dockerdb_1       | 
2022-02-03 11:43:40.18 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_mi_file_space_health_internal] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:40.21 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_mi_database_health_internal] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:40.24 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_dac_file_space_health_internal] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:40.28 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_mi_volume_space_health_internal] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:40.31 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_mi_file_space_health] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:40.35 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_mi_database_health] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:40.39 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_dac_database_file_space_health] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:40.42 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_mi_volume_space_health] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:40.81 spid8s      Dropping extended database property - Microsoft_Management_Utility_Version
+dockerdb_1       | 
2022-02-03 11:43:40.81 spid8s      Creating extended database property - Microsoft_Management_Utility_Version (version '___SQLVERSION___NEW___')
+dockerdb_1       | 
2022-02-03 11:43:40.85 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_mi_configuration_internal] TO [UtilityIMRReader]
+dockerdb_1       | 
2022-02-03 11:43:40.88 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_mi_session_statistics_internal] TO [UtilityIMRReader]
+dockerdb_1       | 
2022-02-03 11:43:40.92 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_mi_dac_execution_statistics_internal] TO [UtilityIMRReader]
+dockerdb_1       | 
2022-02-03 11:43:40.97 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_mi_volumes_stage_internal] TO [UtilityIMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.01 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_mi_cpu_stage_internal] TO [UtilityIMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.05 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_mi_smo_stage_internal] TO [UtilityIMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.09 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_mi_smo_properties_to_collect_internal] TO [UtilityIMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.13 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_mi_smo_objects_to_collect_internal] TO [UtilityIMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.16 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_managed_instances_internal] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.20 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_configuration_internal] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.23 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_processing_state_internal] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.26 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_health_policies_internal] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.29 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_aggregated_dac_health_internal] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.33 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_aggregated_mi_health_internal] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.36 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_dac_health_internal] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.40 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_mi_health_internal] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.43 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_policy_check_conditions_internal] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.47 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_policy_target_conditions_internal] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.51 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_deployed_dacs] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.55 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_computers] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.58 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_volumes] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.58 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_utility_space_utilization] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.58 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_instances] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.58 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_databases] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.58 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_filegroups] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.58 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_datafiles] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.58 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_logfiles] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.59 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_mi_database_file_space_utilizations] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.63 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_dac_database_file_space_utilizations] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.66 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_mi_volume_space_utilizations] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.70 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_dac_volume_space_utilizations] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.74 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_mi_cpu_utilizations] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.77 spid8s      Executing: GRANT SELECT ON dbo.[fn_sysutility_ucp_get_file_space_utilization_history] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.81 spid8s      Executing: GRANT SELECT ON dbo.[fn_sysutility_ucp_get_cpu_utilization_history] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.84 spid8s      Executing: GRANT EXECUTE ON dbo.[fn_sysutility_get_is_instance_ucp] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.88 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_managed_instances] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.92 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_configuration] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.95 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_policies] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:41.99 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_policy_violations] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.02 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_aggregated_dac_health] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.05 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_aggregated_mi_health] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.09 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_dac_health] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.12 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_mi_health] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.15 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_policy_check_conditions] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.19 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_policy_target_conditions] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.22 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_dac_policy_type] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.25 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_instance_policy_type] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.28 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_instance_policies] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.32 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_dac_policies] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.35 spid8s      Executing: GRANT SELECT ON dbo.[sysutility_ucp_computer_policies] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.38 spid8s      Executing: GRANT EXECUTE ON dbo.[fn_encode_sqlname_for_powershell] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.38 spid8s      Executing: GRANT EXECUTE ON dbo.[fn_sysutility_ucp_get_applicable_policy] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.38 spid8s      Executing: GRANT EXECUTE ON dbo.[fn_sysutility_ucp_get_aggregated_failure_count] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.38 spid8s      Executing: GRANT EXECUTE ON dbo.[fn_sysutility_ucp_get_global_health_policy] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.38 spid8s      Executing: GRANT SELECT ON dbo.[fn_sysutility_ucp_get_aggregated_health] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.38 spid8s      Executing: GRANT EXECUTE ON dbo.[sp_sysutility_mi_collect_dac_execution_statistics_internal] TO [UtilityIMRWriter]
+dockerdb_1       | 
2022-02-03 11:43:42.38 spid8s      Executing: GRANT EXECUTE ON dbo.[sp_sysutility_mi_get_dac_execution_statistics_internal] TO [UtilityIMRWriter]
+dockerdb_1       | 
2022-02-03 11:43:42.41 spid8s      Executing: GRANT SELECT ON dbo.[fn_sysutility_mi_get_batch_manifest] TO [UtilityIMRWriter]
+dockerdb_1       | 
2022-02-03 11:43:42.44 spid8s      Executing: GRANT EXECUTE ON dbo.[fn_sysutility_mi_get_cpu_architecture_name] TO [UtilityIMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.48 spid8s      Executing: GRANT EXECUTE ON dbo.[fn_sysutility_mi_get_cpu_family_name] TO [UtilityIMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.51 spid8s      Executing: GRANT EXECUTE ON dbo.[fn_sysutility_get_culture_invariant_conversion_style_internal] TO [UtilityIMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.55 spid8s      Executing: GRANT SELECT ON dbo.[fn_sysutility_ucp_get_policy_violations] TO [UtilityCMRReader]
+dockerdb_1       | 
2022-02-03 11:43:42.61 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_computers]
+dockerdb_1       | 
2022-02-03 11:43:42.63 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_computers] FOR [msdb].[dbo].[sysutility_ucp_computers_stub]
+dockerdb_1       | 
2022-02-03 11:43:42.68 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_volumes]
+dockerdb_1       | 
2022-02-03 11:43:42.71 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_volumes] FOR [msdb].[dbo].[sysutility_ucp_volumes_stub]
+dockerdb_1       | 
2022-02-03 11:43:42.74 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_dacs]
+dockerdb_1       | 
2022-02-03 11:43:42.77 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_dacs] FOR [msdb].[dbo].[sysutility_ucp_dacs_stub]
+dockerdb_1       | 
2022-02-03 11:43:42.81 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_smo_servers]
+dockerdb_1       | 
2022-02-03 11:43:42.84 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_smo_servers] FOR [msdb].[dbo].[sysutility_ucp_smo_servers_stub]
+dockerdb_1       | 
2022-02-03 11:43:42.87 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_databases]
+dockerdb_1       | 
2022-02-03 11:43:42.90 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_databases] FOR [msdb].[dbo].[sysutility_ucp_databases_stub]
+dockerdb_1       | 
2022-02-03 11:43:42.94 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_filegroups]
+dockerdb_1       | 
2022-02-03 11:43:42.97 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_filegroups] FOR [msdb].[dbo].[sysutility_ucp_filegroups_stub]
+dockerdb_1       | 
2022-02-03 11:43:43.01 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_datafiles]
+dockerdb_1       | 
2022-02-03 11:43:43.05 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_datafiles] FOR [msdb].[dbo].[sysutility_ucp_datafiles_stub]
+dockerdb_1       | 
2022-02-03 11:43:43.09 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_logfiles]
+dockerdb_1       | 
2022-02-03 11:43:43.12 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_logfiles] FOR [msdb].[dbo].[sysutility_ucp_logfiles_stub]
+dockerdb_1       | 
2022-02-03 11:43:43.15 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_cpu_utilization]
+dockerdb_1       | 
2022-02-03 11:43:43.17 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_cpu_utilization] FOR [msdb].[dbo].[sysutility_ucp_cpu_utilization_stub]
+dockerdb_1       | 
2022-02-03 11:43:43.17 spid8s      Executing: DROP SYNONYM [dbo].[syn_sysutility_ucp_space_utilization]
+dockerdb_1       | 
2022-02-03 11:43:43.17 spid8s      Executing: CREATE SYNONYM [dbo].[syn_sysutility_ucp_space_utilization] FOR [msdb].[dbo].[sysutility_ucp_space_utilization_stub]
+dockerdb_1       | 
2022-02-03 11:43:43.17 spid8s      Configuration option 'Agent XPs' changed from 1 to 0. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:43:43.20 spid8s      Configuration option 'Agent XPs' changed from 1 to 0. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:43:43.31 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:43:43.33 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:43:45.51 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:45.51 spid8s      --------------------------------
+dockerdb_1       | 
2022-02-03 11:43:45.51 spid8s      Starting execution of Alwayson.SQL
+dockerdb_1       | 
2022-02-03 11:43:45.51 spid8s      --------------------------------
+dockerdb_1       | 
2022-02-03 11:43:46.30 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:46.30 spid8s      Deleting existing policies, objectsets...
+dockerdb_1       | 
2022-02-03 11:43:46.30 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:46.30 spid8s      Deleting AlwaysOnArJoinStateHealthPolicy
+dockerdb_1       | 
2022-02-03 11:43:46.43 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:46.43 spid8s      Deleting AlwaysOnArJoinStateHealthPolicy_ObjectSet
+dockerdb_1       | 
2022-02-03 11:43:46.58 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:46.58 spid8s      Deleting AlwaysOnAgReplicasConnectionHealthPolicy
+dockerdb_1       | 
2022-02-03 11:43:46.62 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:46.63 spid8s      Deleting AlwaysOnAgReplicasConnectionHealthPolicy_ObjectSet
+dockerdb_1       | 
2022-02-03 11:43:46.69 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:46.70 spid8s      Deleting AlwaysOnAgReplicasDataSynchronizationHealthPolicy
+dockerdb_1       | 
2022-02-03 11:43:46.75 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:46.76 spid8s      Deleting AlwaysOnAgReplicasDataSynchronizationHealthPolicy_ObjectSet
+dockerdb_1       | 
2022-02-03 11:43:46.80 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:46.81 spid8s      Deleting AlwaysOnAgReplicasRoleHealthPolicy
+dockerdb_1       | 
2022-02-03 11:43:46.85 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:46.86 spid8s      Deleting AlwaysOnAgReplicasRoleHealthPolicy_ObjectSet
+dockerdb_1       | 
2022-02-03 11:43:46.91 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:46.92 spid8s      Deleting AlwaysOnAgSynchronousReplicasDataSynchronizationHealthPolicy
+dockerdb_1       | 
2022-02-03 11:43:46.96 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:46.97 spid8s      Deleting AlwaysOnAgSynchronousReplicasDataSynchronizationHealthPolicy_ObjectSet
+dockerdb_1       | 
2022-02-03 11:43:47.04 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.05 spid8s      Deleting AlwaysOnDbrJoinStatePolicy
+dockerdb_1       | 
2022-02-03 11:43:47.07 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.07 spid8s      Deleting AlwaysOnDbrJoinStatePolicy_ObjectSet
+dockerdb_1       | 
2022-02-03 11:43:47.07 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.07 spid8s      Deleting AlwaysOnDbrSuspendStatePolicy
+dockerdb_1       | 
2022-02-03 11:43:47.07 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.07 spid8s      Deleting AlwaysOnDbrSuspendStatePolicy_ObjectSet
+dockerdb_1       | 
2022-02-03 11:43:47.07 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.07 spid8s      Deleting AlwaysOnAgOnlineStateHealthPolicy
+dockerdb_1       | 
2022-02-03 11:43:47.08 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.09 spid8s      Deleting existing AlwaysOnAgOnlineStateHealthPolicy_ObjectSet
+dockerdb_1       | 
2022-02-03 11:43:47.13 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.14 spid8s      Deleting AlwaysOnAgAutomaticFailoverHealthPolicy
+dockerdb_1       | 
2022-02-03 11:43:47.18 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.19 spid8s      Deleting AlwaysOnAgAutomaticFailoverHealthPolicy_ObjectSet
+dockerdb_1       | 
2022-02-03 11:43:47.23 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.24 spid8s      Deleting AlwaysOnArConnectionHealthPolicy
+dockerdb_1       | 
2022-02-03 11:43:47.28 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.29 spid8s      Deleting AlwaysOnArConnectionHealthPolicy_ObjectSet
+dockerdb_1       | 
2022-02-03 11:43:47.33 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.33 spid8s      Deleting AlwaysOnDbrDataSynchronizationState
+dockerdb_1       | 
2022-02-03 11:43:47.37 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.38 spid8s      Deleting AlwaysOnDbrDataSynchronizationState_ObjectSet
+dockerdb_1       | 
2022-02-03 11:43:47.42 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.43 spid8s      Deleting AlwaysOnArDataSynchronizationHealthPolicy
+dockerdb_1       | 
2022-02-03 11:43:47.47 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.48 spid8s      Deleting AlwaysOnArDataSynchronizationHealthPolicy_ObjectSet
+dockerdb_1       | 
2022-02-03 11:43:47.52 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.53 spid8s      Deleting AlwaysOnArRoleHealthPolicy
+dockerdb_1       | 
2022-02-03 11:43:47.57 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.57 spid8s      Deleting AlwaysOnArRoleHealthPolicy_ObjectSet
+dockerdb_1       | 
2022-02-03 11:43:47.62 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.62 spid8s      Deleting AlwaysOnAgWSFClusterHealthPolicy
+dockerdb_1       | 
2022-02-03 11:43:47.66 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.67 spid8s      Deleting AlwaysOnAgWSFClusterHealthPolicy_ObjectSet
+dockerdb_1       | 
2022-02-03 11:43:47.71 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.72 spid8s      Creating category: Availability group errors (any replica role)...
+dockerdb_1       | 
2022-02-03 11:43:47.85 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.85 spid8s      Creating category: Availability group errors (primary replica only)...
+dockerdb_1       | 
2022-02-03 11:43:47.85 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.85 spid8s      Creating category: Availability replica errors...
+dockerdb_1       | 
2022-02-03 11:43:47.85 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.85 spid8s      Creating category: Availability database errors...
+dockerdb_1       | 
2022-02-03 11:43:47.85 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.85 spid8s      Creating category: Availability group warnings (any replica role)...
+dockerdb_1       | 
2022-02-03 11:43:47.85 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.85 spid8s      Creating category: Availability group warnings (primary replica only)...
+dockerdb_1       | 
2022-02-03 11:43:47.87 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.88 spid8s      Creating category: Availability replica warnings...
+dockerdb_1       | 
2022-02-03 11:43:47.91 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.91 spid8s      Creating category: Availability database warnings...
+dockerdb_1       | 
2022-02-03 11:43:47.94 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:47.95 spid8s      Creating Condition: AlwaysOnAgAutomaticFailoverHealthCondition...
+dockerdb_1       | 
2022-02-03 11:43:48.09 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:48.10 spid8s      Creating Condition: AlwaysOnDbrJoinStateCondition...
+dockerdb_1       | 
2022-02-03 11:43:48.14 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:48.14 spid8s      Creating Condition: AlwaysOnAgWSFClusterHealthCondition...
+dockerdb_1       | 
2022-02-03 11:43:48.18 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:48.19 spid8s      Creating Condition: AlwaysOnArConnectionHealthCondition...
+dockerdb_1       | 
2022-02-03 11:43:48.23 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:48.24 spid8s      Creating Condition: AlwaysOnAgReplicasConnectionHealthCondition...
+dockerdb_1       | 
2022-02-03 11:43:48.28 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:48.28 spid8s      Creating Condition: AlwaysOnAgReplicasDataSynchronizationHealthCondition...
+dockerdb_1       | 
2022-02-03 11:43:48.33 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:48.34 spid8s      Creating Condition: AlwaysOnAgReplicasRoleHealthCondition...
+dockerdb_1       | 
2022-02-03 11:43:48.38 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:48.38 spid8s      Creating Condition: AlwaysOnAgSynchronousReplicasDataSynchronizationHealthCondition...
+dockerdb_1       | 
2022-02-03 11:43:48.44 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:48.45 spid8s      Creating Condition: AlwaysOnDbrSuspendStateCondition...
+dockerdb_1       | 
2022-02-03 11:43:48.50 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:48.51 spid8s      Creating Condition: AlwaysOnDbrDataSynchronizationCondition...
+dockerdb_1       | 
2022-02-03 11:43:48.56 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:48.57 spid8s      Creating Condition: IsHadrEnabled...
+dockerdb_1       | 
2022-02-03 11:43:48.61 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:48.61 spid8s      Creating Condition: AlwaysOnAgOnlineStateHealthCondition...
+dockerdb_1       | 
2022-02-03 11:43:48.61 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:48.61 spid8s      Creating Condition: AlwaysOnArDataSynchronizationHealthCondition...
+dockerdb_1       | 
2022-02-03 11:43:48.61 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:48.61 spid8s      Creating Condition: AlwaysOnArRoleHealthCondition...
+dockerdb_1       | 
2022-02-03 11:43:48.61 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:48.61 spid8s      Creating Condition: AlwaysOnArJoinStateHealthCondition
+dockerdb_1       | 
2022-02-03 11:43:48.64 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:48.65 spid8s      Creating Policy: AlwaysOnAgReplicasConnectionHealthPolicy...
+dockerdb_1       | 
2022-02-03 11:43:49.05 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:49.05 spid8s      Creating Policy: AlwaysOnAgReplicasDataSynchronizationHealthPolicy...
+dockerdb_1       | 
2022-02-03 11:43:49.13 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:49.14 spid8s      Creating Policy: AlwaysOnAgReplicasRoleHealthPolicy...
+dockerdb_1       | 
2022-02-03 11:43:49.23 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:49.25 spid8s      Creating Policy: AlwaysOnAgSynchronousReplicasDataSynchronizationHealthPolicy...
+dockerdb_1       | 
2022-02-03 11:43:49.36 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:49.37 spid8s      Creating Policy: AlwaysOnDbrJoinStatePolicy...
+dockerdb_1       | 
2022-02-03 11:43:49.41 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:49.41 spid8s      Creating Policy: AlwaysOnDbrSuspendStatePolicy...
+dockerdb_1       | 
2022-02-03 11:43:49.41 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:49.41 spid8s      Creating Policy: AlwaysOnAgOnlineStateHealthPolicy...
+dockerdb_1       | 
2022-02-03 11:43:49.44 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:49.45 spid8s      Creating Policy: AlwaysOnAgAutomaticFailoverHealthPolicy...
+dockerdb_1       | 
2022-02-03 11:43:49.54 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:49.56 spid8s      Creating Policy: AlwaysOnArConnectionHealthPolicy...
+dockerdb_1       | 
2022-02-03 11:43:49.70 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:49.71 spid8s      Creating Policy: AlwaysOnDbrDataSynchronizationState...
+dockerdb_1       | 
2022-02-03 11:43:49.80 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:49.81 spid8s      Creating Policy: AlwaysOnArDataSynchronizationHealthPolicy...
+dockerdb_1       | 
2022-02-03 11:43:49.91 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:49.92 spid8s      Creating Policy: AlwaysOnArRoleHealthPolicy...
+dockerdb_1       | 
2022-02-03 11:43:50.02 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:50.03 spid8s      Creating Policy: AlwaysOnAgWSFClusterHealthPolicy...
+dockerdb_1       | 
2022-02-03 11:43:50.10 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:50.11 spid8s      Creating Policy: AlwaysOnArJoinStateHealthPolicy...
+dockerdb_1       | 
2022-02-03 11:43:50.18 spid8s      Creating table [dm_hadr_automatic_seeding_history]
+dockerdb_1       | 
2022-02-03 11:43:50.18 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:50.18 spid8s      Creating procedure sp_delete_dm_hadr_automatic_seeding_history...
+dockerdb_1       | 
2022-02-03 11:43:50.18 spid8s      Creating Managed Backup objects...
+dockerdb_1       | 
2022-02-03 11:43:50.18 spid8s      Adding task agent Microsoft.SqlAutoAdmin.AutoBackupAgent.dll...
+dockerdb_1       | 
2022-02-03 11:43:50.21 spid8s      Creating procedure autoadmin_update_task_agent_path...
+dockerdb_1       | 
2022-02-03 11:43:51.18 spid8s      Creating function fn_autoadmin_schema_version...
+dockerdb_1       | 
2022-02-03 11:43:51.21 spid8s      Creating function fn_autoadmin_min_schema_version...
+dockerdb_1       | 
2022-02-03 11:43:51.25 spid8s      Creating view autoadmin_backup_configurations...
+dockerdb_1       | 
2022-02-03 11:43:51.38 spid8s      Creating view autoadmin_backup_configuration_summary...
+dockerdb_1       | 
2022-02-03 11:43:51.50 spid8s      Creating procedure autoadmin_metadata_query_schema_version...
+dockerdb_1       | 
2022-02-03 11:43:51.54 spid8s      Creating procedure autoadmin_metadata_query_dbs...
+dockerdb_1       | 
2022-02-03 11:43:51.75 spid8s      Creating procedure autoadmin_metadata_insert_task_agent_global_data...
+dockerdb_1       | 
2022-02-03 11:43:51.79 spid8s      Creating procedure autoadmin_metadata_query_task_agent_global_data...
+dockerdb_1       | 
2022-02-03 11:43:51.79 spid8s      Creating procedure autoadmin_metadata_update_task_agent_global_data...
+dockerdb_1       | 
2022-02-03 11:43:51.79 spid8s      Creating procedure autoadmin_metadata_delete_task_agent_global_data...
+dockerdb_1       | 
2022-02-03 11:43:51.79 spid8s      Creating procedure autoadmin_metadata_update_task_agent_data_for_database...
+dockerdb_1       | 
2022-02-03 11:43:51.90 spid8s      Creating procedure autoadmin_metadata_delete_task_agent_data_for_database...
+dockerdb_1       | 
2022-02-03 11:43:52.27 spid8s      Creating procedure autoadmin_metadata_delete...
+dockerdb_1       | 
2022-02-03 11:43:52.32 spid8s      Creating procedure autoadmin_metadata_cleanup...
+dockerdb_1       | 
2022-02-03 11:43:52.38 spid8s      Creating procedure autoadmin_set_system_flag...
+dockerdb_1       | 
2022-02-03 11:43:52.43 spid8s      Creating procedure autoadmin_fetch_system_flags...
+dockerdb_1       | 
2022-02-03 11:43:52.49 spid8s      Creating procedure autoadmin_restore_headeronly...
+dockerdb_1       | 
2022-02-03 11:43:52.55 spid8s      Creating procedure autoadmin_set_master_switch...
+dockerdb_1       | 
2022-02-03 11:43:52.58 spid8s      Creating procedure managed_backup.sp_backup_config_basic...
+dockerdb_1       | 
2022-02-03 11:43:52.58 spid8s      Creating procedure managed_backup.sp_backup_config_advanced...
+dockerdb_1       | 
2022-02-03 11:43:52.58 spid8s      Creating procedure managed_backup.sp_backup_config_schedule...
+dockerdb_1       | 
2022-02-03 11:43:52.58 spid8s      Creating procedure managed_backup.sp_create_job...
+dockerdb_1       | 
2022-02-03 11:43:52.58 spid8s      Creating procedure managed_backup.sp_add_task_command...
+dockerdb_1       | 
2022-02-03 11:43:52.66 spid8s      Creating procedure managed_backup.sp_backup_on_demand...
+dockerdb_1       | 
2022-02-03 11:43:52.71 spid8s      Creating procedure managed_backup.sp_set_parameter...
+dockerdb_1       | 
2022-02-03 11:43:52.75 spid8s      Creating procedure managed_backup.sp_get_backup_diagnostics...
+dockerdb_1       | 
2022-02-03 11:43:52.82 spid8s      Creating procedure managed_backup.sp_backup_master_switch...
+dockerdb_1       | 
2022-02-03 11:43:52.87 spid8s      Creating procedure managed_backup.sp_get_encryption_option...
+dockerdb_1       | 
2022-02-03 11:43:52.91 spid8s      Creating procedure managed_backup.sp_get_striping_option...
+dockerdb_1       | 
2022-02-03 11:43:52.96 spid8s      Creating procedure managed_backup.sp_do_backup...
+dockerdb_1       | 
2022-02-03 11:43:53.01 spid8s      Creating procedure smart_admin.sp_create_job...
+dockerdb_1       | 
2022-02-03 11:43:53.05 spid8s      Creating procedure smart_admin.sp_add_task_command...
+dockerdb_1       | 
2022-02-03 11:43:53.09 spid8s      Creating procedure smart_admin.sp_set_db_backup...
+dockerdb_1       | 
2022-02-03 11:43:53.15 spid8s      Creating procedure smart_admin.sp_backup_on_demand...
+dockerdb_1       | 
2022-02-03 11:43:53.18 spid8s      Creating procedure smart_admin.sp_set_instance_backup...
+dockerdb_1       | 
2022-02-03 11:43:53.24 spid8s      Creating procedure smart_admin.sp_set_parameter...
+dockerdb_1       | 
2022-02-03 11:43:53.28 spid8s      Creating procedure smart_admin.sp_get_backup_diagnostics...
+dockerdb_1       | 
2022-02-03 11:43:53.32 spid8s      Creating procedure smart_admin.sp_backup_master_switch...
+dockerdb_1       | 
2022-02-03 11:43:53.35 spid8s      Creating procedure smart_admin.sp_get_encryption_option...
+dockerdb_1       | 
2022-02-03 11:43:53.35 spid8s      Creating procedure smart_admin.sp_do_backup...
+dockerdb_1       | 
2022-02-03 11:43:53.35 spid8s      Creating function managed_backup.fn_backup_db_config...
+dockerdb_1       | 
2022-02-03 11:43:53.40 spid8s      Creating function managed_backup.fn_backup_instance_config...
+dockerdb_1       | 
2022-02-03 11:43:53.59 spid8s      Creating function managed_backup.fn_is_master_switch_on...
+dockerdb_1       | 
2022-02-03 11:43:53.63 spid8s      Creating function managed_backup.fn_get_parameter...
+dockerdb_1       | 
2022-02-03 11:43:53.70 spid8s      Creating function managed_backup.fn_available_backups...
+dockerdb_1       | 
2022-02-03 11:43:53.89 spid8s      Creating function managed_backup.fn_get_current_xevent_settings...
+dockerdb_1       | 
2022-02-03 11:43:54.03 spid8s      Creating function managed_backup.fn_get_health_status...
+dockerdb_1       | 
2022-02-03 11:43:54.14 spid8s      Creating function smart_admin.fn_backup_db_config...
+dockerdb_1       | 
2022-02-03 11:43:54.14 spid8s      Creating function smart_admin.fn_backup_instance_config...
+dockerdb_1       | 
2022-02-03 11:43:54.27 spid8s      Creating function smart_admin.fn_is_master_switch_on...
+dockerdb_1       | 
2022-02-03 11:43:54.31 spid8s      Creating function smart_admin.fn_get_parameter...
+dockerdb_1       | 
2022-02-03 11:43:54.38 spid8s      Creating function smart_admin.fn_available_backups...
+dockerdb_1       | 
2022-02-03 11:43:54.48 spid8s      Creating function smart_admin.fn_get_current_xevent_settings...
+dockerdb_1       | 
2022-02-03 11:43:54.55 spid8s      Creating function smart_admin.fn_get_health_status...
+dockerdb_1       | 
2022-02-03 11:43:54.62 spid8s      Creating view vw_autoadmin_health_status...
+dockerdb_1       | 
2022-02-03 11:43:54.68 spid8s      Creating procedure sp_check_smartadmin_notification_enabled...
+dockerdb_1       | 
2022-02-03 11:43:54.71 spid8s      Creating procedure sp_autoadmin_notification_job_send_email...
+dockerdb_1       | 
2022-02-03 11:43:54.77 spid8s      Creating procedure sp_autoadmin_create_notification_job...
+dockerdb_1       | 
2022-02-03 11:43:54.85 spid8s      Creating procedure sp_autoadmin_configure_notification...
+dockerdb_1       | 
2022-02-03 11:43:54.93 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:54.93 spid8s      Deleting existing policies, objectsets...
+dockerdb_1       | 
2022-02-03 11:43:54.93 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:54.93 spid8s      Deleting SmartAdminSystemHealthPolicy
+dockerdb_1       | 
2022-02-03 11:43:54.99 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:54.99 spid8s      Deleting SmartAdminSystemHealthPolicy_ObjectSet
+dockerdb_1       | 
2022-02-03 11:43:55.04 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:55.05 spid8s      Deleting SmartAdminUserActionsHealthPolicy
+dockerdb_1       | 
2022-02-03 11:43:55.09 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:55.10 spid8s      Deleting SmartAdminUserActionsHealthPolicy_ObjectSet
+dockerdb_1       | 
2022-02-03 11:43:55.15 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:55.16 spid8s      Creating category: SmartAdmin errors...
+dockerdb_1       | 
2022-02-03 11:43:55.18 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:55.19 spid8s      Creating category: SmartAdmin warnings...
+dockerdb_1       | 
2022-02-03 11:43:55.21 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:55.21 spid8s      Creating Condition: SmartAdminSystemHealthCondition...
+dockerdb_1       | 
2022-02-03 11:43:55.26 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:55.27 spid8s      Creating Policy: SmartAdminSystemHealthPolicy...
+dockerdb_1       | 
2022-02-03 11:43:55.36 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:55.36 spid8s      Creating Condition: SmartAdminUserActionsHealthCondition...
+dockerdb_1       | 
2022-02-03 11:43:55.41 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:55.41 spid8s      Creating Policy: SmartAdminUserActionsHealthPolicy...
+dockerdb_1       | 
2022-02-03 11:43:55.51 spid8s      Completed creating all required Managed Backup objects...
+dockerdb_1       | 
2022-02-03 11:43:55.53 spid8s       
+dockerdb_1       | 
2022-02-03 11:43:55.53 spid8s      -------------------------------------------
+dockerdb_1       | 
2022-02-03 11:43:55.55 spid8s      Starting execution of MSDB_POST_INSTALL.SQL
+dockerdb_1       | 
2022-02-03 11:43:55.56 spid8s      -------------------------------------------
+dockerdb_1       | 
2022-02-03 11:43:57.22 spid8s      Signing sps ...
+dockerdb_1       | 
2022-02-03 11:43:57.23 spid8s      Dropping existing Agent certificate ...
+dockerdb_1       | 
2022-02-03 11:43:57.31 spid8s      DBCC TRACEON 4606, server process ID (SPID) 8. This is an informational message only; no user action is required.
+dockerdb_1       | 
2022-02-03 11:43:57.35 spid8s      DBCC execution completed. If DBCC printed error messages, contact your system administrator.
+dockerdb_1       | 
2022-02-03 11:43:58.19 spid8s      DBCC TRACEOFF 4606, server process ID (SPID) 8. This is an informational message only; no user action is required.
+dockerdb_1       | 
2022-02-03 11:43:58.24 spid8s      DBCC execution completed. If DBCC printed error messages, contact your system administrator.
+dockerdb_1       | 
2022-02-03 11:43:58.28 spid8s      Created #InstmsdbAgentCertPath with value /var/opt/mssql/data/MS_AgentSigningCertificate.cer
+dockerdb_1       | 
2022-02-03 11:43:58.28 spid8s      Processing sp: [dbo].[sp_sqlagent_is_srvrolemember]
+dockerdb_1       | 
2022-02-03 11:43:58.30 spid8s      Processing sp: [dbo].[sp_verify_category_identifiers]
+dockerdb_1       | 
2022-02-03 11:43:58.40 spid8s      Processing sp: [dbo].[sp_verify_proxy_identifiers]
+dockerdb_1       | 
2022-02-03 11:43:58.49 spid8s      Processing sp: [dbo].[sp_verify_credential_identifiers]
+dockerdb_1       | 
2022-02-03 11:43:58.58 spid8s      Processing sp: [dbo].[sp_verify_subsystem_identifiers]
+dockerdb_1       | 
2022-02-03 11:43:58.69 spid8s      Processing sp: [dbo].[sp_verify_login_identifiers]
+dockerdb_1       | 
2022-02-03 11:43:58.84 spid8s      Processing sp: [dbo].[sp_verify_proxy]
+dockerdb_1       | 
2022-02-03 11:43:58.99 spid8s      Processing sp: [dbo].[sp_add_proxy]
+dockerdb_1       | 
2022-02-03 11:43:59.00 spid8s      Processing sp: [dbo].[sp_delete_proxy]
+dockerdb_1       | 
2022-02-03 11:43:59.00 spid8s      Processing sp: [dbo].[sp_update_proxy]
+dockerdb_1       | 
2022-02-03 11:43:59.04 spid8s      Processing sp: [dbo].[sp_sqlagent_is_member]
+dockerdb_1       | 
2022-02-03 11:43:59.12 spid8s      Processing sp: [dbo].[sp_verify_proxy_permissions]
+dockerdb_1       | 
2022-02-03 11:43:59.22 spid8s      Processing sp: [dbo].[sp_help_proxy]
+dockerdb_1       | 
2022-02-03 11:43:59.33 spid8s      Processing sp: [dbo].[sp_grant_proxy_to_subsystem]
+dockerdb_1       | 
2022-02-03 11:43:59.42 spid8s      Processing sp: [dbo].[sp_grant_login_to_proxy]
+dockerdb_1       | 
2022-02-03 11:43:59.51 spid8s      Processing sp: [dbo].[sp_revoke_login_from_proxy]
+dockerdb_1       | 
2022-02-03 11:43:59.60 spid8s      Processing sp: [dbo].[sp_revoke_proxy_from_subsystem]
+dockerdb_1       | 
2022-02-03 11:43:59.68 spid8s      Processing sp: [dbo].[sp_enum_proxy_for_subsystem]
+dockerdb_1       | 
2022-02-03 11:43:59.76 spid8s      Processing sp: [dbo].[sp_enum_login_for_proxy]
+dockerdb_1       | 
2022-02-03 11:43:59.84 spid8s      Processing sp: [dbo].[sp_sqlagent_get_startup_info]
+dockerdb_1       | 
2022-02-03 11:43:59.84 spid8s      Processing sp: [dbo].[sp_sqlagent_has_server_access]
+dockerdb_1       | 
2022-02-03 11:43:59.84 spid8s      Processing sp: [dbo].[sp_sem_add_message]
+dockerdb_1       | 
2022-02-03 11:43:59.89 spid8s      Processing sp: [dbo].[sp_sem_drop_message]
+dockerdb_1       | 
2022-02-03 11:43:59.97 spid8s      Processing sp: [dbo].[sp_get_message_description]
+dockerdb_1       | 
2022-02-03 11:44:00.06 spid8s      Processing sp: [dbo].[sp_sqlagent_get_perf_counters]
+dockerdb_1       | 
2022-02-03 11:44:00.16 spid8s      Processing sp: [dbo].[sp_sqlagent_notify]
+dockerdb_1       | 
2022-02-03 11:44:00.25 spid8s      Processing sp: [dbo].[sp_is_sqlagent_starting]
+dockerdb_1       | 
2022-02-03 11:44:00.34 spid8s      Processing sp: [dbo].[sp_verify_job_identifiers]
+dockerdb_1       | 
2022-02-03 11:44:00.43 spid8s      Processing sp: [dbo].[sp_verify_schedule_identifiers]
+dockerdb_1       | 
2022-02-03 11:44:00.52 spid8s      Processing sp: [dbo].[sp_verify_jobproc_caller]
+dockerdb_1       | 
2022-02-03 11:44:00.61 spid8s      Processing sp: [dbo].[sp_downloaded_row_limiter]
+dockerdb_1       | 
2022-02-03 11:44:00.63 spid8s      Processing sp: [dbo].[sp_post_msx_operation]
+dockerdb_1       | 
2022-02-03 11:44:00.63 spid8s      Processing sp: [dbo].[sp_verify_performance_condition]
+dockerdb_1       | 
2022-02-03 11:44:00.66 spid8s      Processing sp: [dbo].[sp_verify_job_date]
+dockerdb_1       | 
2022-02-03 11:44:00.75 spid8s      Processing sp: [dbo].[sp_verify_job_time]
+dockerdb_1       | 
2022-02-03 11:44:00.83 spid8s      Processing sp: [dbo].[sp_verify_alert]
+dockerdb_1       | 
2022-02-03 11:44:00.94 spid8s      Processing sp: [dbo].[sp_update_alert]
+dockerdb_1       | 
2022-02-03 11:44:01.04 spid8s      Processing sp: [dbo].[sp_delete_job_references]
+dockerdb_1       | 
2022-02-03 11:44:01.14 spid8s      Processing sp: [dbo].[sp_delete_all_msx_jobs]
+dockerdb_1       | 
2022-02-03 11:44:01.24 spid8s      Processing sp: [dbo].[sp_generate_target_server_job_assignment_sql]
+dockerdb_1       | 
2022-02-03 11:44:01.32 spid8s      Processing sp: [dbo].[sp_generate_server_description]
+dockerdb_1       | 
2022-02-03 11:44:01.41 spid8s      Processing sp: [dbo].[sp_msx_set_account]
+dockerdb_1       | 
2022-02-03 11:44:01.42 spid8s      Processing sp: [dbo].[sp_msx_get_account]
+dockerdb_1       | 
2022-02-03 11:44:01.42 spid8s      Processing sp: [dbo].[sp_delete_operator]
+dockerdb_1       | 
2022-02-03 11:44:01.42 spid8s      Processing sp: [dbo].[sp_msx_defect]
+dockerdb_1       | 
2022-02-03 11:44:01.51 spid8s      Processing sp: [dbo].[sp_msx_enlist]
+dockerdb_1       | 
2022-02-03 11:44:01.59 spid8s      Processing sp: [dbo].[sp_delete_targetserver]
+dockerdb_1       | 
2022-02-03 11:44:01.68 spid8s      Processing sp: [dbo].[sp_get_sqlagent_properties]
+dockerdb_1       | 
2022-02-03 11:44:01.77 spid8s      Processing sp: [dbo].[sp_set_sqlagent_properties]
+dockerdb_1       | 
2022-02-03 11:44:01.88 spid8s      Processing sp: [dbo].[sp_add_targetservergroup]
+dockerdb_1       | 
2022-02-03 11:44:01.99 spid8s      Processing sp: [dbo].[sp_update_targetservergroup]
+dockerdb_1       | 
2022-02-03 11:44:02.08 spid8s      Processing sp: [dbo].[sp_delete_targetservergroup]
+dockerdb_1       | 
2022-02-03 11:44:02.18 spid8s      Processing sp: [dbo].[sp_help_targetservergroup]
+dockerdb_1       | 
2022-02-03 11:44:02.20 spid8s      Processing sp: [dbo].[sp_add_targetsvrgrp_member]
+dockerdb_1       | 
2022-02-03 11:44:02.20 spid8s      Processing sp: [dbo].[sp_delete_targetsvrgrp_member]
+dockerdb_1       | 
2022-02-03 11:44:02.21 spid8s      Processing sp: [dbo].[sp_verify_category]
+dockerdb_1       | 
2022-02-03 11:44:02.29 spid8s      Processing sp: [dbo].[sp_add_category]
+dockerdb_1       | 
2022-02-03 11:44:02.36 spid8s      Processing sp: [dbo].[sp_update_category]
+dockerdb_1       | 
2022-02-03 11:44:02.44 spid8s      Processing sp: [dbo].[sp_delete_category]
+dockerdb_1       | 
2022-02-03 11:44:02.53 spid8s      Processing sp: [dbo].[sp_help_category]
+dockerdb_1       | 
2022-02-03 11:44:02.61 spid8s      Processing sp: [dbo].[sp_help_targetserver]
+dockerdb_1       | 
2022-02-03 11:44:02.69 spid8s      Processing sp: [dbo].[sp_resync_targetserver]
+dockerdb_1       | 
2022-02-03 11:44:02.81 spid8s      Processing sp: [dbo].[sp_purge_jobhistory]
+dockerdb_1       | 
2022-02-03 11:44:02.90 spid8s      Processing sp: [dbo].[sp_help_jobhistory]
+dockerdb_1       | 
2022-02-03 11:44:02.98 spid8s      Processing sp: [dbo].[sp_help_jobhistory_full]
+dockerdb_1       | 
2022-02-03 11:44:02.99 spid8s      Processing sp: [dbo].[sp_help_jobhistory_summary]
+dockerdb_1       | 
2022-02-03 11:44:02.99 spid8s      Processing sp: [dbo].[sp_help_jobhistory_sem]
+dockerdb_1       | 
2022-02-03 11:44:03.04 spid8s      Processing sp: [dbo].[sp_add_jobserver]
+dockerdb_1       | 
2022-02-03 11:44:03.15 spid8s      Processing sp: [dbo].[sp_delete_jobserver]
+dockerdb_1       | 
2022-02-03 11:44:03.23 spid8s      Processing sp: [dbo].[sp_help_jobserver]
+dockerdb_1       | 
2022-02-03 11:44:03.31 spid8s      Processing sp: [dbo].[sp_help_downloadlist]
+dockerdb_1       | 
2022-02-03 11:44:03.41 spid8s      Processing sp: [dbo].[sp_enum_sqlagent_subsystems]
+dockerdb_1       | 
2022-02-03 11:44:03.50 spid8s      Processing sp: [dbo].[sp_enum_sqlagent_subsystems_internal]
+dockerdb_1       | 
2022-02-03 11:44:03.59 spid8s      Processing sp: [dbo].[sp_verify_subsystem]
+dockerdb_1       | 
2022-02-03 11:44:03.67 spid8s      Processing sp: [dbo].[sp_verify_subsystems]
+dockerdb_1       | 
2022-02-03 11:44:03.76 spid8s      Processing sp: [dbo].[sp_verify_schedule]
+dockerdb_1       | 
2022-02-03 11:44:03.78 spid8s      Processing sp: [dbo].[sp_add_schedule]
+dockerdb_1       | 
2022-02-03 11:44:03.78 spid8s      Processing sp: [dbo].[sp_attach_schedule]
+dockerdb_1       | 
2022-02-03 11:44:03.82 spid8s      Processing sp: [dbo].[sp_detach_schedule]
+dockerdb_1       | 
2022-02-03 11:44:03.98 spid8s      Processing sp: [dbo].[sp_update_schedule]
+dockerdb_1       | 
2022-02-03 11:44:04.11 spid8s      Processing sp: [dbo].[sp_delete_schedule]
+dockerdb_1       | 
2022-02-03 11:44:04.22 spid8s      Processing sp: [dbo].[sp_get_jobstep_db_username]
+dockerdb_1       | 
2022-02-03 11:44:04.32 spid8s      Processing sp: [dbo].[sp_verify_jobstep]
+dockerdb_1       | 
2022-02-03 11:44:04.45 spid8s      Processing sp: [dbo].[sp_add_jobstep_internal]
+dockerdb_1       | 
2022-02-03 11:44:04.59 spid8s      Processing sp: [dbo].[sp_add_jobstep]
+dockerdb_1       | 
2022-02-03 11:44:04.59 spid8s      Processing sp: [dbo].[sp_update_jobstep]
+dockerdb_1       | 
2022-02-03 11:44:04.63 spid8s      Processing sp: [dbo].[sp_delete_jobstep]
+dockerdb_1       | 
2022-02-03 11:44:04.75 spid8s      Processing sp: [dbo].[sp_help_jobstep]
+dockerdb_1       | 
2022-02-03 11:44:04.85 spid8s      Processing sp: [dbo].[sp_write_sysjobstep_log]
+dockerdb_1       | 
2022-02-03 11:44:04.95 spid8s      Processing sp: [dbo].[sp_help_jobsteplog]
+dockerdb_1       | 
2022-02-03 11:44:05.08 spid8s      Processing sp: [dbo].[sp_delete_jobsteplog]
+dockerdb_1       | 
2022-02-03 11:44:05.22 spid8s      Processing sp: [dbo].[sp_get_schedule_description]
+dockerdb_1       | 
2022-02-03 11:44:05.39 spid8s      Processing sp: [dbo].[sp_add_jobschedule]
+dockerdb_1       | 
2022-02-03 11:44:05.39 spid8s      Processing sp: [dbo].[sp_update_replication_job_parameter]
+dockerdb_1       | 
2022-02-03 11:44:05.42 spid8s      Processing sp: [dbo].[sp_update_jobschedule]
+dockerdb_1       | 
2022-02-03 11:44:05.57 spid8s      Processing sp: [dbo].[sp_delete_jobschedule]
+dockerdb_1       | 
2022-02-03 11:44:05.70 spid8s      Processing sp: [dbo].[sp_help_schedule]
+dockerdb_1       | 
2022-02-03 11:44:05.81 spid8s      Processing sp: [dbo].[sp_help_jobschedule]
+dockerdb_1       | 
2022-02-03 11:44:05.92 spid8s      Processing sp: [dbo].[sp_verify_job]
+dockerdb_1       | 
2022-02-03 11:44:06.16 spid8s      Processing sp: [dbo].[sp_add_job]
+dockerdb_1       | 
2022-02-03 11:44:06.18 spid8s      Processing sp: [dbo].[sp_update_job]
+dockerdb_1       | 
2022-02-03 11:44:06.18 spid8s      Processing sp: [dbo].[sp_delete_job]
+dockerdb_1       | 
2022-02-03 11:44:06.28 spid8s      Processing sp: [dbo].[sp_get_composite_job_info]
+dockerdb_1       | 
2022-02-03 11:44:06.42 spid8s      Processing sp: [dbo].[sp_help_job]
+dockerdb_1       | 
2022-02-03 11:44:06.55 spid8s      Processing sp: [dbo].[sp_help_jobcount ]
+dockerdb_1       | 
2022-02-03 11:44:06.64 spid8s      Processing sp: [dbo].[sp_help_jobs_in_schedule]
+dockerdb_1       | 
2022-02-03 11:44:06.79 spid8s      Processing sp: [dbo].[sp_manage_jobs_by_login]
+dockerdb_1       | 
2022-02-03 11:44:07.00 spid8s      Processing sp: [dbo].[sp_apply_job_to_targets]
+dockerdb_1       | 
2022-02-03 11:44:07.10 spid8s      Processing sp: [dbo].[sp_remove_job_from_targets]
+dockerdb_1       | 
2022-02-03 11:44:07.34 spid8s      Processing sp: [dbo].[sp_get_job_alerts]
+dockerdb_1       | 
2022-02-03 11:44:07.47 spid8s      Processing sp: [dbo].[sp_convert_jobid_to_char]
+dockerdb_1       | 
2022-02-03 11:44:07.66 spid8s      Processing sp: [dbo].[sp_start_job]
+dockerdb_1       | 
2022-02-03 11:44:07.73 spid8s      Processing sp: [dbo].[sp_stop_job]
+dockerdb_1       | 
2022-02-03 11:44:07.80 spid8s      Processing sp: [dbo].[sp_cycle_agent_errorlog]
+dockerdb_1       | 
2022-02-03 11:44:08.00 spid8s      Processing sp: [dbo].[sp_get_chunked_jobstep_params]
+dockerdb_1       | 
2022-02-03 11:44:08.11 spid8s      Processing sp: [dbo].[sp_check_for_owned_jobs]
+dockerdb_1       | 
2022-02-03 11:44:08.22 spid8s      Processing sp: [dbo].[sp_check_for_owned_jobsteps]
+dockerdb_1       | 
2022-02-03 11:44:08.33 spid8s      Processing sp: [dbo].[sp_sqlagent_refresh_job]
+dockerdb_1       | 
2022-02-03 11:44:08.41 spid8s      Processing sp: [dbo].[sp_jobhistory_row_limiter]
+dockerdb_1       | 
2022-02-03 11:44:08.49 spid8s      Processing sp: [dbo].[sp_sqlagent_log_jobhistory]
+dockerdb_1       | 
2022-02-03 11:44:08.58 spid8s      Processing sp: [dbo].[sp_sqlagent_check_msx_version]
+dockerdb_1       | 
2022-02-03 11:44:08.58 spid8s      Processing sp: [dbo].[sp_sqlagent_probe_msx]
+dockerdb_1       | 
2022-02-03 11:44:08.58 spid8s      Processing sp: [dbo].[sp_set_local_time]
+dockerdb_1       | 
2022-02-03 11:44:08.60 spid8s      Processing sp: [dbo].[sp_multi_server_job_summary]
+dockerdb_1       | 
2022-02-03 11:44:08.69 spid8s      Processing sp: [dbo].[sp_target_server_summary]
+dockerdb_1       | 
2022-02-03 11:44:08.77 spid8s      Processing sp: [dbo].[sp_uniquetaskname]
+dockerdb_1       | 
2022-02-03 11:44:08.86 spid8s      Processing sp: [dbo].[sp_addtask]
+dockerdb_1       | 
2022-02-03 11:44:08.95 spid8s      Processing sp: [dbo].[sp_droptask]
+dockerdb_1       | 
2022-02-03 11:44:09.04 spid8s      Processing sp: [dbo].[sp_add_alert_internal]
+dockerdb_1       | 
2022-02-03 11:44:09.14 spid8s      Processing sp: [dbo].[sp_add_alert]
+dockerdb_1       | 
2022-02-03 11:44:09.22 spid8s      Processing sp: [dbo].[sp_delete_alert]
+dockerdb_1       | 
2022-02-03 11:44:09.32 spid8s      Processing sp: [dbo].[sp_help_alert]
+dockerdb_1       | 
2022-02-03 11:44:09.38 spid8s      Processing sp: [dbo].[sp_verify_operator]
+dockerdb_1       | 
2022-02-03 11:44:09.38 spid8s      Processing sp: [dbo].[sp_add_operator]
+dockerdb_1       | 
2022-02-03 11:44:09.43 spid8s      Processing sp: [dbo].[sp_update_operator]
+dockerdb_1       | 
2022-02-03 11:44:09.53 spid8s      Processing sp: [dbo].[sp_help_operator]
+dockerdb_1       | 
2022-02-03 11:44:09.61 spid8s      Processing sp: [dbo].[sp_help_operator_jobs]
+dockerdb_1       | 
2022-02-03 11:44:09.69 spid8s      Processing sp: [dbo].[sp_verify_operator_identifiers]
+dockerdb_1       | 
2022-02-03 11:44:09.78 spid8s      Processing sp: [dbo].[sp_notify_operator]
+dockerdb_1       | 
2022-02-03 11:44:09.86 spid8s      Processing sp: [dbo].[sp_verify_notification]
+dockerdb_1       | 
2022-02-03 11:44:09.94 spid8s      Processing sp: [dbo].[sp_add_notification]
+dockerdb_1       | 
2022-02-03 11:44:10.04 spid8s      Processing sp: [dbo].[sp_update_notification]
+dockerdb_1       | 
2022-02-03 11:44:10.12 spid8s      Processing sp: [dbo].[sp_delete_notification]
+dockerdb_1       | 
2022-02-03 11:44:10.13 spid8s      Processing sp: [dbo].[sp_help_notification]
+dockerdb_1       | 
2022-02-03 11:44:10.13 spid8s      Processing sp: [dbo].[sp_help_jobactivity]
+dockerdb_1       | 
2022-02-03 11:44:10.14 spid8s      Processing sp: [dbo].[sp_enlist_tsx]
+dockerdb_1       | 
2022-02-03 11:44:10.23 spid8s      Processing sp: [dbo].[trig_targetserver_insert]
+dockerdb_1       | 
2022-02-03 11:44:10.32 spid8s      Processing sp: [dbo].[sysmail_verify_accountparams_sp]
+dockerdb_1       | 
2022-02-03 11:44:10.40 spid8s      Processing sp: [dbo].[sysmail_verify_principal_sp]
+dockerdb_1       | 
2022-02-03 11:44:10.49 spid8s      Processing sp: [dbo].[sysmail_verify_profile_sp]
+dockerdb_1       | 
2022-02-03 11:44:10.58 spid8s      Processing sp: [dbo].[sysmail_verify_account_sp]
+dockerdb_1       | 
2022-02-03 11:44:10.67 spid8s      Processing sp: [dbo].[sysmail_add_profile_sp]
+dockerdb_1       | 
2022-02-03 11:44:10.75 spid8s      Processing sp: [dbo].[sysmail_update_profile_sp]
+dockerdb_1       | 
2022-02-03 11:44:10.83 spid8s      Processing sp: [dbo].[sysmail_delete_profile_sp]
+dockerdb_1       | 
2022-02-03 11:44:10.91 spid8s      Processing sp: [dbo].[sysmail_help_profile_sp]
+dockerdb_1       | 
2022-02-03 11:44:10.92 spid8s      Processing sp: [dbo].[sysmail_create_user_credential_sp]
+dockerdb_1       | 
2022-02-03 11:44:10.92 spid8s      Processing sp: [dbo].[sysmail_alter_user_credential_sp]
+dockerdb_1       | 
2022-02-03 11:44:10.94 spid8s      Processing sp: [dbo].[sysmail_drop_user_credential_sp]
+dockerdb_1       | 
2022-02-03 11:44:11.03 spid8s      Processing sp: [dbo].[sysmail_add_account_sp]
+dockerdb_1       | 
2022-02-03 11:44:11.13 spid8s      Processing sp: [dbo].[sysmail_update_account_sp]
+dockerdb_1       | 
2022-02-03 11:44:11.22 spid8s      Processing sp: [dbo].[sysmail_delete_account_sp]
+dockerdb_1       | 
2022-02-03 11:44:11.31 spid8s      Processing sp: [dbo].[sysmail_help_account_sp]
+dockerdb_1       | 
2022-02-03 11:44:11.39 spid8s      Processing sp: [dbo].[sysmail_help_admin_account_sp]
+dockerdb_1       | 
2022-02-03 11:44:11.47 spid8s      Processing sp: [dbo].[sysmail_add_profileaccount_sp]
+dockerdb_1       | 
2022-02-03 11:44:11.55 spid8s      Processing sp: [dbo].[sysmail_update_profileaccount_sp]
+dockerdb_1       | 
2022-02-03 11:44:11.64 spid8s      Processing sp: [dbo].[sysmail_delete_profileaccount_sp]
+dockerdb_1       | 
2022-02-03 11:44:11.75 spid8s      Processing sp: [dbo].[sysmail_help_profileaccount_sp]
+dockerdb_1       | 
2022-02-03 11:44:11.76 spid8s      Processing sp: [dbo].[sysmail_configure_sp]
+dockerdb_1       | 
2022-02-03 11:44:11.76 spid8s      Processing sp: [dbo].[sysmail_help_configure_sp]
+dockerdb_1       | 
2022-02-03 11:44:11.76 spid8s      Processing sp: [dbo].[sysmail_help_configure_value_sp]
+dockerdb_1       | 
2022-02-03 11:44:11.83 spid8s      Processing sp: [dbo].[sysmail_add_principalprofile_sp]
+dockerdb_1       | 
2022-02-03 11:44:11.93 spid8s      Processing sp: [dbo].[sysmail_update_principalprofile_sp]
+dockerdb_1       | 
2022-02-03 11:44:12.02 spid8s      Processing sp: [dbo].[sysmail_delete_principalprofile_sp]
+dockerdb_1       | 
2022-02-03 11:44:12.13 spid8s      Processing sp: [dbo].[sysmail_help_principalprofile_sp]
+dockerdb_1       | 
2022-02-03 11:44:12.24 spid8s      Processing sp: [dbo].[sysmail_start_sp]
+dockerdb_1       | 
2022-02-03 11:44:12.33 spid8s      Processing sp: [dbo].[sysmail_stop_sp]
+dockerdb_1       | 
2022-02-03 11:44:12.43 spid8s      Processing sp: [dbo].[sysmail_logmailevent_sp]
+dockerdb_1       | 
2022-02-03 11:44:12.53 spid8s      Processing sp: [dbo].[sp_SendMailMessage]
+dockerdb_1       | 
2022-02-03 11:44:12.56 spid8s      Processing sp: [dbo].[sp_isprohibited]
+dockerdb_1       | 
2022-02-03 11:44:12.56 spid8s      Processing sp: [dbo].[sp_SendMailQueues]
+dockerdb_1       | 
2022-02-03 11:44:12.64 spid8s      Processing sp: [dbo].[sp_ProcessResponse]
+dockerdb_1       | 
2022-02-03 11:44:12.75 spid8s      Processing sp: [dbo].[sp_MailItemResultSets]
+dockerdb_1       | 
2022-02-03 11:44:12.87 spid8s      Processing sp: [dbo].[sp_process_DialogTimer]
+dockerdb_1       | 
2022-02-03 11:44:13.04 spid8s      Processing sp: [dbo].[sp_readrequest]
+dockerdb_1       | 
2022-02-03 11:44:13.14 spid8s      Processing sp: [dbo].[sp_GetAttachmentData]
+dockerdb_1       | 
2022-02-03 11:44:13.23 spid8s      Processing sp: [dbo].[sp_RunMailQuery]
+dockerdb_1       | 
2022-02-03 11:44:13.31 spid8s      Processing sp: [dbo].[sysmail_help_queue_sp]
+dockerdb_1       | 
2022-02-03 11:44:13.40 spid8s      Processing sp: [dbo].[sysmail_help_status_sp]
+dockerdb_1       | 
2022-02-03 11:44:13.42 spid8s      Processing sp: [dbo].[sysmail_delete_mailitems_sp]
+dockerdb_1       | 
2022-02-03 11:44:13.42 spid8s      Processing sp: [dbo].[sysmail_delete_log_sp]
+dockerdb_1       | 
2022-02-03 11:44:13.44 spid8s      Processing sp: [dbo].[sp_validate_user]
+dockerdb_1       | 
2022-02-03 11:44:13.55 spid8s      Processing sp: [dbo].[sp_send_dbmail]
+dockerdb_1       | 
2022-02-03 11:44:13.68 spid8s      Processing sp: [dbo].[sp_ExternalMailQueueListener]
+dockerdb_1       | 
2022-02-03 11:44:13.77 spid8s      Processing sp: [dbo].[sp_sysmail_activate]
+dockerdb_1       | 
2022-02-03 11:44:13.87 spid8s      Processing sp: [dbo].[sp_maintplan_delete_log]
+dockerdb_1       | 
2022-02-03 11:44:13.94 spid8s      Processing sp: [dbo].[sp_maintplan_delete_subplan]
+dockerdb_1       | 
2022-02-03 11:44:14.04 spid8s      Processing sp: [dbo].[sp_maintplan_open_logentry]
+dockerdb_1       | 
2022-02-03 11:44:14.12 spid8s      Processing sp: [dbo].[sp_maintplan_close_logentry]
+dockerdb_1       | 
2022-02-03 11:44:14.20 spid8s      Processing sp: [dbo].[sp_maintplan_update_log]
+dockerdb_1       | 
2022-02-03 11:44:14.22 spid8s      Processing sp: [dbo].[sp_maintplan_update_subplan]
+dockerdb_1       | 
2022-02-03 11:44:14.22 spid8s      Processing sp: [dbo].[sp_maintplan_delete_plan]
+dockerdb_1       | 
2022-02-03 11:44:14.22 spid8s      Processing sp: [dbo].[sp_maintplan_start]
+dockerdb_1       | 
2022-02-03 11:44:14.32 spid8s      Processing sp: [dbo].[sp_clear_dbmaintplan_by_db]
+dockerdb_1       | 
2022-02-03 11:44:14.40 spid8s      Processing sp: [dbo].[sp_add_maintenance_plan]
+dockerdb_1       | 
2022-02-03 11:44:14.48 spid8s      Processing sp: [dbo].[sp_delete_maintenance_plan]
+dockerdb_1       | 
2022-02-03 11:44:14.56 spid8s      Processing sp: [dbo].[sp_add_maintenance_plan_db]
+dockerdb_1       | 
2022-02-03 11:44:14.64 spid8s      Processing sp: [dbo].[sp_delete_maintenance_plan_db]
+dockerdb_1       | 
2022-02-03 11:44:14.73 spid8s      Processing sp: [dbo].[sp_add_maintenance_plan_job]
+dockerdb_1       | 
2022-02-03 11:44:14.82 spid8s      Processing sp: [dbo].[sp_delete_maintenance_plan_job]
+dockerdb_1       | 
2022-02-03 11:44:14.92 spid8s      Processing sp: [dbo].[sp_help_maintenance_plan]
+dockerdb_1       | 
2022-02-03 11:44:15.05 spid8s      Processing sp: [dbo].[sp_maintplan_update_subplan_tsx]
+dockerdb_1       | 
2022-02-03 11:44:15.05 spid8s      Processing sp: [dbo].[sp_maintplan_subplans_by_job]
+dockerdb_1       | 
2022-02-03 11:44:15.05 spid8s      Processing sp: [dbo].[sp_add_log_shipping_monitor_jobs]
+dockerdb_1       | 
2022-02-03 11:44:15.08 spid8s      Processing sp: [dbo].[sp_add_log_shipping_primary]
+dockerdb_1       | 
2022-02-03 11:44:15.17 spid8s      Processing sp: [dbo].[sp_add_log_shipping_secondary]
+dockerdb_1       | 
2022-02-03 11:44:15.26 spid8s      Processing sp: [dbo].[sp_delete_log_shipping_monitor_jobs]
+dockerdb_1       | 
2022-02-03 11:44:15.36 spid8s      Processing sp: [dbo].[sp_delete_log_shipping_primary]
+dockerdb_1       | 
2022-02-03 11:44:15.44 spid8s      Processing sp: [dbo].[sp_delete_log_shipping_secondary ]
+dockerdb_1       | 
2022-02-03 11:44:15.53 spid8s      Processing sp: [dbo].[sp_log_shipping_in_sync]
+dockerdb_1       | 
2022-02-03 11:44:15.62 spid8s      Processing sp: [dbo].[sp_log_shipping_get_date_from_file ]
+dockerdb_1       | 
2022-02-03 11:44:15.70 spid8s      Processing sp: [dbo].[sp_get_log_shipping_monitor_info]
+dockerdb_1       | 
2022-02-03 11:44:15.79 spid8s      Processing sp: [dbo].[sp_update_log_shipping_monitor_info]
+dockerdb_1       | 
2022-02-03 11:44:15.81 spid8s      Processing sp: [dbo].[sp_delete_log_shipping_monitor_info]
+dockerdb_1       | 
2022-02-03 11:44:15.81 spid8s      Processing sp: [dbo].[sp_remove_log_shipping_monitor_account]
+dockerdb_1       | 
2022-02-03 11:44:15.82 spid8s      Processing sp: [dbo].[sp_log_shipping_monitor_backup]
+dockerdb_1       | 
2022-02-03 11:44:15.93 spid8s      Processing sp: [dbo].[sp_log_shipping_monitor_restore]
+dockerdb_1       | 
2022-02-03 11:44:16.02 spid8s      Processing sp: [dbo].[sp_change_monitor_role]
+dockerdb_1       | 
2022-02-03 11:44:16.10 spid8s      Processing sp: [dbo].[sp_create_log_shipping_monitor_account]
+dockerdb_1       | 
2022-02-03 11:44:16.18 spid8s      Processing sp: [dbo].[sp_ssis_addlogentry]
+dockerdb_1       | 
2022-02-03 11:44:16.26 spid8s      Processing sp: [dbo].[sp_ssis_listpackages]
+dockerdb_1       | 
2022-02-03 11:44:16.33 spid8s      Processing sp: [dbo].[sp_ssis_listfolders]
+dockerdb_1       | 
2022-02-03 11:44:16.41 spid8s      Processing sp: [dbo].[sp_ssis_deletepackage]
+dockerdb_1       | 
2022-02-03 11:44:16.49 spid8s      Processing sp: [dbo].[sp_ssis_deletefolder]
+dockerdb_1       | 
2022-02-03 11:44:16.56 spid8s      Processing sp: [dbo].[sp_ssis_getpackage]
+dockerdb_1       | 
2022-02-03 11:44:16.65 spid8s      Processing sp: [dbo].[sp_ssis_getfolder]
+dockerdb_1       | 
2022-02-03 11:44:16.65 spid8s      Processing sp: [dbo].[sp_ssis_putpackage]
+dockerdb_1       | 
2022-02-03 11:44:16.65 spid8s      Processing sp: [dbo].[sp_ssis_addfolder]
+dockerdb_1       | 
2022-02-03 11:44:16.67 spid8s      Processing sp: [dbo].[sp_ssis_renamefolder]
+dockerdb_1       | 
2022-02-03 11:44:16.76 spid8s      Processing sp: [dbo].[sp_ssis_setpackageroles]
+dockerdb_1       | 
2022-02-03 11:44:16.85 spid8s      Processing sp: [dbo].[sp_ssis_getpackageroles]
+dockerdb_1       | 
2022-02-03 11:44:16.94 spid8s      Processing sp: [smart_admin].[sp_create_job]
+dockerdb_1       | 
2022-02-03 11:44:17.03 spid8s      Processing sp: [smart_admin].[sp_add_task_command]
+dockerdb_1       | 
2022-02-03 11:44:17.11 spid8s      Processing sp: [smart_admin].[sp_set_db_backup]
+dockerdb_1       | 
2022-02-03 11:44:17.20 spid8s      Processing sp: [smart_admin].[sp_get_backup_diagnostics]
+dockerdb_1       | 
2022-02-03 11:44:17.29 spid8s      Processing sp: [managed_backup].[sp_backup_config_basic]
+dockerdb_1       | 
2022-02-03 11:44:17.37 spid8s      Processing sp: [managed_backup].[sp_backup_config_advanced]
+dockerdb_1       | 
2022-02-03 11:44:17.40 spid8s      Processing sp: [managed_backup].[sp_backup_config_schedule]
+dockerdb_1       | 
2022-02-03 11:44:17.40 spid8s      Processing sp: [managed_backup].[sp_create_job]
+dockerdb_1       | 
2022-02-03 11:44:17.42 spid8s      Processing sp: [managed_backup].[sp_add_task_command]
+dockerdb_1       | 
2022-02-03 11:44:17.51 spid8s      Processing sp: [managed_backup].[sp_backup_on_demand]
+dockerdb_1       | 
2022-02-03 11:44:17.62 spid8s      Processing sp: [managed_backup].[sp_set_parameter]
+dockerdb_1       | 
2022-02-03 11:44:17.77 spid8s      Processing sp: [managed_backup].[sp_get_backup_diagnostics]
+dockerdb_1       | 
2022-02-03 11:44:17.87 spid8s      Processing sp: [managed_backup].[sp_backup_master_switch]
+dockerdb_1       | 
2022-02-03 11:44:17.97 spid8s      Processing sp: [managed_backup].[sp_get_encryption_option]
+dockerdb_1       | 
2022-02-03 11:44:18.09 spid8s      Processing sp: [managed_backup].[sp_do_backup]
+dockerdb_1       | 
2022-02-03 11:44:18.58 spid8s      Succesfully signed sps
+dockerdb_1       | 
2022-02-03 11:44:18.87 spid8s      Exporting ##MS_AgentSigningCertificate## to /var/opt/mssql/data/MS_AgentSigningCertificate.cer
+dockerdb_1       | 
2022-02-03 11:44:19.03 spid8s      Couldn't remove the user 6 from database 1 from the external libraries folder, error: 0x80070003
+dockerdb_1       | 
2022-02-03 11:44:19.03 spid8s      Creating ##MS_AgentSigningCertificate## in master from /var/opt/mssql/data/MS_AgentSigningCertificate.cer
+dockerdb_1       | 
2022-02-03 11:44:19.03 spid8s      Successfully granted execute permission in master to ##MS_AgentSigningCertificate##.
+dockerdb_1       | 
2022-02-03 11:44:19.42 spid8s      Logshipping enabled successfully
+dockerdb_1       | 
2022-02-03 11:44:19.60 spid8s       
+dockerdb_1       | 
2022-02-03 11:44:19.61 spid8s      -------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:19.63 spid8s      Execution of MSDB_POST_INSTALL.SQL complete
+dockerdb_1       | 
2022-02-03 11:44:19.65 spid8s      -------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:19.81 spid8s       
+dockerdb_1       | 
2022-02-03 11:44:19.81 spid8s      POST_SQLAGENT100::Populate syssubsystem table...
+dockerdb_1       | 
2022-02-03 11:44:20.64 spid8s      POST_SQLAGENT100::Restoring backed up subsystem's max_worker thread setting from tempdb.dbo.subsystemsettings
+dockerdb_1       | 
2022-02-03 11:44:20.68 spid8s      POST_SQLAGENT100::Dropping tempdb.dbo.subsystemsettings
+dockerdb_1       | 
2022-02-03 11:44:25.41 spid8s       
+dockerdb_1       | 
2022-02-03 11:44:25.43 spid8s      Revoke any permission to public role...
+dockerdb_1       | 
2022-02-03 11:44:25.48 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:25.57 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:25.63 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:25.68 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:25.81 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:25.91 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:25.97 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.03 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.07 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.10 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.10 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.10 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.10 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.10 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.10 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.11 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.15 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.19 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.22 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.26 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.30 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.33 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.36 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.40 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.44 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.47 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.50 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.54 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.57 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.60 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.64 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.67 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.70 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.74 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.77 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.80 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.84 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.87 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.87 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.87 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.87 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.87 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.87 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.87 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.89 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.93 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.96 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:26.99 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.02 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.05 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.09 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.13 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.16 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.19 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.23 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.26 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.29 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.33 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.36 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.39 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.43 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.46 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.49 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.55 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.58 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.61 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.65 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.65 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.65 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.65 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.65 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.65 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.65 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.65 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.68 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.72 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.75 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.78 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.81 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.85 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.88 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.91 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.96 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:27.99 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:28.02 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:28.05 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:28.08 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:28.11 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:28.15 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:28.18 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:28.21 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:28.24 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:28.28 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:28.31 spid8s      The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
+dockerdb_1       | 
2022-02-03 11:44:29.21 spid8s      Performing replication job security meta-data upgrades...
+dockerdb_1       | 
2022-02-03 11:44:29.69 spid8s      DBCC execution completed. If DBCC printed error messages, contact your system administrator.
+dockerdb_1       | 
2022-02-03 11:44:30.13 spid8s       
+dockerdb_1       | 
2022-02-03 11:44:30.13 spid8s      Upgrading SQL Server Log Shipping...
+dockerdb_1       | 
2022-02-03 11:44:30.48 Logon       Error: 18401, Severity: 14, State: 1.
+dockerdb_1       | 
2022-02-03 11:44:30.48 Logon       Login failed for user 'sa'. Reason: Server is in script upgrade mode. Only administrator can connect at this time. [CLIENT: 172.22.0.1]
+dockerdb_1       | 
2022-02-03 11:44:31.80 spid8s      Upgraded SQL Server Log Shipping successfully.
+dockerdb_1       | 
2022-02-03 11:44:31.98 Logon       Error: 18401, Severity: 14, State: 1.
+dockerdb_1       | 
2022-02-03 11:44:31.98 Logon       Login failed for user 'gpspl'. Reason: Server is in script upgrade mode. Only administrator can connect at this time. [CLIENT: 172.22.0.10]
+dockerdb_1       | 
2022-02-03 11:44:32.19 spid8s       
+dockerdb_1       | 
2022-02-03 11:44:32.21 spid8s      ------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:32.23 spid8s      Execution of POST_SQLAGENT100.SQL complete
+dockerdb_1       | 
2022-02-03 11:44:32.24 spid8s      ------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:32.27 spid8s      ------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:32.28 spid8s      Moving 2005 SSIS Data to 2008 tables
+dockerdb_1       | 
2022-02-03 11:44:32.30 spid8s      ------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:32.32 spid8s      Mapping SSIS yukon roles to katmai roles...
+dockerdb_1       | 
2022-02-03 11:44:32.34 spid8s      Moving package folders...
+dockerdb_1       | 
2022-02-03 11:44:32.34 spid8s      Moving packages...
+dockerdb_1       | 
2022-02-03 11:44:32.35 spid8s      Moving logs...
+dockerdb_1       | 
2022-02-03 11:44:32.41 spid8s      Dropping yukon stored procedures...
+dockerdb_1       | 
2022-02-03 11:44:33.03 spid8s      Dropping yukon tables...
+dockerdb_1       | 
2022-02-03 11:44:33.13 spid8s      Creating sysdtslog90 view...
+dockerdb_1       | 
2022-02-03 11:44:33.40 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:33.43 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:33.55 spid8s      Configuration option 'Agent XPs' changed from 0 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:33.58 spid8s      Configuration option 'Agent XPs' changed from 0 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:33.66 spid8s      Executing msdb.dbo.sp_syspolicy_create_purge_job
+dockerdb_1       | 
2022-02-03 11:44:38.77 spid8s      SQLServerAgent is not currently running so it cannot be notified of this action.
+dockerdb_1       | 
2022-02-03 11:44:40.43 spid8s      SQLServerAgent is not currently running so it cannot be notified of this action.
+dockerdb_1       | 
2022-02-03 11:44:40.60 spid8s      Configuration option 'Agent XPs' changed from 1 to 0. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:40.63 spid8s      Configuration option 'Agent XPs' changed from 1 to 0. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:40.76 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:40.78 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:41.24 spid8s      post_dc100::Enabling Agent XPs before restoring data collector original state
+dockerdb_1       | 
2022-02-03 11:44:41.24 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:41.24 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:41.35 spid8s      Configuration option 'Agent XPs' changed from 0 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:41.38 spid8s      Configuration option 'Agent XPs' changed from 0 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:41.50 spid8s      Data Collector Status
+dockerdb_1       | 
2022-02-03 11:44:41.52 spid8s      CollectorEnabled:0
+dockerdb_1       | 
2022-02-03 11:44:41.53 spid8s      Collection set status
+dockerdb_1       | 
2022-02-03 11:44:41.55 spid8s      Uid:7B191952-8ECF-4E12-AEB2-EF646EF79FEF, Name:Disk Usage, IsRunning:0
+dockerdb_1       | 
2022-02-03 11:44:41.57 spid8s      Uid:49268954-4FD4-4EB6-AA04-CD59D9BB5714, Name:Server Activity, IsRunning:0
+dockerdb_1       | 
2022-02-03 11:44:41.59 spid8s      Uid:2DC02BD6-E230-4C05-8516-4E8C0EF21F95, Name:Query Statistics, IsRunning:0
+dockerdb_1       | 
2022-02-03 11:44:41.61 spid8s      Uid:ABA37A22-8039-48C6-8F8F-39BFE0A195DF, Name:Utility Information, IsRunning:0
+dockerdb_1       | 
2022-02-03 11:44:41.63 spid8s      post_dc100::uploading instmdw.sql to msdb ...
+dockerdb_1       | 
2022-02-03 11:44:41.74 spid8s      Uploading instmdw.sql from disk: C:\Install\instmdw.sql
+dockerdb_1       | 
2022-02-03 11:44:41.88 spid8s      Loaded 1332424 bytes from 'C:\Install\instmdw.sql'
+dockerdb_1       | 
2022-02-03 11:44:41.97 spid8s      post_dc100::Checking if collection set status were captured in temp table...
+dockerdb_1       | 
2022-02-03 11:44:41.97 spid8s      post_dc100::Restoring collection set running status...
+dockerdb_1       | 
2022-02-03 11:44:41.97 spid8s      post_dc100::Checking if Data collector was enabled before upgrade...
+dockerdb_1       | 
2022-02-03 11:44:41.97 spid8s      post_dc100::Current data collector state is same as pre-upgrade state
+dockerdb_1       | 
2022-02-03 11:44:41.97 spid8s      Data Collector Status
+dockerdb_1       | 
2022-02-03 11:44:41.97 spid8s      CollectorEnabled:0
+dockerdb_1       | 
2022-02-03 11:44:41.97 spid8s      Collection set status
+dockerdb_1       | 
2022-02-03 11:44:41.97 spid8s      Uid:7B191952-8ECF-4E12-AEB2-EF646EF79FEF, Name:Disk Usage, IsRunning:0
+dockerdb_1       | 
2022-02-03 11:44:41.97 spid8s      Uid:49268954-4FD4-4EB6-AA04-CD59D9BB5714, Name:Server Activity, IsRunning:0
+dockerdb_1       | 
2022-02-03 11:44:41.98 spid8s      Uid:2DC02BD6-E230-4C05-8516-4E8C0EF21F95, Name:Query Statistics, IsRunning:0
+dockerdb_1       | 
2022-02-03 11:44:42.00 spid8s      Uid:ABA37A22-8039-48C6-8F8F-39BFE0A195DF, Name:Utility Information, IsRunning:0
+dockerdb_1       | 
2022-02-03 11:44:42.06 spid8s      Configuration option 'Agent XPs' changed from 1 to 0. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:42.08 spid8s      Configuration option 'Agent XPs' changed from 1 to 0. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:42.20 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:42.23 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:42.77 spid8s      Restored implicit transactions state to OFF
+dockerdb_1       | 
2022-02-03 11:44:42.79 spid8s      Upgrading Database Mail related objects...
+dockerdb_1       | 
2022-02-03 11:44:45.65 spid8s      Completed upgrade of Database Mail related objects...
+dockerdb_1       | 
2022-02-03 11:44:45.65 spid8s      Database 'master' is upgrading script 'upgrade_ucp_cmdw_discovery.sql' from level 251662438 to level 500.
+dockerdb_1       | 
2022-02-03 11:44:45.65 spid8s      Database 'master' is upgrading script 'upgrade_ucp_cmdw_discovery.sql' from level 500 to level 251660240.
+dockerdb_1       | 
2022-02-03 11:44:45.65 spid8s      ------------------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:45.65 spid8s      Starting execution of UPGRADE_UCP_CMDW_DISCOVERY.SQL
+dockerdb_1       | 
2022-02-03 11:44:45.65 spid8s      ------------------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:45.81 spid8s      The Utility MDW does not exist on this instance.
+dockerdb_1       | 
2022-02-03 11:44:45.85 spid8s      User 'sa' is changing database script level entry 15 to a value of 500.
+dockerdb_1       | 
2022-02-03 11:44:45.88 spid8s      Skipping the execution of instmdw.sql.
+dockerdb_1       | 
2022-02-03 11:44:45.89 spid8s      ------------------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:45.90 spid8s      execution of UPGRADE_UCP_CMDW_DISCOVERY.SQL completed
+dockerdb_1       | 
2022-02-03 11:44:45.92 spid8s      ------------------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:46.59 spid8s      Database 'master' is upgrading script 'ssis_discovery.sql' from level 251662438 to level 500.
+dockerdb_1       | 
2022-02-03 11:44:46.62 spid8s      Database 'master' is upgrading script 'ssis_discovery' from level 500 to level 251660240.
+dockerdb_1       | 
2022-02-03 11:44:46.64 spid8s      ------------------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:46.65 spid8s      Starting execution of SSIS_DISCOVERY.SQL
+dockerdb_1       | 
2022-02-03 11:44:46.66 spid8s      ------------------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:46.95 spid8s      Database SSISDB does not exist in current SQL Server instance
+dockerdb_1       | 
2022-02-03 11:44:46.96 spid8s      User 'sa' is changing database script level entry 17 to a value of 500.
+dockerdb_1       | 
2022-02-03 11:44:46.98 spid8s      Database SSISDB could not be upgraded successfully.
+dockerdb_1       | 
2022-02-03 11:44:47.00 spid8s      ------------------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:47.01 spid8s      Execution of SSIS_DISCOVERY.SQL completed
+dockerdb_1       | 
2022-02-03 11:44:47.02 spid8s      ------------------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:47.51 spid8s      Database 'master' is upgrading script 'SSIS_hotfix_uninstall.sql' from level 251662438 to level 549.
+dockerdb_1       | 
2022-02-03 11:44:47.54 spid8s      Database 'master' is upgrading script 'SSIS_hotfix_install.sql' from level 549 to level 251660240.
+dockerdb_1       | 
2022-02-03 11:44:47.86 spid8s      ------------------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:47.88 spid8s      Starting execution of SSIS_HOTFIX_INSTALL.SQL         
+dockerdb_1       | 
2022-02-03 11:44:47.90 spid8s      ------------------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:47.92 spid8s      Database SSISDB does not exist in current SQL Server instance
+dockerdb_1       | 
2022-02-03 11:44:47.95 spid8s      ------------------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:47.96 spid8s      Execution of SSIS_HOTFIX_INSTALL.SQL completed
+dockerdb_1       | 
2022-02-03 11:44:47.98 spid8s      ------------------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:48.01 spid8s      Database 'master' is upgrading script 'provision_ceipsvc_account.sql' from level 251662438 to level 702.
+dockerdb_1       | 
2022-02-03 11:44:48.04 spid8s      Database 'master' is upgrading script 'provision_ceipsvc_account.sql' from level 702 to level 251660240.
+dockerdb_1       | 
2022-02-03 11:44:48.07 spid8s      ------------------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:48.08 spid8s      Start provisioning of CEIPService Login       
+dockerdb_1       | 
2022-02-03 11:44:48.10 spid8s      ------------------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:48.48 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:48.50 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:48.50 spid8s      Configuration option 'Agent XPs' changed from 0 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:48.50 spid8s      Configuration option 'Agent XPs' changed from 0 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:48.58 spid8s      Configuration option 'Agent XPs' changed from 1 to 0. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:48.60 spid8s      Configuration option 'Agent XPs' changed from 1 to 0. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:48.72 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:48.74 spid8s      Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
+dockerdb_1       | 
2022-02-03 11:44:48.82 spid8s      ------------------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:48.84 spid8s      Ending provisioning of CEIPLoginName.       
+dockerdb_1       | 
2022-02-03 11:44:48.85 spid8s      ------------------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:48.88 spid8s      Database 'master' is upgrading script 'system_xevents_modification.sql' from level 251662438 to level 702.
+dockerdb_1       | 
2022-02-03 11:44:48.91 spid8s      Database 'master' is upgrading script 'system_xevents_modification.sql' from level 702 to level 251660240.
+dockerdb_1       | 
2022-02-03 11:44:48.93 spid8s      ------------------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:48.95 spid8s      Starting execution of system_xevents_modification.sql.       
+dockerdb_1       | 
2022-02-03 11:44:48.96 spid8s      ------------------------------------------------------
+dockerdb_1       | 
2022-02-03 11:44:49.40 spid8s      Before change:system_health file size:5, max rollover files:4, file name:system_health.xel.
+dockerdb_1       | 
2022-02-03 11:44:49.64 spid8s      Make change to system_health.xel, set max_file_size to 100MB and max_rollover_files to 10. Information only.
+dockerdb_1       | 
2022-02-03 11:44:49.67 spid8s      Before change:AlwaysOn_health file size:5, max rollover files:4, file name:AlwaysOn_health.xel.
+dockerdb_1       | 
2022-02-03 11:44:49.86 spid8s      Make change to AlwaysOn_health.xel, set max_file_size to 100MB and max_rollover_files to 10. Information only.
+dockerdb_1       | 
2022-02-03 11:44:49.89 spid8s      SQL Server is now ready for client connections. This is an informational message; no user action is required.
+dockerdb_1       | 
2022-02-03 11:44:49.93 spid8s      Recovery is complete. This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03T11:44:52.338Z [dotnet /app/ASDE.Dotnet.dll] [177] Waiting for next message
+dockerdb_1       | 2022-02-03T11:44:53.082Z [dotnet /app/ASDE.Dotnet.dll] [177] Operation: NotifyJobsRecovered
+dockerdb_1       | 2022-02-03T11:44:53.103Z [dotnet /app/ASDE.Dotnet.dll] [177] Job recovery notification received.
+dockerdb_1       | 2022-02-03T11:44:53.104Z [dotnet /app/ASDE.Dotnet.dll] [177] Operation: NotifyJobsRecovered success: True. message: 
+dockerdb_1       | 2022-02-03T11:44:53.240Z [dotnet /app/ASDE.Dotnet.dll] [177] Sending response message for 4334884e-b165-4a97-9fe4-0047e23f1ae4 with length: 162
+dockerdb_1       | 2022/02/03 11:44:53 [launchpad] [3f0a83e8] [00000001] INFO: Received packet of type 8 [MessageTypeServiceStart]
+dockerdb_1       | 2022/02/03 11:44:53 [launchpad] [3f0a83e8] [00000001] INFO: Packet header: &{Version:1 TypeAndEndOfMessageBit:32776 PacketSizeInBytes:452 SessionID:0b69cc1c-cf9c-4725-b52a-fccf1f3a038e}
+dockerdb_1       | 2022/02/03 11:44:53 [launchpad] [3f0a83e8] [0b69cc1c] INFO: Start processPacketLoop for SessionID: 0b69cc1c-cf9c-4725-b52a-fccf1f3a038e
+dockerdb_1       | 2022/02/03 11:44:53 [launchpad] [3f0a83e8] [0b69cc1c] INFO: Launching satellite for SessionID: 0b69cc1c-cf9c-4725-b52a-fccf1f3a038e
+dockerdb_1       | 2022/02/03 11:44:53 [launchpad] [3f0a83e8] [0b69cc1c] INFO: Cleaning up prior external service lifetime for groups map[]
+dockerdb_1       | 2022/02/03 11:44:53 [launchpad] [3f0a83e8] [0b69cc1c] INFO: Cleanup of prior external service lifetime complete
+dockerdb_1       | 2022/02/03 11:44:53 [launchpad] [3f0a83e8] [0b69cc1c] INFO: Starting script /opt/mssql-extensibility/bin/predicthost 0b69cc1c-cf9c-4725-b52a-fccf1f3a038e
+dockerdb_1       | 2022/02/03 11:44:53 [launchpad] [3f0a83e8] [0b69cc1c] INFO: Sending message of type 3 [MessageTypeResumeWithLogin], SessionID:0b69cc1c-cf9c-4725-b52a-fccf1f3a038e
+dockerdb_1       | 2022/02/03 11:44:53 [launchpad] [3f0a83e8] [0b69cc1c] INFO: Sent message of type 3 [MessageTypeResumeWithLogin], SessionID:0b69cc1c-cf9c-4725-b52a-fccf1f3a038e
+dockerdb_1       | 2022/02/03 11:44:53 [launchpad] [3f0a83e8] [0b69cc1c] INFO: Done processing the packet of type 8 [MessageTypeServiceStart]
+dockerdb_1       | 2022/02/03 11:44:53 [launchpadd] [3f0a83e8] INFO: Received packet of type 17 [MessageTypeXdbDataPackageStart]
+dockerdb_1       | 2022/02/03 11:44:53 [launchpadd] [3f0a83e8] INFO: Packet header: &{Version:1 TypeAndEndOfMessageBit:32785 PacketSizeInBytes:310 SessionID:2b97d7ba-3a80-424b-964d-0b69fdfed1b8}
+dockerdb_1       | 2022/02/03 11:44:53 [launchpadd] [3f0a83e8] INFO: DataPackageStart message is received with package GUID=163f49c4-34e1-43bd-b02f-d6b2f27d9468, SandboxFileMappingEntryCount=0, Configuration=6.
+dockerdb_1       | 2022/02/03 11:44:54 [launchpadd] [163f49c4] INFO: Sending message of type 19 [MessageTypeXdbPackageResume], SessionID:2b97d7ba-3a80-424b-964d-0b69fdfed1b8
+dockerdb_1       | 2022/02/03 11:44:54 [launchpadd] [163f49c4] INFO: Sent message of type 19 [MessageTypeXdbPackageResume], SessionID:2b97d7ba-3a80-424b-964d-0b69fdfed1b8
+dockerdb_1       | 2022/02/03 11:44:54 [launchpadd] [163f49c4] INFO: Received packet of type 12 [MessageTypeAck]
+dockerdb_1       | 2022/02/03 11:44:54 [launchpadd] [163f49c4] INFO: Packet header: &{Version:1 TypeAndEndOfMessageBit:32780 PacketSizeInBytes:28 SessionID:163f49c4-34e1-43bd-b02f-d6b2f27d9468}
+dockerdb_1       | 2022/02/03 11:44:54 [launchpadd] [163f49c4] INFO: Starting launchpad for 163f49c4-34e1-43bd-b02f-d6b2f27d9468
+dockerdb_1       | 2022/02/03 11:44:54 [launchpadd] [163f49c4] INFO: Create sandbox directory /var/opt/mssql-extensibility/data/163f49c4-34e1-43bd-b02f-d6b2f27d9468  with uid= 10001 gid= 0 perms= -rwxrwxr-x
+dockerdb_1       | 2022/02/03 11:44:54 [launchpadd] [163f49c4] INFO: Change owner and permissions for sandbox directory /var/opt/mssql-extensibility/data/163f49c4-34e1-43bd-b02f-d6b2f27d9468 uid= 10001 gid= 0 perms= -rwxrwxr-x
+dockerdb_1       | 2022/02/03 11:44:54 [launchpadd] [163f49c4] INFO: mountExtMgmtPaths
+dockerdb_1       | 2022/02/03 11:44:54 [launchpadd] [163f49c4] INFO: env var EXT_MGR_PATH_COUNT not set: strconv.Atoi: parsing "": invalid syntax 
+dockerdb_1       | 2022/02/03 11:44:54 [launchpadd] [163f49c4] INFO: Mount external language or library paths, EXT_MGR_PATH_COUNT=0 
+dockerdb_1       | 2022/02/03 11:44:54 [launchpadd] [163f49c4] INFO: In no isolation mode, running /opt/mssql-extensibility/bin/launchpad with args [-hostname 127.0.0.1 -sandboxWorkingDir /var/opt/mssql-extensibility/data/163f49c4-34e1-43bd-b02f-d6b2f27d9468 -reparentOrphanedDescendants=true -useDefaultLaunchers=false]
+dockerdb_1       | 2022/02/03 11:44:54 [launchpadd] [163f49c4] INFO: Started launchpad with pid:225
+dockerdb_1       | 2022/02/03 11:44:54 [launchpad] [163f49c4] INFO: Launchpad is connecting to mssql on 127.0.0.1:14300
+dockerdb_1       | 2022/02/03 11:44:54 [launchpad] [163f49c4] INFO: Setting PR_SET_CHILD_SUBREAPER
+dockerdb_1       | 2022/02/03 11:44:54 [launchpad] [163f49c4] INFO: Received packet of type 8 [MessageTypeServiceStart]
+dockerdb_1       | 2022/02/03 11:44:54 [launchpad] [163f49c4] INFO: Packet header: &{Version:1 TypeAndEndOfMessageBit:32776 PacketSizeInBytes:446 SessionID:00000001-0000-002a-0000-080000000100}
+dockerdb_1       | 2022/02/03 11:44:54 [launchpad] [163f49c4] [00000001] INFO: Start processPacketLoop for SessionID: 00000001-0000-002a-0000-080000000100
+dockerdb_1       | 2022/02/03 11:44:54 [launchpad] [163f49c4] [00000001] INFO: Launching satellite for SessionID: 00000001-0000-002a-0000-080000000100
+dockerdb_1       | 2022/02/03 11:44:54 [launchpad] [163f49c4] [00000001] INFO: Cleaning up prior external service lifetime for groups map[]
+dockerdb_1       | 2022/02/03 11:44:54 [launchpad] [163f49c4] [00000001] INFO: Cleanup of prior external service lifetime complete
+dockerdb_1       | 2022/02/03 11:44:54 [launchpad] [163f49c4] [00000001] INFO: Starting script dotnet /app/sqlceip/EdgeTelemetry.dll 00000001-0000-002a-0000-080000000100
+dockerdb_1       | 2022/02/03 11:44:54 [launchpad] [163f49c4] [00000001] INFO: Sending message of type 3 [MessageTypeResumeWithLogin], SessionID:00000001-0000-002a-0000-080000000100
+dockerdb_1       | 2022/02/03 11:44:54 [launchpad] [163f49c4] [00000001] INFO: Sent message of type 3 [MessageTypeResumeWithLogin], SessionID:00000001-0000-002a-0000-080000000100
+dockerdb_1       | 2022/02/03 11:44:54 [launchpad] [163f49c4] [00000001] INFO: Done processing the packet of type 8 [MessageTypeServiceStart]
+dockerdb_1       | 2022-02-03T11:44:54.734Z [dotnet /app/sqlceip/EdgeTelemetry.dll] [233] EdgeTelemetry starting up
+dockerdb_1       | 2022-02-03 11:45:28.52 spid51      Attempting to load library 'xplog70.dll' into memory. This is an informational message only. No user action is required.
+dockerdb_1       | 
2022-02-03 11:45:29.16 spid51      Using 'xplog70.dll' version '2019.150.2000' to execute extended stored procedure 'xp_msver'. This is an informational message only; no user action is required.
+dockerdb_1       | 2022/02/03 11:45:53 [launchpad] [163f49c4] [00000001] INFO: Logging stopped for 00000001-0000-002a-0000-080000000100
+dockerdb_1       | 2022/02/03 11:45:53 [launchpad] [163f49c4] [00000001] INFO: All current child processes have exited. SessionID:00000001-0000-002a-0000-080000000100
+dockerdb_1       | 
The login info is removed from the store and destroyed.
+dockerdb_1       | 2022/02/03 11:45:53 [launchpadd] [163f49c4] INFO: Received packet of type 18 [MessageTypeXdbDataPackageStop]
+dockerdb_1       | 2022/02/03 11:45:53 [launchpadd] [163f49c4] INFO: Packet header: &{Version:1 TypeAndEndOfMessageBit:32786 PacketSizeInBytes:40 SessionID:1f9294ea-62a9-48fc-a7ab-20c8998fd234}
+dockerdb_1       | 2022/02/03 11:45:53 [launchpadd] [163f49c4] INFO: DataPackageStop message is received with package GUID 163f49c4-34e1-43bd-b02f-d6b2f27d9468.
+dockerdb_1       | 2022/02/03 11:45:53 [launchpadd] [163f49c4] INFO: Launchpad of package GUID 163f49c4-34e1-43bd-b02f-d6b2f27d9468 found in the store.
+dockerdb_1       | 2022/02/03 11:45:53 [launchpadd] [163f49c4] INFO: Launchpad of package GUID 163f49c4-34e1-43bd-b02f-d6b2f27d9468 is terminated.
+dockerdb_1       | 2022/02/03 11:45:53 [launchpadd] [163f49c4] INFO: resume after receiving stop message. 
+dockerdb_1       | 2022/02/03 11:45:53 [launchpadd] [163f49c4] INFO: Sending message of type 19 [MessageTypeXdbPackageResume], SessionID:1f9294ea-62a9-48fc-a7ab-20c8998fd234
+dockerdb_1       | 2022/02/03 11:45:53 [launchpadd] [163f49c4] INFO: Sent message of type 19 [MessageTypeXdbPackageResume], SessionID:1f9294ea-62a9-48fc-a7ab-20c8998fd234

+ 5 - 0
clearing/up.sh

@@ -0,0 +1,5 @@
+docker-compose up -d dockerdb rabbitmq seq
+sleep 20
+docker-compose up -d secureapi alexisapi ratesapi
+sleep 20
+docker-compose up -d

+ 6 - 0
clearingdb/SeedData/AlexisPTSTokenTest/DecryptCardNumber.sql

@@ -0,0 +1,6 @@
+CREATE FUNCTION [dbo].[DecryptCardNumber]
+(@EncryptPAN NVARCHAR (4000), @KeyHexa NVARCHAR (4000))
+RETURNS NVARCHAR (4000)
+AS
+ EXTERNAL NAME [SqlServerProject1].[SqlServerProject1.UserDefinedFunctions].[DecryptCardNumber]
+

+ 6 - 0
clearingdb/SeedData/AlexisPTSTokenTest/EncryptCardNumber.sql

@@ -0,0 +1,6 @@
+CREATE FUNCTION [dbo].[EncryptCardNumber]
+(@PAN NVARCHAR (4000), @hexStringKey NVARCHAR (4000))
+RETURNS NVARCHAR (4000)
+AS
+ EXTERNAL NAME [SqlServerProject1].[SqlServerProject1.UserDefinedFunctions].[EncryptCardNumber]
+

File diff suppressed because it is too large
+ 22 - 0
clearingdb/SeedData/master/CreateAssemblies.sql


+ 19 - 0
clearingdb/bcpScripts/copyData.ps1

@@ -0,0 +1,19 @@
+New-Item -ItemType Directory -Force -Path bcp/AlexisPTSTest
+$tables = @("dbo.CurrencyMaster", "dbo.CountryMaster", "dbo.Cards", "dbo.Configuration", "dbo.Cards_FX_Group", "dbo.Groups_FX_Master", "dbo.Groups_Fx_Details", "dbo.ProductType", "dbo.Bank", "dbo.VISA_CIB", "dbo.Response_source", "dbo.Payment_Token_Type", "dbo.Users", "dbo.Wallet_Provider", "dbo.Payment_Token", "ForeignExchange.ProductCCY")
+for ($i=0; $i -lt $tables.length; $i++) {
+    $table = $tables[$i]
+    $fmtOut = "AlexisPTSTest.${table} format nul -f bcp/AlexisPTSTest/${table}.fmt -n -S localhost -U gpspl -P yW2S6KXdY8"
+    $bcpOut = "AlexisPTSTest.${table} out bcp/AlexisPTSTest/${table}.bcp -n -S localhost -U gpspl -P yW2S6KXdY8"
+    Start-Process bcp -ArgumentList $fmtOut -Wait
+    Start-Process bcp -ArgumentList $bcpOut -Wait
+}
+
+New-Item -ItemType Directory -Force -Path bcp/AlexisPTSTokenTest
+$tables = @("dbo.PANTokenMapping", "dbo.PriToken", "dbo.PubToken")
+for ($i=0; $i -lt $tables.length; $i++) {
+    $table = $tables[$i]
+    $fmtOut = "AlexisPTSTokenTest.${table} format nul -f bcp/AlexisPTSTokenTest/${table}.fmt -n -S localhost -U gpspl -P yW2S6KXdY8"
+    $bcpOut = "AlexisPTSTokenTest.${table} out bcp/AlexisPTSTokenTest/${table}.bcp -n -S localhost -U gpspl -P yW2S6KXdY8"
+    Start-Process bcp -ArgumentList $fmtOut -Wait
+    Start-Process bcp -ArgumentList $bcpOut -Wait
+}

+ 8 - 0
clearingdb/docker-compose.override.yml

@@ -0,0 +1,8 @@
+version: "3.3"
+services:
+    
+    clearingdb:
+        image: reg.kajuree.com/clearingdb:rpi
+        build:
+          context: ..
+          dockerfile: dockerfiles/datadb.dockerfile

+ 27 - 0
clearingdb/docker-compose.yml

@@ -0,0 +1,27 @@
+version: "3.3"
+services:
+    
+    clearingdb:
+        image: nexus.globalprocessing.net/clearingdb
+        build:
+            context: ..
+            dockerfile: dockerfiles/db.dockerfile
+            args:
+                BCPDIR: "../clearingdb/bcp"
+                SEEDDIR: "../clearingdb/SeedData"
+                DACPAC1: "seed master"
+                DACPAC2: "seed AlexisPTSTokenTest"
+                DACPAC3: "gps-databases Alexis,NGA_Processing_Alexis,AlexisToken,Logging"
+                DACPAC4: "gps.databases.alexissecure AlexisSecure"
+                DACPAC5: "gps.clearing Alexis,AlexisToken"
+                DACPAC6: "bcpdir"
+                DACPAC7: "shrink AlexisPTSTest"
+                DACPAC8: "shrink AlexisPTSTokenTest"
+                DACPAC9: "shrink AlexisSecure"
+                TZ: "Europe/London"
+                # DATA_SERVER: "10.220.3.109"
+        ports:
+            - "1434:1433"
+        environment:
+            SA_PASSWORD: "yW2S6KXdY8"
+            ACCEPT_EULA: "Y"

+ 2 - 0
dalapi/.env

@@ -0,0 +1,2 @@
+TZ=Europe/London
+USE_SEQ=1

+ 58 - 0
dalapi/docker-compose.yml

@@ -0,0 +1,58 @@
+version: "3.3"
+
+services:
+
+  dalapi:
+    image: reg.kajuree.com/dalapi:rpi
+    build:
+      context: ..
+      dockerfile: dockerfiles/asp.dockerfile
+      args:
+        TZ: $TZ
+        USE_SEQ: $USE_SEQ
+        PROJ: gps.api.dataaccesslayer
+        DIR: GPS.API.DataAccessLayer
+        BRANCH: develop
+    environment: 
+        ASPNETCORE_ENVIRONMENT: "Development"
+        ASPNETCORE_URLS: "https://+;http://+"
+        ASPNETCORE_HTTPS_PORT: 5091
+        ASPNETCORE_Kestrel__Certificates__Default__Password: "crypticpassword"
+        ASPNETCORE_Kestrel__Certificates__Default__Path: "/https/aspnetapp.pfx"
+    ports:
+        - "5090:5090"
+        - "5091:5091"
+    expose:
+        - "5090"
+        - "5091"
+    volumes:
+        - ~/.aspnet/https:/https/
+        - /Log:/Log
+
+  dockerdb:
+    image: reg.kajuree.com/daldb:rpi
+    ports:
+        - "1435:1433"
+    expose:
+        - "1433"
+    environment:
+        SA_PASSWORD: "yW2S6KXdY8"
+        ACCEPT_EULA: "Y"    
+<<<<<<< Updated upstream
+
+  seq:
+    image: nexus.globalprocessing.net/seqtz
+    build:
+        context: ..
+        dockerfile: dockerfiles/debiantz.dockerfile
+        args:
+            TZ: $TZ
+            IMAGE: "datalust/seq"
+    environment:
+        SEQ_FIRSTRUN_ADMINPASSWORDHASH: "FAMX2GOr52HOTxM10yaKBJCC/KyGtxebd9awk2TIfdaiNoQM1w=="
+        SEQ_STORAGE_SECRETKEY: "kXIvorf3/T5p/wFSfwjOioxmYtnm89pAhx5a43NU2M4="
+        ACCEPT_EULA: "Y"
+    ports: 
+    - "5345:80"        
+=======
+>>>>>>> Stashed changes

File diff suppressed because it is too large
+ 4 - 0
daldb/SeedData/AlexisPTSTest/07_ProductType.sql


+ 45 - 0
daldb/SeedData/AlexisPTSTest/Cards.sql

@@ -0,0 +1,45 @@
+DELETE FROM Cards WHERE PAN in 
+(3161298874256,3161318282514,3161371085730,3162189240263,3162264014022,3211927544494378,3211927622936488,
+3211927766605038,3162000111416,3162224992568,2494697286281,1751144528024763,2469036722636631,3173040045066091,
+3178042060841493,3186762710517944,3187007310413960,3187009719671308,3187157797424494,3187669174638864,
+3187674948643514,3188217694541622,3189555214291380,3421000591551411,3425138996040927,
+5179762040643138,6771083486022888,6771096490339182,6905342138769450,7591229857767875,7598406073257928,
+8068355351794216,8068355707321776);
+
+SET IDENTITY_INSERT [dbo].[Cards] ON 
+
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (29090786,3161298874256,'PPRO_1','14','','London','000','2100-01-01 00:00:00',500.00,19.00,null,null,441,0,'2100-01-01 00:00:00',null,'UNKNOWN/ PPRO_1',122,'2050-01-01 00:00:00','','',null,'CRU',null,null,0x0000000000,'GBP','000',3161298874256,null,1,null,0,3,null,null,null,0,null,null,null,null,'',3,null,'2017-01-07 18:02:00',null,null,null,null,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (29091397,3161318282514,'PPRO_1','14','','London','000','2100-01-01 00:00:00',500.00,19.00,null,null,890,0,'2100-01-01 00:00:00',null,'UNKNOWN/ PPRO_1',122,'2050-01-01 00:00:00','','',null,'CRU',null,null,0x0000000000,'GBP','000',3161318282514,null,1,null,0,3,null,null,null,0,null,null,null,null,'',3,null,'2017-01-07 18:06:00',null,null,null,null,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (29093120,3161371085730,'PPRO_1','14','','London','000','2100-01-01 00:00:00',500.00,19.00,null,null,441,0,'2100-01-01 00:00:00',null,'UNKNOWN/ PPRO_1',122,'2050-01-01 00:00:00','','',null,'CRU',null,null,0x0000000000,'GBP','000',3161371085730,null,1,null,0,3,null,null,null,0,null,null,null,null,'',3,null,'2017-01-07 18:21:00',null,null,null,null,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (34300709,3162189240263,'PPRO_1','14','','London','000','2100-01-01 00:00:00',500.00,19.00,null,null,441,0,'2100-01-01 00:00:00',null,'UNKNOWN/ PPRO_1',122,'2050-01-01 00:00:00','','',null,'CRU',null,null,0x0000000000,'GBP','000',3162189240263,null,1,null,0,3,null,3162189240263,null,0,null,null,null,null,'',3,null,'2017-06-20 13:42:00','2017-06-21 05:41:04.257',null,null,null,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (34302372,3162264014022,'PPRO_1','14','','London','000','2100-01-01 00:00:00',500.00,19.00,null,null,890,0,'2100-01-01 00:00:00',null,'UNKNOWN/ PPRO_1',122,'2050-01-01 00:00:00','','',null,'CRU',null,null,0x0000000000,'GBP','000',3162264014022,null,1,null,0,3,null,3162264014022,null,0,null,null,null,null,'',3,null,'2017-06-20 13:45:00','2017-06-21 05:41:04.257',null,null,null,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (39312665,3211927544494378,'ViaBuy_P','14','','Charuvila','000','2100-01-01 00:00:00',500.00,19.00,null,null,452,0,'2100-01-01 00:00:00',null,'UNKNOWN/ VIABUY_P',122,'2050-01-01 00:00:00','','',null,'CRU',null,null,0x0000000000,'EUR','000',3211927544494378,null,1,null,0,3,null,3211927544494378,null,0,null,null,null,null,'',3,null,'2017-07-31 09:05:00','2017-08-01 02:44:10.553',null,null,null,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (39312666,3211927622936488,'ViaBuy_P','14','','Charuvila','000','2100-01-01 00:00:00',500.00,19.00,null,null,452,0,'2100-01-01 00:00:00',null,'UNKNOWN/ VIABUY_P',122,'2050-01-01 00:00:00','','',null,'CRU',null,null,0x0000000000,'EUR','000',3211927622936488,null,1,null,0,3,null,3211927622936488,null,0,null,null,null,null,'',3,null,'2017-07-31 09:05:00','2017-08-01 02:44:11.553',null,null,null,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (39312671,3211927766605038,'ViaBuy_P','14','','Charuvila','000','2100-01-01 00:00:00',500.00,0.00,null,null,2,0,'2100-01-01 00:00:00',null,'UNKNOWN/ VIABUY_P',122,'2050-01-01 00:00:00','','',null,'CRU',null,null,0x0000000000,'EUR','000',3211927766605038,null,1,null,0,3,null,3211927766605038,null,0,null,null,null,null,'',3,null,'2017-07-31 09:05:00','2017-08-01 02:44:11.053',null,null,null,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (39314363,3162000111416,'PPRO_1','14','','London','000','2100-01-01 00:00:00',500.00,19.00,null,null,441,0,'2100-01-01 00:00:00',null,'UNKNOWN/ PPRO_1',122,'2050-01-01 00:00:00','','',null,'CRU',null,null,0x0000000000,'GBP','000',3162000111416,null,1,null,0,3,null,3162000111416,null,0,null,null,null,null,'',3,null,'2017-07-31 09:10:00','2017-08-01 02:37:41.867',null,null,null,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (39319302,3162224992568,'PPRO_1','14','','London','000','2100-01-01 00:00:00',500.00,19.00,null,null,441,0,'2100-01-01 00:00:00',null,'UNKNOWN/ PPRO_1',122,'2050-01-01 00:00:00','','',null,'CRU',null,null,0x0000000000,'GBP','000',3162224992568,null,1,null,0,3,null,3162224992568,null,0,null,null,null,null,'',3,null,'2017-07-31 09:25:00','2017-08-01 02:37:41.867',null,null,null,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (43347968,2494697286281,'BWFX (VFX_EURO) -111','14','','London','000','2100-01-01 00:00:00',500.00,19.00,null,null,193,0,'2100-01-01 00:00:00',null,'UNKNOWN/ BWFX (VFX_EURO) -111',122,'2050-01-01 00:00:00',null,'',null,'CRU',null,null,null,'EUR','000',2494697286281,null,1,null,0,3,null,2494697286281,null,0,null,null,null,null,'',3,null,'2018-03-15 05:48:00',null,null,null,null,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (62965615,1751144528024763,'54','00','012','NewYork','535','2015-10-27 11:41:13.140',-94.88,0.00,175,null,60,1,'2015-10-27 11:41:12.177','2020-09-30 00:00:00','IAN FLINDERS',201,'2020-09-30 00:00:00','D8AE46981A3452D7','F367F3E6B7C568F4','114511','CRU2',null,'2016-05-27 13:33:36.620',0x0001008906,'GBP','590',1751144528024763,'MVC Card',160,85,8,3,0,1751144528024763,0,204,'831',0,3,null,'831',3,null,'2015-09-29 14:58:00','2018-09-17 07:31:49.300',0,6,10,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (63014769,2469036722636631,'JISHNUTEST/','00','654789','','780','2017-04-20 00:00:00',820.00,-140.00,246,null,186,1,'2017-04-20 09:20:30.913','2020-12-31 00:00:00','JISHNUTEST',221,'2020-12-31 00:00:00','1C3F3D6CC4217E0E','0B27A9CF0DED5A1C','951124','',null,'2019-02-08 08:41:38.600',0x0000000000,'EUR','014',2469036722636631,null,1088,0,0,3,0,2469036722636631,0,98,'137',0,0,null,'137',3,null,'2019-02-08 08:37:00',null,0,0,0,25,0,0.0000);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (63040631,3173040045066091,'/N/A','00','','','519','2018-11-27 00:00:00',650.00,-400.00,317,null,592,1,'2018-07-06 08:24:51.957','2021-10-31 00:00:00','N/A',221,'2021-10-31 00:00:00',null,'8FC104E4F51E3F4A','339143','',null,'2018-11-27 13:14:53.457',0x0100000100,'EUR','346',3173040045066091,null,1053,0,0,3,0,3173040045066091,0,399,'306',0,0,null,'306',3,null,'2018-11-27 13:15:00',null,-1,0,0,17,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (63054789,3178042060841493,'JISHNUTEST/','00','654789','','812','2018-06-26 00:00:00',94.00,-60.60,317,null,592,1,'2018-06-26 09:40:21.490','2020-01-25 00:00:00','JISHNUTEST',221,'2021-05-31 00:00:00',null,'C66F828417F74129','814490','',null,'2018-06-26 09:43:04.623',0x0120000100,'EUR','686',3178042060841493,null,1092,0,0,3,0,3178042060841493,0,241,'565',0,0,null,'565',3,null,'2018-06-26 09:43:00','2019-05-16 10:54:53.360',0,0,0,1753,98,0.0000);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (63193623,3186762710517944,'REGALO/PLAZA RIO 2-TARJETA','00','2530001','0660110661','316','2018-08-14 00:00:00',1469.04,-1212.73,318,null,443,1,'2018-08-13 15:07:04.100','2019-08-31 07:57:43.873','PLAZA RIO 2-TARJETA REGALO',221,'2023-08-31 00:00:00',null,'065A6ABA2773116A','448682','',null,'2018-08-31 07:57:43.873',0x8281100101,'USD','979',3186762710517944,'JishTest',1131,0,0,3,0,3186762710517944,0,685,'994',0,0,null,'994',3,null,'2018-08-14 13:59:00',null,0,0,0,522,0,0.0000);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (63199198,3187007310413960,'JISHTEST10/','00','00110011','','781','2018-11-23 04:36:21.843',96.00,0.00,318,null,443,1,'2018-10-24 08:15:59.917','2019-11-23 04:36:21.040','JISHTEST10',221,'2023-11-30 00:00:00',null,'0D26C079CD3C597B','479078','',null,'2018-11-23 04:35:51.843',0x0000010000,'USD','899',3187007310413960,null,1131,0,159,3,436,3187007310413960,0,685,'742',0,66,null,'742',3,null,'2018-11-23 04:36:00',null,-1,0,8,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (63199251,3187009719671308,'JISHTEST10/','00','00110011','','482','2018-11-23 04:36:31.490',96.00,0.00,318,null,443,1,'2018-10-24 08:15:59.917','2019-11-23 04:36:31.350','JISHTEST10',221,'2023-11-30 00:00:00',null,'8A844899ECA967B3','332899','',null,'2018-11-23 04:36:01.490',0x0000010000,'USD','165',3187009719671308,null,1131,0,159,3,436,3187009719671308,0,685,'970',0,66,null,'970',3,null,'2018-11-23 04:37:00',null,-1,0,8,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (63202655,3187157797424494,'JISHTEST10/','00','00110011','','872','2018-11-28 13:30:38.250',333.00,0.00,318,null,443,1,'2018-10-24 08:15:59.917','2019-11-28 13:30:38.143','JISHTEST10',221,'2023-11-30 00:00:00',null,'F68D737B6ED37E21','839125','',null,'2018-11-28 13:30:08.250',0x0000110000,'USD','465',3187157797424494,null,677,0,159,3,436,3187157797424494,0,685,'994',0,66,null,'994',3,null,'2018-11-28 13:31:00',null,-1,0,8,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (63214745,3187669174638864,'JISHTEST10/','00','00110011','','260','2018-12-18 13:38:54.270',39.15,0.00,318,null,443,1,'2018-10-24 08:15:59.917','2019-12-18 13:36:56.657','JISHTEST10',221,'2023-12-31 00:00:00',null,'E5931FF480FE5959','286070','',null,'2018-12-18 13:36:56.810',0x0000110000,'USD','489',3187669174638864,null,677,0,159,3,436,3187669174638864,0,423,'780',0,66,null,'780',3,null,'2018-12-18 13:37:00',null,-1,0,8,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (63214905,3187674948643514,'JISHTEST10/','00','00110011','','895','2018-12-18 13:57:26.690',139.15,0.00,318,null,443,1,'2018-10-24 08:15:59.917','2019-12-18 13:55:11.167','JISHTEST10',221,'2023-12-31 00:00:00',null,'7CBE5F3AF150B5F1','447117','',null,'2018-12-18 13:55:11.263',0x0000110000,'USD','579',3187674948643514,null,677,0,159,3,436,3187674948643514,0,423,'591',0,66,null,'591',3,null,'2018-12-18 13:55:00',null,-1,0,8,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (63228615,3188217694541622,'BB/MR MM','00','','','314','2019-02-14 00:00:00',497.56,-16.20,318,null,443,1,'2018-10-24 08:15:59.917','2021-05-01 00:00:00','MR MM BB',221,'2024-02-29 00:00:00',null,'C54E538EAFC36941','745041','',null,'2019-02-14 05:24:16.997',0x0000110000,'USD','444',3188217694541622,null,1130,0,159,3,436,3188217694541622,0,0,'569',0,160,null,'569',0,null,'2019-02-14 05:24:00',null,0,53,0,5,0,0.0000);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (63302045,3189555214291380,'REGALO/PLAZA RIO 2-TARJETA','54','253000','Charuvila','474','2018-05-07 14:44:10.160',0.00,0.00,318,null,443,1,'2017-12-12 06:05:49.263','2019-05-07 14:47:15.683','PLAZA RIO 2-TARJETA REGALO',221,'2023-05-31 00:00:00',null,'0580DDA09BCF8A57','505877','',null,'2018-05-07 14:47:15.700',0x0000000000,'USD','075',3189555214291380,'JishTest',1053,0,0,3,0,3189555214291380,0,0,'977',0,55,null,'977',3,null,'2018-05-07 14:44:00',null,-1,0,49,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (63451137,3421000591551411,'JISHTEST10/','00','00110011','','273','2019-01-11 00:00:00',4986.96,-4813.66,342,null,588,1,'2018-09-24 14:12:06.497','2020-01-25 00:00:00','JISHTEST10',221,'2024-01-31 00:00:00',null,'5A9B5B51195925CB','419822','',null,'2019-01-11 12:02:29.347',0x0000000000,'GBP','193',3421000591551411,null,1131,0,0,3,0,3421000591551411,0,689,'304',0,0,null,'304',3,null,'2019-01-11 12:02:00','2019-04-10 13:33:37.937',0,0,0,415,99,0.0000);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (63510320,3425138996040927,'/PERSONALISED','00','','','177','2018-01-24 00:00:00',100.00,-40.00,342,null,588,1,'2018-01-22 06:48:28.153','2020-01-25 00:00:00','PERSONALISED',221,'2023-01-31 00:00:00',null,'4F2D8700DAD197D4','619845','',null,'2018-01-24 06:30:23.877',0x0000100041,'GBP','423',3425138996040927,null,1053,0,0,3,0,3425138996040927,0,0,'375',0,0,null,'375',0,null,'2018-01-24 06:30:00',null,0,0,0,10862,99,-20.0000);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (63778552,5179762040643138,'JISHNUTEST/','00','654789','','147','2017-12-01 00:00:00',1922.77,0.00,517,null,1545,0,'2017-12-01 13:37:57.547',null,'JISHNUTEST',221,'2020-12-31 00:00:00',null,'98AB4AE2023545E6','422115','',null,null,0x0000000000,'ILS','898',5179762040643138,null,475,0,0,3,0,5179762040643138,0,0,'622',0,66,null,'622',3,null,'2019-02-07 07:19:00',null,0,0,0,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (64222367,6771083486022888,'XYZ/TESTUSER','00','682030','','243','2018-11-27 05:48:59.923',105.00,0.00,677,null,1902,1,'2018-09-05 13:44:46.660','2021-10-31 00:00:00','TESTUSER XYZ',221,'2021-10-31 00:00:00',null,'45B946520EF7BC93','805335','',null,'2018-11-27 05:48:29.923',0x0000020000,'GBP','502',6771083486022888,null,544,108,134,3,198,6771083486022888,46,0,'213',0,0,null,'213',3,null,'2018-11-27 05:49:00',null,0,0,0,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (64222504,6771096490339182,'XYZ/TESTUSER','00','682030','','431','2019-01-04 08:49:14.183',120.00,0.00,677,null,1902,1,'2018-09-05 13:44:46.660','2021-12-31 00:00:00','TESTUSER XYZ',221,'2021-12-31 00:00:00',null,'956FAF4BC7FC8384','715931','',null,'2019-01-04 08:49:14.183',0x0000020000,'GBP','267',6771096490339182,null,544,108,134,3,198,6771096490339182,46,0,'996',0,0,null,'996',3,null,'2019-01-04 08:49:00',null,0,0,0,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (64284021,6905342138769450,'JISHTEST/','00','0','','882','2019-03-11 13:34:33.900',82.00,0.00,690,null,45671722,0,'2018-09-05 13:53:04.443',null,'JISHTEST',221,'2024-02-29 00:00:00',null,'F85ABB36BA947844','239189','',null,null,0x0100130084,'ALL','811',6905342138769450,null,525,0,0,3,16,6905342138769450,0,0,'534',0,-1,6905320346780922,'534',3,null,'2019-03-11 13:32:00',null,0,77,0,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (64351256,7591229857767875,'/N/A','00','0','','980','2018-11-23 08:12:47.400',0.00,0.00,759,null,9009,1,'2018-11-23 08:12:47.400','2021-10-31 00:00:00','N/A',221,'2021-10-31 00:00:00',null,'15A9E2CE4CAF5FCB','447867','',null,'2018-11-26 20:50:48.770',0x0000120004,'GBP','577',7591229857767875,'0',1053,0,0,3,0,7591229857767875,0,0,'819',0,-1,null,'819',3,null,'2018-11-26 20:51:00','2018-11-26 20:51:20.980',0,0,0,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (64909189,7598406073257928,'/N/A','00','0','','440','2019-04-27 03:20:17.607',84.00,0.00,759,null,9029,1,'2018-10-23 10:02:33.877','2022-03-31 00:00:00','N/A',221,'2022-03-31 00:00:00',null,'55DB15E6832F1729','587735','',null,'2019-04-27 03:20:17.607',0x0000120004,'GBP','763',7598406073257928,'0',1053,0,0,3,0,7598406073257928,0,681,'706',0,-1,null,'706',3,null,'2019-04-27 03:20:00',null,0,0,0,2,0,0.0000);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (65498035,8068355351794216,'/N/A','00','0','','101','2018-11-26 20:41:20.540',120.00,0.00,806,null,9093,1,'2018-09-19 23:01:11.597','2020-10-31 00:00:00','N/A',221,'2020-10-31 00:00:00',null,'351703E21B85BBC3','681122','',null,'2018-11-26 20:40:50.540',0x0000100004,'GBP','772',8068355351794216,'0',1053,0,0,3,426,8068355351794216,0,0,'980',0,-1,null,'980',3,null,'2018-11-26 20:41:00',null,0,0,0,0,0,null);
+INSERT INTO dbo.Cards (ID,PAN,CName,status,PostCode,Address,CVC1,DateChargedUp,Actual_Balance,Blocked_Amount,SchemeID,IMKID,ProductID,IsLive,IsLive_date,gps_expiry,Emboss_Name,ServiceCode,ExpiryDate,Pin_Block,mc_pin_block,Passcode,Carrier_type,Note,ActivationDate,Advanced_Permissions,BillingCcy,EMBOSS_CVC,Account_Id,CustAccount,GROUPID,GROUPMCCID,Groups_Fees_Scheduled_ID,PIN_OnlineCounter,Groups_Usage_ID,Primary_id,Groups_card_Linkage_id,GRP_AUTH_FEE_ID,CVC3,Group_Limited_Net_ID,GRP_WS_FEE_ID,Multi_Fx_Account,ICVV,PIN_OffLineCounter,ATC,IssueDate,last_positive_balance_date,AuthCalendarGroupID,Black_List_ID,White_List_ID,bal_seqno,bal_seqno_exthost,Blocked_Amount_Positive) VALUES (65498044,8068355707321776,'/N/A','00','0','','669','2018-11-26 20:42:25.303',120.00,0.00,806,null,9093,1,'2018-09-19 23:01:10.877','2020-10-31 00:00:00','N/A',221,'2020-10-31 00:00:00',null,'EC1FC4E1BAE79BA3','649558','',null,'2018-11-26 20:41:55.303',0x0000100004,'GBP','044',8068355707321776,'0',1053,0,0,3,426,8068355707321776,0,0,'135',0,-1,null,'135',3,null,'2018-11-26 20:42:00',null,0,0,0,0,0,null);
+
+SET IDENTITY_INSERT [dbo].[Cards] OFF

+ 200 - 0
daldb/SeedData/AlexisPTSTest/Currency_Master.sql

@@ -0,0 +1,200 @@
+ALTER TABLE AUTH_IMPLIED_LIMIT NOCHECK CONSTRAINT all 
+DELETE FROM [dbo].[CurrencyMaster]
+
+SET IDENTITY_INSERT [dbo].[CurrencyMaster] ON
+
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (300, N'012', N'DZD', 2, N'د.ج', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (26, N'032', N'ARS', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (20, N'036', N'AUD', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (295, N'044', N'BSD', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (243, N'048', N'BHD', 3, N'.د.ب', 3, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (268, N'050', N'BDT', 2, N'৳', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (272, N'051', N'AMD', 2, N'դր.', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (291, N'052', N'BBD', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (316, N'060', N'BMD', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (326, N'064', N'BTN', 2, N'Nu.', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (281, N'068', N'BOB', 2, N'$b', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (246, N'072', N'BWP', 2, N'P', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (324, N'084', N'BZD', 2, N'BZ$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (327, N'090', N'SBD', 2, N'SI$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (314, N'096', N'BND', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (328, N'104', N'MMK', 2, N'K', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (329, N'108', N'BIF', 0, N'FBu', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (323, N'116', N'KHR', 2, N' ៛ ', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (28, N'124', N'CAD', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (294, N'132', N'CVE', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (330, N'136', N'KYD', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (21, N'144', N'LKR', 2, N'₨', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (261, N'152', N'CLP', 0, N'$', 0, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (24, N'156', N'CNY', 2, N'¥', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (233, N'170', N'COP', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (307, N'174', N'KMF', 0, N'CF', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (288, N'188', N'CRC', 2, N'₡', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (216, N'191', N'HRK', 2, N'kn', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (331, N'192', N'CUP', 2, N'?', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (238, N'203', N'CZK', 2, N'Kč', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (249, N'208', N'DKK', 2, N'kr', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (259, N'214', N'DOP', 2, N'RD$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (332, N'222', N'SVC', 2, N'¢', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (263, N'230', N'ETB', 2, N'Br', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (341, N'232', N'ERN', 2, N'Nfk', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (333, N'233', N'EEK', 2, N'kr', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (334, N'238', N'FKP', 2, N'£', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (23, N'242', N'FJD', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (308, N'262', N'DJF', 0, N'Fdj', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (322, N'270', N'GMD', 2, N'₦', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (269, N'292', N'GIP', 2, N'£', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (305, N'320', N'GTQ', 2, N'Q', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (310, N'324', N'GNF', 0, N'FG', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (293, N'328', N'GYD', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (318, N'332', N'HTG', 2, N' $', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (299, N'340', N'HNL', 2, N'L', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (225, N'344', N'HKD', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (252, N'348', N'HUF', 2, N'Ft', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (27, N'352', N'ISK', 2, N'kr', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (25, N'356', N'INR', 2, N'Rs', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (230, N'360', N'IDR', 2, N'Rp', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (342, N'364', N'IRR', 2, N'?', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (283, N'368', N'IQD', 3, N'ع.د', 3, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (217, N'376', N'ILS', 2, N'₪', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (302, N'388', N'JMD', 2, N'J$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (250, N'392', N'JPY', 0, N'¥', 0, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (301, N'398', N'KZT', 2, N'лв', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (388, N'400', N'JOD', 3, N'?.?', 3, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (239, N'404', N'KES', 2, N'KSh', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (343, N'408', N'KPW', 2, N'?', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (248, N'410', N'KRW', 0, N'₩', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (236, N'414', N'KWD', 3, N'د.ك', 3, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (335, N'417', N'KGS', 2, N'??', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (279, N'418', N'LAK', 2, N'₭', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (277, N'422', N'LBP', 2, N'£', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (321, N'426', N'LSL', 2, N'L', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (270, N'428', N'LVL', 2, N'Ls', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (344, N'430', N'LRD', 2, N'L$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (345, N'434', N'LYD', 3, N'?.?', 3, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (267, N'440', N'LTL', 2, N'Lt', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (255, N'446', N'MOP', 2, N'MOP$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (241, N'454', N'MWK', 2, N'MK', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (29, N'458', N'MYR', 2, N'RM', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (278, N'462', N'MVR', 2, N'Rf', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (346, N'478', N'MRO', 2, N'UM', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (262, N'480', N'MUR', 2, N'₨', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (226, N'484', N'MXN', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (303, N'496', N'MNT', 2, N'₮', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (286, N'498', N'MDL', 2, N'L', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (229, N'504', N'MAD', 2, N'د.م', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (251, N'512', N'OMR', 3, N'﷼', 3, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (260, N'516', N'NAD', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (282, N'524', N'NPR', 2, N'₨', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (304, N'532', N'ANG', 2, N'ƒ', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (284, N'533', N'AWG', 2, N'ƒ', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (306, N'548', N'VUV', 0, N'Vt', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (22, N'554', N'NZD', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (837, N'555', N'TESTAUTO1', 7, NULL, 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (347, N'558', N'NIO', 2, N'C$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (228, N'566', N'NGN', 2, N'₦', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (218, N'578', N'NOK', 2, N'kr', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (5, N'586', N'PKR', 2, N'₨', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (317, N'590', N'PAB', 2, N'B/..', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (348, N'598', N'PGK', 2, N'K', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (311, N'600', N'PYG', 0, N'Gs', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (289, N'604', N'PEN', 2, N'S/.', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (6, N'608', N'PHP', 2, N'₱', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (8, N'634', N'QAR', 2, N'﷼', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (237, N'643', N'RUB', 2, N'руб', 2, NULL)
+
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (312, N'646', N'RWF', 0, N'RF', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (349, N'654', N'SHP', 2, N'£', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (350, N'678', N'STD', 2, N'Db', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (11, N'682', N'SAR', 2, N'﷼', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (257, N'690', N'SCR', 2, N'₨', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (351, N'694', N'SLL', 2, N'Le', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (12, N'702', N'SGD', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (380, N'703', N'SKK', 2, N'Sk', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (244, N'704', N'VND', 0, N'₫', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (352, N'706', N'SOS', 2, N'Sh', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (13, N'710', N'ZAR', 2, N'R', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (381, N'716', N'ZWD', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (353, N'728', N'SSP', 2, N'£', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (258, N'748', N'SZL', 2, N'L', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (14, N'752', N'SEK', 2, N'kr', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (15, N'756', N'CHF', 2, N'CHF', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (273, N'760', N'SYP', 2, N'£', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (17, N'764', N'THB', 2, N'฿', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (336, N'776', N'TOP', 2, N'T$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (298, N'780', N'TTD', 2, N'TT$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (19, N'784', N'AED', 2, N'د.إ', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (271, N'788', N'TND', 3, N'د.ت', 3, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (18, N'792', N'TRL', 2, N'₤', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (379, N'795', N'TMM', 0, N'T', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (325, N'8  ', N'ALL', 2, N'Lek', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (275, N'800', N'UGX', 0, N'USh', 0, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (296, N'807', N'MKD', 2, N'ден', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (10, N'810', N'RUR', 2, N'руб', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (232, N'818', N'EGP', 2, N'£', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (389, N'826', N'GBP', 2, N'£', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (265, N'834', N'TZS', 2, N'x/y', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (3, N'840', N'USD', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (290, N'858', N'UYU', 2, N'$U', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (337, N'860', N'UZS', 2, N'??', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (338, N'882', N'WST', 2, N'SAT', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (320, N'886', N'YER', 2, N'﷼', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (245, N'894', N'ZMK', 2, N'ZK', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (16, N'901', N'TWD', 2, N'NT$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (384, N'928', N'VEF', 2, NULL, 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (382, N'929', N'MRU', 2, NULL, 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (383, N'930', N'STN', 2, NULL, 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (354, N'931', N'CUC', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (355, N'932', N'ZWL', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (356, N'934', N'TMT', 2, N'T', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (285, N'936', N'GHS', 2, N'GH₵', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (297, N'937', N'VEF', 2, N'Bs', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (357, N'938', N'SDG', 2, N'£', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (358, N'940', N'UYI', 0, N'$U', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (256, N'941', N'RSD', 2, N'Дин.', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (280, N'943', N'MZN', 2, N'MT', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (287, N'944', N'AZN', 2, N'ман', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (9, N'946', N'RON', 2, N'lei', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (359, N'947', N'CHE', 2, N'€', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (360, N'948', N'CHW', 2, N'CHF', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (227, N'949', N'TRY', 2, N'TL', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (234, N'950', N'XAF', 0, N'FCFA', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (315, N'951', N'XCD', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (247, N'952', N'XOF', 0, N'CFA', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (309, N'953', N'XPF', 0, N'F', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (369, N'955', N'XBA', 2, NULL, 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (370, N'956', N'XBB', 2, NULL, 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (371, N'957', N'XBC', 2, NULL, 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (372, N'958', N'XBD', 2, NULL, 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (368, N'959', N'XAU', 2, NULL, 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (373, N'960', N'XDR', 2, NULL, 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (367, N'961', N'XAG', 2, NULL, 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (375, N'962', N'XPT', 2, NULL, 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (377, N'963', N'XTS', 2, NULL, 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (374, N'964', N'XPD', 2, NULL, 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (378, N'965', N'XUA', 2, NULL, 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (292, N'967', N'ZMW', 2, N'ZK', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (313, N'968', N'SRD', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (319, N'969', N'MGA', 2, N'Ar', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (361, N'970', N'COU', 2, N'URV', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (242, N'971', N'AFN', 2, N'؋', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (339, N'972', N'TJS', 2, N'TJS ', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (231, N'973', N'AOA', 2, N'Kz', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (253, N'974', N'BYR', 0, N'p.', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (274, N'975', N'BGN', 2, N'лв', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (340, N'976', N'CDF', 2, N'FC', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (276, N'977', N'BAM', 2, N'KM', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (2, N'978', N'EUR', 2, N'€', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (362, N'979', N'MXV', 2, N'MXV', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (266, N'980', N'UAH', 2, N'₴', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (235, N'981', N'GEL', 2, N'ლ', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (363, N'984', N'BOV', 2, N'BOV', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (7, N'985', N'PLN', 2, N'zł', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (30, N'986', N'BRL', 2, N'R$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (364, N'990', N'CLF', 4, N'UF', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (376, N'994', N'XSU', 2, NULL, 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (365, N'997', N'USN', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (366, N'998', N'USS', 2, N'$', 2, NULL)
+INSERT [dbo].[CurrencyMaster] ([ID], [Code], [CName], [Exponent], [Ccy_Symbol], [VisaExponent], [Description]) VALUES (4, N'999', N'Other', 2, NULL, 2, NULL)
+SET IDENTITY_INSERT [dbo].[CurrencyMaster] OFF
+ALTER TABLE AUTH_IMPLIED_LIMIT WITH CHECK CHECK CONSTRAINT all

+ 10 - 0
daldb/SeedData/AlexisPTSTest/TableMetaData.sql

@@ -0,0 +1,10 @@
+IF NOT EXISTS (SELECT * FROM DataAccessLayer.TableMetaData WHERE TableName = 'Transaction')
+BEGIN
+	INSERT DataAccessLayer.TableMetaData
+	VALUES ('Transaction', '2020-01-01T00:00:00.000', NULL, 'Lower')
+End
+
+UPDATE md
+SET md.BoundaryDateTime = '2020-01-01T00:00:00.000', md.BoundaryType = 'Lower'
+FROM DataAccessLayer.TableMetaData md
+WHERE md.TableName = 'Transaction'

+ 38 - 0
daldb/SeedData/AlexisPTSTest/TransactionAddDetails.sql

@@ -0,0 +1,38 @@
+DELETE FROM [TransactionAddDetails] where TransactionID between 1000000001 and 1000000029
+DELETE FROM [TransactionAddDetails] where TransactionID in (800000001,800000002,800000003,800000004,800000005,800000006,800000007,800000008,800000009,800000010, 900000029,
+900000030,900000031,900000032,900000001,900000002,900000003,900000004,900000005,900000006,900000007,
+900000009,900000010,900000011,900000012,900000013,900000014,900000015,900000016,900000017,900000018,
+900000019,900000020,900000021,900000022,900000023,900000024,900000025,900000026,900000027,900000028,
+900000029,900000030,900000031,300000001,300000002,900000008);
+DELETE FROM [TransactionAddDetails] where TransactionID in (8000000001,8000000002,8000000003,8000000004,8000000005,8000000006,8000000007,8000000008,8000000009,8000000010, 9000000029,
+9000000030,9000000031,9000000032,9000000001,9000000002,9000000003,9000000004,9000000005,9000000006,9000000007,
+9000000009,9000000010,9000000011,9000000012,9000000013,9000000014,9000000015,9000000016,9000000017,9000000018,
+9000000019,9000000020,9000000021,9000000022,9000000023,9000000024,9000000025,9000000026,9000000027,9000000028,
+9000000029,9000000030,9000000031,300000001,300000002,9000000008);
+
+INSERT INTO TransactionAddDetails (TransactionID,BranchCode,LoadedBy  ,RateType,FxRate,Merch_Name ,Merch_Street     ,Merch_City     ,Merch_Region, Merch_Postcode,Merch_County,Merch_Tel  ,Merch_Contact     ,Merch_URL            ,Merch_Net_id,Merch_Tax_id,Merch_Name_Other    ,pos_cardholder_present,pos_card_present,pos_card_input,pos_cardholder_authen_method1,pos_cardholder_authen_entity1,pos_cardholder_authen_method2,pos_cardholder_authen_entity2,pos_cardholder_authen_method3,pos_cardholder_authen_entity3,pos_cardholder_authen_method4,pos_cardholder_authen_entity4,pos_chip_fallback,pos_fraud_ind,pos_security_cardholder2merchant,pos_3dsec_authen_method,card_device_type,auth_type,preauth_days,auth_expdate_utc,emv_atc,emv_cvmcode,emv_cvmresult,emv_txncode,poscap_partial_approval,poscap_purchase_amt_only_approval,poscap_card_input,poscap_Cardholder_authen,poscap_card_capture,poscap_attended,poscap_environment,poscap_card_output,poscap_terminal_output,poscap_pin_capture,poscap_terminal_type,emv_termtype,emv_termcap,Matching_Txn_ID,check_results_arrived,check_results_sent,check_results_sent_location,DCC_Indicator,multi_part_txn,multi_part_txn_final,multi_part_number,multi_part_count,currency_code_fee,currency_code_fee_settlement,interchange_amount_fee,interchange_amount_fee_settlement,Instant_Funding_Network,Instant_Funding_GPS,Acquirer_Forwarder_ID,SettlementIndicator,psd_sca_exempt)
+VALUES 						      (1000000001   ,'AC1'     ,'LoadedBy','S'     ,1.23  ,'Merchant Name','Merchant Street','Merchant City','X',          'ABC123'      ,'London'    ,'Telephone','Merchant Contact','http://merchant.com','Net Id'    ,'Tax Id'   ,'Merchant Other Name','0'                   ,'1'             ,'0'           ,'3'                          ,'3'                          ,'3'                          ,'3'                          ,'3'                          ,'3'                          ,'3'                          ,'3'                          ,'0'              ,'0'          ,'1'                             ,'2'                    ,'A'             ,'0'      ,1           ,'2021-11-10'    ,1      ,2          ,0            ,'9C'        ,'0'                    ,'1'                              ,'12'             ,'10'                    ,'0'                ,'2'            ,'0'               ,'0'               ,'0'                   ,'1'               ,'6'                 ,'00'        ,'000000'       ,1000000001       ,'111111UUUUUU1RFU'   ,'111111UUUUUU1RFU','IIIIIIIIIIIIIRFU'         ,1            ,0              ,0                  ,0                ,0               ,'826'            ,'826'                       ,1.23                  ,0.00                             ,1                      ,1                  ,'1234'               ,'1'                ,'3');
+INSERT INTO TransactionAddDetails (TransactionID,BranchCode,LoadedBy  ,RateType,FxRate,Merch_Name ,Merch_Street     ,Merch_City     ,Merch_Region, Merch_Postcode,Merch_County,Merch_Tel  ,Merch_Contact     ,Merch_URL            ,Merch_Net_id,Merch_Tax_id,Merch_Name_Other    ,pos_cardholder_present,pos_card_present,pos_card_input,pos_cardholder_authen_method1,pos_cardholder_authen_entity1,pos_cardholder_authen_method2,pos_cardholder_authen_entity2,pos_cardholder_authen_method3,pos_cardholder_authen_entity3,pos_cardholder_authen_method4,pos_cardholder_authen_entity4,pos_chip_fallback,pos_fraud_ind,pos_security_cardholder2merchant,pos_3dsec_authen_method,card_device_type,auth_type,preauth_days,auth_expdate_utc,emv_atc,emv_cvmcode,emv_cvmresult,emv_txncode,poscap_partial_approval,poscap_purchase_amt_only_approval,poscap_card_input,poscap_Cardholder_authen,poscap_card_capture,poscap_attended,poscap_environment,poscap_card_output,poscap_terminal_output,poscap_pin_capture,poscap_terminal_type,emv_termtype,emv_termcap,Matching_Txn_ID,check_results_arrived,check_results_sent,check_results_sent_location,DCC_Indicator,multi_part_txn,multi_part_txn_final,multi_part_number,multi_part_count,currency_code_fee,currency_code_fee_settlement,interchange_amount_fee,interchange_amount_fee_settlement,Instant_Funding_Network,Instant_Funding_GPS,Acquirer_Forwarder_ID,SettlementIndicator,psd_sca_exempt)
+VALUES 						      (1000000003   ,null     ,null       ,null     ,null  ,null       ,null            ,null           ,null,          null      ,null    ,null,null,null,null    ,null  ,null,null                   ,null             ,null           ,null                          ,null                          ,null                         ,null                         ,null                         ,null                         ,null                         ,null                         ,null             ,null           ,null                             ,null                    ,null             ,null       ,null            ,null     ,null       ,null           ,null             ,null       ,null                     ,null                               ,null              ,null                    ,null                 ,null            ,null               ,null                ,null                    ,null                ,null                  ,null        ,null       ,null           ,null    ,null ,null          ,null            ,null               ,null                  ,null                 ,null               ,null             ,null                       ,null                   ,null                              ,null                       ,null                   ,null                ,null                 ,null );
+INSERT INTO TransactionAddDetails (TransactionID,BranchCode,LoadedBy  ,RateType,FxRate,Merch_Name ,Merch_Street     ,Merch_City     ,Merch_Region, Merch_Postcode,Merch_County,Merch_Tel  ,Merch_Contact     ,Merch_URL            ,Merch_Net_id,Merch_Tax_id,Merch_Name_Other    ,pos_cardholder_present,pos_card_present,pos_card_input,pos_cardholder_authen_method1,pos_cardholder_authen_entity1,pos_cardholder_authen_method2,pos_cardholder_authen_entity2,pos_cardholder_authen_method3,pos_cardholder_authen_entity3,pos_cardholder_authen_method4,pos_cardholder_authen_entity4,pos_chip_fallback,pos_fraud_ind,pos_security_cardholder2merchant,pos_3dsec_authen_method,card_device_type,auth_type,preauth_days,auth_expdate_utc,emv_atc,emv_cvmcode,emv_cvmresult,emv_txncode,poscap_partial_approval,poscap_purchase_amt_only_approval,poscap_card_input,poscap_Cardholder_authen,poscap_card_capture,poscap_attended,poscap_environment,poscap_card_output,poscap_terminal_output,poscap_pin_capture,poscap_terminal_type,emv_termtype,emv_termcap,Matching_Txn_ID,check_results_arrived,check_results_sent,check_results_sent_location,DCC_Indicator,multi_part_txn,multi_part_txn_final,multi_part_number,multi_part_count,currency_code_fee,currency_code_fee_settlement,interchange_amount_fee,interchange_amount_fee_settlement,Instant_Funding_Network,Instant_Funding_GPS,Acquirer_Forwarder_ID,SettlementIndicator,psd_sca_exempt)
+VALUES 						      (1000000005   ,'BC1'     ,'LoadedBy','S'     ,1.23  ,'Merchant1','Merchant Street','Mercahnt City','X',          'ABC123'      ,'London'    ,'Telephone','Merchant Contact','http://merchant.com','Net Id'    ,'Tax Id'   ,'Merchant Other Name','0'                   ,'1'             ,'0'           ,'3'                          ,'3'                          ,null                         ,null                         ,null                         ,null                         ,null                         ,null                         ,'0'              ,'0'          ,'1'                             ,'2'                    ,'A'             ,'0'      ,1           ,'2021-11-10'    ,1      ,2          ,0            ,null       ,'0'                    ,'1'                              ,'12'             ,'10'                    ,'0'                ,'2'            ,'0'               ,'0'               ,'0'                   ,'1'               ,'6'                 ,null        ,null       ,1000000005     ,'111111UUUUUU1RFU'   ,'111111UUUUUU1RFU','IIIIIIIIIIIIIRFU'         ,1            ,0              ,0                  ,0                ,0               ,'826'            ,'826'                       ,1.23                  ,0.00                             ,1                      ,1                  ,'1234'               ,'1'                ,'3');
+INSERT INTO TransactionAddDetails (TransactionID,BranchCode,LoadedBy  ,RateType,FxRate,Merch_Name ,Merch_Street     ,Merch_City     ,Merch_Region, Merch_Postcode,Merch_County,Merch_Tel  ,Merch_Contact     ,Merch_URL            ,Merch_Net_id,Merch_Tax_id,Merch_Name_Other    ,pos_cardholder_present,pos_card_present,pos_card_input,pos_cardholder_authen_method1,pos_cardholder_authen_entity1,pos_cardholder_authen_method2,pos_cardholder_authen_entity2,pos_cardholder_authen_method3,pos_cardholder_authen_entity3,pos_cardholder_authen_method4,pos_cardholder_authen_entity4,pos_chip_fallback,pos_fraud_ind,pos_security_cardholder2merchant,pos_3dsec_authen_method,card_device_type,auth_type,preauth_days,auth_expdate_utc,emv_atc,emv_cvmcode,emv_cvmresult,emv_txncode,poscap_partial_approval,poscap_purchase_amt_only_approval,poscap_card_input,poscap_Cardholder_authen,poscap_card_capture,poscap_attended,poscap_environment,poscap_card_output,poscap_terminal_output,poscap_pin_capture,poscap_terminal_type,emv_termtype,emv_termcap,Matching_Txn_ID,check_results_arrived,check_results_sent,check_results_sent_location,DCC_Indicator,multi_part_txn,multi_part_txn_final,multi_part_number,multi_part_count,currency_code_fee,currency_code_fee_settlement,interchange_amount_fee,interchange_amount_fee_settlement,Instant_Funding_Network,Instant_Funding_GPS,Acquirer_Forwarder_ID,SettlementIndicator,psd_sca_exempt)
+VALUES 						      (1000000006   ,'BC1'     ,'LoadedBy','S'     ,1.23  ,'Merchant2','Merchant Street','Mercahnt City','X',          'ABC123'      ,'London'    ,'Telephone','Merchant Contact','http://merchant.com','Net Id'    ,'Tax Id'   ,'Merchant Other Name','0'                   ,'1'             ,'0'           ,'3'                          ,'3'                          ,null                         ,null                         ,null                         ,null                         ,null                         ,null                         ,'0'              ,'0'          ,'1'                             ,'2'                    ,'A'             ,'0'      ,1           ,'2021-11-10'    ,1      ,2          ,0            ,null       ,'0'                    ,'1'                              ,'12'             ,'10'                    ,'0'                ,'2'            ,'0'               ,'0'               ,'0'                   ,'1'               ,'6'                 ,null        ,null       ,1000000006      ,'111111UUUUUU1RFU'   ,'111111UUUUUU1RFU','IIIIIIIIIIIIIRFU'         ,1            ,0              ,0                  ,0                ,0               ,'826'            ,'826'                       ,1.23                  ,0.00                             ,1                      ,1                  ,'1234'               ,'1'                ,'3');
+INSERT INTO TransactionAddDetails (TransactionID,BranchCode,LoadedBy  ,RateType,FxRate,Merch_Name ,Merch_Street     ,Merch_City     ,Merch_Region, Merch_Postcode,Merch_County,Merch_Tel  ,Merch_Contact     ,Merch_URL            ,Merch_Net_id,Merch_Tax_id,Merch_Name_Other    ,pos_cardholder_present,pos_card_present,pos_card_input,pos_cardholder_authen_method1,pos_cardholder_authen_entity1,pos_cardholder_authen_method2,pos_cardholder_authen_entity2,pos_cardholder_authen_method3,pos_cardholder_authen_entity3,pos_cardholder_authen_method4,pos_cardholder_authen_entity4,pos_chip_fallback,pos_fraud_ind,pos_security_cardholder2merchant,pos_3dsec_authen_method,card_device_type,auth_type,preauth_days,auth_expdate_utc,emv_atc,emv_cvmcode,emv_cvmresult,emv_txncode,poscap_partial_approval,poscap_purchase_amt_only_approval,poscap_card_input,poscap_Cardholder_authen,poscap_card_capture,poscap_attended,poscap_environment,poscap_card_output,poscap_terminal_output,poscap_pin_capture,poscap_terminal_type,emv_termtype,emv_termcap,Matching_Txn_ID,check_results_arrived,check_results_sent,check_results_sent_location,DCC_Indicator,multi_part_txn,multi_part_txn_final,multi_part_number,multi_part_count,currency_code_fee,currency_code_fee_settlement,interchange_amount_fee,interchange_amount_fee_settlement,Instant_Funding_Network,Instant_Funding_GPS,Acquirer_Forwarder_ID,SettlementIndicator,psd_sca_exempt)
+VALUES 						      (1000000007   ,'BC1'     ,'LoadedBy','S'     ,1.23  ,'Merchant3','Merchant Street','Mercahnt City','X',          'ABC123'      ,'London'    ,'Telephone','Merchant Contact','http://merchant.com','Net Id'    ,'Tax Id'   ,'Merchant Other Name','0'                   ,'1'             ,'0'           ,'3'                          ,'3'                          ,null                         ,null                         ,null                         ,null                         ,null                         ,null                         ,'0'              ,'0'          ,'1'                             ,'2'                    ,'A'             ,'0'      ,1           ,'2021-11-10'    ,1      ,2          ,0            ,null       ,'0'                    ,'1'                              ,'12'             ,'10'                    ,'0'                ,'2'            ,'0'               ,'0'               ,'0'                   ,'1'               ,'6'                 ,null        ,null       ,1000000007      ,'111111UUUUUU1RFU'   ,'111111UUUUUU1RFU','IIIIIIIIIIIIIRFU'         ,1            ,0              ,0                  ,0                ,0               ,'826'            ,'826'                       ,1.23                  ,0.00                             ,1                      ,1                  ,'1234'               ,'1'                ,'3');
+INSERT INTO TransactionAddDetails (TransactionID,BranchCode,LoadedBy  ,RateType,FxRate,Merch_Name ,Merch_Street     ,Merch_City     ,Merch_Region, Merch_Postcode,Merch_County,Merch_Tel  ,Merch_Contact     ,Merch_URL            ,Merch_Net_id,Merch_Tax_id,Merch_Name_Other    ,pos_cardholder_present,pos_card_present,pos_card_input,pos_cardholder_authen_method1,pos_cardholder_authen_entity1,pos_cardholder_authen_method2,pos_cardholder_authen_entity2,pos_cardholder_authen_method3,pos_cardholder_authen_entity3,pos_cardholder_authen_method4,pos_cardholder_authen_entity4,pos_chip_fallback,pos_fraud_ind,pos_security_cardholder2merchant,pos_3dsec_authen_method,card_device_type,auth_type,preauth_days,auth_expdate_utc,emv_atc,emv_cvmcode,emv_cvmresult,emv_txncode,poscap_partial_approval,poscap_purchase_amt_only_approval,poscap_card_input,poscap_Cardholder_authen,poscap_card_capture,poscap_attended,poscap_environment,poscap_card_output,poscap_terminal_output,poscap_pin_capture,poscap_terminal_type,emv_termtype,emv_termcap,Matching_Txn_ID,check_results_arrived,check_results_sent,check_results_sent_location,DCC_Indicator,multi_part_txn,multi_part_txn_final,multi_part_number,multi_part_count,currency_code_fee,currency_code_fee_settlement,interchange_amount_fee,interchange_amount_fee_settlement,Instant_Funding_Network,Instant_Funding_GPS,Acquirer_Forwarder_ID,SettlementIndicator,psd_sca_exempt)
+VALUES 						      (1000000008   ,'BC1'     ,'LoadedBy','S'     ,1.23  ,'Merchant4','Merchant Street','Mercahnt City','X',          'ABC123'      ,'London'    ,'Telephone','Merchant Contact','http://merchant.com','Net Id'    ,'Tax Id'   ,'Merchant Other Name','0'                   ,'1'             ,'0'           ,'3'                          ,'3'                          ,null                         ,null                         ,null                         ,null                         ,null                         ,null                         ,'0'              ,'0'          ,'1'                             ,'2'                    ,'A'             ,'0'      ,1           ,'2021-11-10'    ,1      ,2          ,0            ,null       ,'0'                    ,'1'                              ,'12'             ,'10'                    ,'0'                ,'2'            ,'0'               ,'0'               ,'0'                   ,'1'               ,'6'                 ,null        ,null       ,1000000008       ,'111111UUUUUU1RFU'   ,'111111UUUUUU1RFU','IIIIIIIIIIIIIRFU'         ,1            ,0              ,0                  ,0                ,0               ,'826'            ,'826'                       ,1.23                  ,0.00                             ,1                      ,1                  ,'1234'               ,'1'                ,'3');
+INSERT INTO TransactionAddDetails (TransactionID,BranchCode,LoadedBy  ,RateType,FxRate,Merch_Name ,Merch_Street     ,Merch_City     ,Merch_Region, Merch_Postcode,Merch_County,Merch_Tel  ,Merch_Contact     ,Merch_URL            ,Merch_Net_id,Merch_Tax_id,Merch_Name_Other    ,pos_cardholder_present,pos_card_present,pos_card_input,pos_cardholder_authen_method1,pos_cardholder_authen_entity1,pos_cardholder_authen_method2,pos_cardholder_authen_entity2,pos_cardholder_authen_method3,pos_cardholder_authen_entity3,pos_cardholder_authen_method4,pos_cardholder_authen_entity4,pos_chip_fallback,pos_fraud_ind,pos_security_cardholder2merchant,pos_3dsec_authen_method,card_device_type,auth_type,preauth_days,auth_expdate_utc,emv_atc,emv_cvmcode,emv_cvmresult,emv_txncode,poscap_partial_approval,poscap_purchase_amt_only_approval,poscap_card_input,poscap_Cardholder_authen,poscap_card_capture,poscap_attended,poscap_environment,poscap_card_output,poscap_terminal_output,poscap_pin_capture,poscap_terminal_type,emv_termtype,emv_termcap,Matching_Txn_ID,check_results_arrived,check_results_sent,check_results_sent_location,DCC_Indicator,multi_part_txn,multi_part_txn_final,multi_part_number,multi_part_count,currency_code_fee,currency_code_fee_settlement,interchange_amount_fee,interchange_amount_fee_settlement,Instant_Funding_Network,Instant_Funding_GPS,Acquirer_Forwarder_ID,SettlementIndicator,psd_sca_exempt)
+VALUES 						      (1000000009   ,'BC1'     ,'LoadedBy','S'     ,1.23  ,'Merchant5','Merchant Street','Mercahnt City','X',          'ABC123'      ,'London'    ,'Telephone','Merchant Contact','http://merchant.com','Net Id'    ,'Tax Id'   ,'Merchant Other Name','0'                   ,'1'             ,'0'           ,'3'                          ,'3'                          ,null                         ,null                         ,null                         ,null                         ,null                         ,null                         ,'0'              ,'0'          ,'1'                             ,'2'                    ,'A'             ,'0'      ,1           ,'2021-11-10'    ,1      ,2          ,0            ,null       ,'0'                    ,'1'                              ,'12'             ,'10'                    ,'0'                ,'2'            ,'0'               ,'0'               ,'0'                   ,'1'               ,'6'                 ,null        ,null       ,1000000009       ,'111111UUUUUU1RFU'   ,'111111UUUUUU1RFU','IIIIIIIIIIIIIRFU'         ,1            ,0              ,0                  ,0                ,0               ,'826'            ,'826'                       ,1.23                  ,0.00                             ,1                      ,1                  ,'1234'               ,'1'                ,'3');
+INSERT INTO TransactionAddDetails (TransactionID,BranchCode,LoadedBy  ,RateType,FxRate,Merch_Name ,Merch_Street     ,Merch_City     ,Merch_Region, Merch_Postcode,Merch_County,Merch_Tel  ,Merch_Contact     ,Merch_URL            ,Merch_Net_id,Merch_Tax_id,Merch_Name_Other    ,pos_cardholder_present,pos_card_present,pos_card_input,pos_cardholder_authen_method1,pos_cardholder_authen_entity1,pos_cardholder_authen_method2,pos_cardholder_authen_entity2,pos_cardholder_authen_method3,pos_cardholder_authen_entity3,pos_cardholder_authen_method4,pos_cardholder_authen_entity4,pos_chip_fallback,pos_fraud_ind,pos_security_cardholder2merchant,pos_3dsec_authen_method,card_device_type,auth_type,preauth_days,auth_expdate_utc,emv_atc,emv_cvmcode,emv_cvmresult,emv_txncode,poscap_partial_approval,poscap_purchase_amt_only_approval,poscap_card_input,poscap_Cardholder_authen,poscap_card_capture,poscap_attended,poscap_environment,poscap_card_output,poscap_terminal_output,poscap_pin_capture,poscap_terminal_type,emv_termtype,emv_termcap,Matching_Txn_ID,check_results_arrived,check_results_sent,check_results_sent_location,DCC_Indicator,multi_part_txn,multi_part_txn_final,multi_part_number,multi_part_count,currency_code_fee,currency_code_fee_settlement,interchange_amount_fee,interchange_amount_fee_settlement,Instant_Funding_Network,Instant_Funding_GPS,Acquirer_Forwarder_ID,SettlementIndicator,psd_sca_exempt)
+VALUES 						      (1000000010   ,'BC1'     ,'LoadedBy','S'     ,1.23  ,'Merchant6','Merchant Street','Mercahnt City','X',          'ABC123'      ,'London'    ,'Telephone','Merchant Contact','http://merchant.com','Net Id'    ,'Tax Id'   ,'Merchant Other Name','0'                   ,'1'             ,'0'           ,'3'                          ,'3'                          ,null                         ,null                         ,null                         ,null                         ,null                         ,null                         ,'0'              ,'0'          ,'1'                             ,'2'                    ,'A'             ,'0'      ,1           ,'2021-11-10'    ,1      ,2          ,0            ,null       ,'0'                    ,'1'                              ,'12'             ,'10'                    ,'0'                ,'2'            ,'0'               ,'0'               ,'0'                   ,'1'               ,'6'                 ,null        ,null       ,1000000010       ,'111111UUUUUU1RFU'   ,'111111UUUUUU1RFU','IIIIIIIIIIIIIRFU'         ,1            ,0              ,0                  ,0                ,0               ,'826'            ,'826'                       ,1.23                  ,0.00                             ,1                      ,1                  ,'1234'               ,'1'                ,'3');
+INSERT INTO TransactionAddDetails (TransactionID,BranchCode,LoadedBy  ,RateType,FxRate,Merch_Name ,Merch_Street     ,Merch_City     ,Merch_Region, Merch_Postcode,Merch_County,Merch_Tel  ,Merch_Contact     ,Merch_URL            ,Merch_Net_id,Merch_Tax_id,Merch_Name_Other    ,pos_cardholder_present,pos_card_present,pos_card_input,pos_cardholder_authen_method1,pos_cardholder_authen_entity1,pos_cardholder_authen_method2,pos_cardholder_authen_entity2,pos_cardholder_authen_method3,pos_cardholder_authen_entity3,pos_cardholder_authen_method4,pos_cardholder_authen_entity4,pos_chip_fallback,pos_fraud_ind,pos_security_cardholder2merchant,pos_3dsec_authen_method,card_device_type,auth_type,preauth_days,auth_expdate_utc,emv_atc,emv_cvmcode,emv_cvmresult,emv_txncode,poscap_partial_approval,poscap_purchase_amt_only_approval,poscap_card_input,poscap_Cardholder_authen,poscap_card_capture,poscap_attended,poscap_environment,poscap_card_output,poscap_terminal_output,poscap_pin_capture,poscap_terminal_type,emv_termtype,emv_termcap,Matching_Txn_ID,check_results_arrived,check_results_sent,check_results_sent_location,DCC_Indicator,multi_part_txn,multi_part_txn_final,multi_part_number,multi_part_count,currency_code_fee,currency_code_fee_settlement,interchange_amount_fee,interchange_amount_fee_settlement,Instant_Funding_Network,Instant_Funding_GPS,Acquirer_Forwarder_ID,SettlementIndicator,psd_sca_exempt)
+VALUES 						      (1000000011   ,'BC1'     ,'LoadedBy','S'     ,1.23  ,'Merchant7','Merchant Street','Mercahnt City','X',          'ABC123'      ,'London'    ,'Telephone','Merchant Contact','http://merchant.com','Net Id'    ,'Tax Id'   ,'Merchant Other Name','0'                   ,'1'             ,'0'           ,'3'                          ,'3'                          ,null                         ,null                         ,null                         ,null                         ,null                         ,null                         ,'0'              ,'0'          ,'1'                             ,'2'                    ,'A'             ,'0'      ,1           ,'2021-11-10'    ,1      ,2          ,0            ,null       ,'0'                    ,'1'                              ,'12'             ,'10'                    ,'0'                ,'2'            ,'0'               ,'0'               ,'0'                   ,'1'               ,'6'                 ,null        ,null       ,null           ,'111111UUUUUU1RFU'   ,'111111UUUUUU1RFU','IIIIIIIIIIIIIRFU'         ,1            ,0              ,0                  ,0                ,0               ,'826'            ,'826'                       ,1.23                  ,0.00                             ,1                      ,1                  ,'1234'               ,'1'                ,'3');
+INSERT INTO TransactionAddDetails (TransactionID,BranchCode,LoadedBy  ,RateType,FxRate,Merch_Name ,Merch_Street     ,Merch_City     ,Merch_Region, Merch_Postcode,Merch_County,Merch_Tel  ,Merch_Contact     ,Merch_URL            ,Merch_Net_id,Merch_Tax_id,Merch_Name_Other    ,pos_cardholder_present,pos_card_present,pos_card_input,pos_cardholder_authen_method1,pos_cardholder_authen_entity1,pos_cardholder_authen_method2,pos_cardholder_authen_entity2,pos_cardholder_authen_method3,pos_cardholder_authen_entity3,pos_cardholder_authen_method4,pos_cardholder_authen_entity4,pos_chip_fallback,pos_fraud_ind,pos_security_cardholder2merchant,pos_3dsec_authen_method,card_device_type,auth_type,preauth_days,auth_expdate_utc,emv_atc,emv_cvmcode,emv_cvmresult,emv_txncode,poscap_partial_approval,poscap_purchase_amt_only_approval,poscap_card_input,poscap_Cardholder_authen,poscap_card_capture,poscap_attended,poscap_environment,poscap_card_output,poscap_terminal_output,poscap_pin_capture,poscap_terminal_type,emv_termtype,emv_termcap,Matching_Txn_ID,check_results_arrived,check_results_sent,check_results_sent_location,DCC_Indicator,multi_part_txn,multi_part_txn_final,multi_part_number,multi_part_count,currency_code_fee,currency_code_fee_settlement,interchange_amount_fee,interchange_amount_fee_settlement,Instant_Funding_Network,Instant_Funding_GPS,Acquirer_Forwarder_ID,SettlementIndicator,psd_sca_exempt)
+VALUES 						      (1000000012   ,'BC1'     ,'LoadedBy','S'     ,1.23  ,'Merchant8','Merchant Street','Mercahnt City','X',          'ABC123'      ,'London'    ,'Telephone','Merchant Contact','http://merchant.com','Net Id'    ,'Tax Id'   ,'Merchant Other Name','0'                   ,'1'             ,'0'           ,'3'                          ,'3'                          ,null                         ,null                         ,null                         ,null                         ,null                         ,null                         ,'0'              ,'0'          ,'1'                             ,'2'                    ,'A'             ,'0'      ,1           ,'2021-11-10'    ,1      ,2          ,0            ,null       ,'0'                    ,'1'                              ,'12'             ,'10'                    ,'0'                ,'2'            ,'0'               ,'0'               ,'0'                   ,'1'               ,'6'                 ,null        ,null       ,null           ,'111111UUUUUU1RFU'   ,'111111UUUUUU1RFU','IIIIIIIIIIIIIRFU'         ,1            ,0              ,0                  ,0                ,0               ,'826'            ,'826'                       ,1.23                  ,0.00                             ,1                      ,1                  ,'1234'               ,'1'                ,'3');
+
+
+INSERT INTO TransactionAddDetails (TransactionID,BranchCode,LoadedBy  ,RateType,FxRate,Merch_Name ,Merch_Street     ,Merch_City     ,Merch_Region, Merch_Postcode,Merch_County,Merch_Tel  ,Merch_Contact     ,Merch_URL            ,Merch_Net_id,Merch_Tax_id,Merch_Name_Other    ,pos_cardholder_present,pos_card_present,pos_card_input,pos_cardholder_authen_method1,pos_cardholder_authen_entity1,pos_cardholder_authen_method2,pos_cardholder_authen_entity2,pos_cardholder_authen_method3,pos_cardholder_authen_entity3,pos_cardholder_authen_method4,pos_cardholder_authen_entity4,pos_chip_fallback,pos_fraud_ind,pos_security_cardholder2merchant,pos_3dsec_authen_method,card_device_type,auth_type,preauth_days,auth_expdate_utc,emv_atc,emv_cvmcode,emv_cvmresult,emv_txncode,poscap_partial_approval,poscap_purchase_amt_only_approval,poscap_card_input,poscap_Cardholder_authen,poscap_card_capture,poscap_attended,poscap_environment,poscap_card_output,poscap_terminal_output,poscap_pin_capture,poscap_terminal_type,emv_termtype,emv_termcap,Matching_Txn_ID,check_results_arrived,check_results_sent,check_results_sent_location,DCC_Indicator,multi_part_txn,multi_part_txn_final,multi_part_number,multi_part_count,currency_code_fee,currency_code_fee_settlement,interchange_amount_fee,interchange_amount_fee_settlement,Instant_Funding_Network,Instant_Funding_GPS,Acquirer_Forwarder_ID,SettlementIndicator,psd_sca_exempt)
+VALUES 						      (800000002   ,'BC2'     ,'LoadedBy','S'     ,1.23  ,'Merchant Name','Merchant Street','Merchant City','X',          'ABC123'      ,'London'    ,'Telephone','Merchant Contact','http://merchant.com','Net Id'    ,'Tax Id'   ,'Merchant Other Name','0'                   ,'1'             ,'0'           ,'3'                          ,'3'                          ,'3'                          ,'3'                          ,'3'                          ,'3'                          ,'3'                          ,'3'                          ,'0'              ,'0'          ,'1'                             ,'2'                    ,'A'             ,'0'      ,1           ,'2021-11-10'    ,1      ,2          ,0            ,'9C'        ,'0'                    ,'1'                              ,'12'             ,'10'                    ,'0'                ,'2'            ,'0'               ,'0'               ,'0'                   ,'1'               ,'6'                 ,'00'        ,'000000'       ,800000002       ,'111111UUUUUU1RFU'   ,'111111UUUUUU1RFU','IIIIIIIIIIIIIRFU'         ,1            ,0              ,0                  ,0                ,0               ,'826'            ,'826'                       ,1.23                  ,0.00                             ,1                      ,1                  ,'1234'               ,'1'                ,'3');
+INSERT INTO TransactionAddDetails (TransactionID,BranchCode,LoadedBy  ,RateType,FxRate,Merch_Name ,Merch_Street     ,Merch_City     ,Merch_Region, Merch_Postcode,Merch_County,Merch_Tel  ,Merch_Contact     ,Merch_URL            ,Merch_Net_id,Merch_Tax_id,Merch_Name_Other    ,pos_cardholder_present,pos_card_present,pos_card_input,pos_cardholder_authen_method1,pos_cardholder_authen_entity1,pos_cardholder_authen_method2,pos_cardholder_authen_entity2,pos_cardholder_authen_method3,pos_cardholder_authen_entity3,pos_cardholder_authen_method4,pos_cardholder_authen_entity4,pos_chip_fallback,pos_fraud_ind,pos_security_cardholder2merchant,pos_3dsec_authen_method,card_device_type,auth_type,preauth_days,auth_expdate_utc,emv_atc,emv_cvmcode,emv_cvmresult,emv_txncode,poscap_partial_approval,poscap_purchase_amt_only_approval,poscap_card_input,poscap_Cardholder_authen,poscap_card_capture,poscap_attended,poscap_environment,poscap_card_output,poscap_terminal_output,poscap_pin_capture,poscap_terminal_type,emv_termtype,emv_termcap,Matching_Txn_ID,check_results_arrived,check_results_sent,check_results_sent_location,DCC_Indicator,multi_part_txn,multi_part_txn_final,multi_part_number,multi_part_count,currency_code_fee,currency_code_fee_settlement,interchange_amount_fee,interchange_amount_fee_settlement,Instant_Funding_Network,Instant_Funding_GPS,Acquirer_Forwarder_ID,SettlementIndicator,psd_sca_exempt)
+VALUES 						      (800000010   ,null     ,null       ,null     ,null  ,null       ,null            ,null           ,null,          null      ,null    ,null,null,null,null    ,null  ,null,null                   ,null             ,null           ,null                          ,null                          ,null                         ,null                         ,null                         ,null                         ,null                         ,null                         ,null             ,null           ,null                             ,null                    ,null             ,null       ,null            ,null     ,null       ,null           ,null             ,null       ,null                     ,null                               ,null              ,null                    ,null                 ,null            ,null               ,null                ,null                    ,null                ,null                  ,null        ,null       ,null           ,null    ,null ,null          ,null            ,null               ,null                  ,null                 ,null               ,null             ,null                       ,null                   ,null                              ,null                       ,null                   ,null                ,null                 ,null );

+ 1 - 0
daldb/SeedData/AlexisPTSTest/TransactionIntTable.sql

@@ -0,0 +1 @@
+DELETE FROM [Transaction_int] where ID in (1000000026,1000000027,1000000028,900000001,900000002,900000003,900000004,900000005,900000006,900000007,900000008,900000009,900000010,900000011,900000012,900000013,900000014,900000015,900000016,900000017,900000018,900000019,900000020,900000021,900000022,900000023,900000024,900000025,900000026,900000027,900000028,900000029,900000030,900000031, 900000032)

+ 35 - 0
daldb/SeedData/AlexisPTSTest/TransactionTable.sql

@@ -0,0 +1,35 @@
+DELETE FROM [Transaction] where ID in (1000000001,1000000002,1000000003,1000000004,1000000005,1000000006,1000000007,1000000008,1000000009,1000000010,1000000011,1000000012,1000000013,1000000014,1000000015,1000000016,1000000017,1000000018,1000000019,1000000020,1000000021,1000000022,1000000023,1000000024,1000000025,1000000026,1000000027,1000000028, 1000000029)
+
+SET IDENTITY_INSERT [dbo].[Transaction] ON 
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000001, 3211927766605038, CAST(N'2020-11-12T13:39:54.507' AS DateTime), CAST(N'2020-11-11T18:00:00.000' AS DateTime), N'826', CAST(10.00 AS Decimal(9, 2)), N'Load', N'00', N'00', N'L', 0, N'S', 10.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(10.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'220000', 1, 14, 0, N'49194506', N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(112.53 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 6150036435, CAST(10.00 AS Decimal(9, 2)), N'', N'826', N'826', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id], [WalletID], [AccountID]) VALUES (1000000002, 3211927622936488, CAST(N'2020-11-12T13:43:08.610' AS DateTime), CAST(N'2020-11-12T13:43:08.593' AS DateTime), N'826', CAST(11.89 AS Decimal(9, 2)), N'PT:FPIN : ;SC:000000;Acc:70292659;Name:InboundTest;Ref:PaymentRef                                                                                     ', N'00', N'00', N'G', 119273, N'S', 11.8900, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(21.89 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'290000', 0, 0, 0, N'0', N'000000 70292659 InboundTest', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 0, 6150036442, CAST(11.89 AS Decimal(9, 2)), N'', N'826', N'826', N'29', N'00', N'00', 'BNET-20181013-MCC194167', NULL, 6, 2001)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000003, 3211927766605038, CAST(N'2020-11-12T13:43:17.187' AS DateTime), CAST(N'2020-11-11T18:00:00.000' AS DateTime), N'826', CAST(0.00 AS Decimal(9, 2)), N'Loading bank transaction 119274 to suspense account for investigation', N'00', N'00', N'L', 119274, N'S', 0.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(267806.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'220000', 0, 0, 0, N'', N'ProductId Based Transaction', N'', CAST(0.00 AS Decimal(9, 2)), CAST(2.09 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 0, 6150036445, CAST(0.00 AS Decimal(9, 2)), N'', N'826', N'826', N'22', N'00', N'00', NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000004, 3211927622936488, CAST(N'2020-11-14T11:33:57.963' AS DateTime), CAST(N'2020-11-13T11:33:57.947' AS DateTime), N'826', CAST(10.00 AS Decimal(9, 2)), N'Load', N'00', N'00', N'L', 0, N'S', 10.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(10.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'220000', 1, 14, 0, N'41637963', N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(1.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 6150036452, CAST(10.00 AS Decimal(9, 2)), N'', N'826', N'826', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000005, 2494697286281, CAST(N'2020-11-14T04:36:21.890' AS DateTime), CAST(N'2020-11-14T04:36:21.823' AS DateTime), N'840', CAST(100.00 AS Decimal(9, 2)), N'Load', N'00', N'00', N'L', 0, N'S', 100.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(100.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'220000', 1, 14, 0, N'16581890', N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(-0.88 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 2295703715, CAST(100.00 AS Decimal(9, 2)), N'', N'840', N'840', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000006, 3161298874256, CAST(N'2020-11-14T04:36:22.093' AS DateTime), CAST(N'2020-11-14T04:36:22.093' AS DateTime), N'840', CAST(0.00 AS Decimal(9, 2)), N'Primary Card Activation Fee. Posted date - Nov 23 2018  4:36AM', N'00', N'00', N'P', 0, N'S', 0.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(97.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 0, N'087999', NULL, 0, 0, N'16582093', N'Fees', N'', CAST(3.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 507967, 2295703716, CAST(0.00 AS Decimal(9, 2)), N'', N'840', N'840', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000007, 3161318282514, CAST(N'2020-11-14T04:36:28.693' AS DateTime), CAST(N'2020-11-14T04:36:28.690' AS DateTime), N'840', CAST(100.00 AS Decimal(9, 2)), N'! ^&)#', N'00', N'00', N'L', 0, N'S', 100.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(100.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'220000', 1, 14, 0, N'16588693', N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 2295703718, CAST(100.00 AS Decimal(9, 2)), N'', N'840', N'840', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000008, 3161371085730, CAST(N'2020-11-14T04:36:28.737' AS DateTime), CAST(N'2020-11-14T04:36:28.737' AS DateTime), N'840', CAST(0.00 AS Decimal(9, 2)), N'Primary Card Activation Fee. Posted date - Nov 23 2018  4:36AM', N'00', N'00', N'P', 0, N'S', 0.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(97.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 0, N'087999', NULL, 0, 0, N'16588736', N'Fees', N'', CAST(3.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 507969, 2295703719, CAST(0.00 AS Decimal(9, 2)), N'', N'840', N'840', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000009, 3161371085730, CAST(N'2020-11-14T04:36:28.790' AS DateTime), CAST(N'2020-11-14T04:36:28.790' AS DateTime), N'840', CAST(0.00 AS Decimal(9, 2)), N'', N'00', N'00', N'P', 0, N'S', 0.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(96.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 0, N'082999', NULL, 0, 0, N'16588790', N'Fees', N'', CAST(1.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 507970, 2295703720, CAST(0.00 AS Decimal(9, 2)), N'', N'840', N'840', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000010, 3162000111416, CAST(N'2020-11-14T05:51:29.143' AS DateTime), CAST(N'2020-11-14T05:51:29.143' AS DateTime), N'840', CAST(10.00 AS Decimal(9, 2)), N'DEV_MT_MC-148 Mrchnt Cntry  CANBERRA IND', N'00', N'00', N'A', 0, N'I', 10.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(540.00 AS Decimal(9, 2)), CAST(-1.00 AS Decimal(9, 2)), -1, N'010000', NULL, NULL, 0, N'012487', N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'IND', 0, 181123012487123456, CAST(10.00 AS Decimal(9, 2)), N'', N'840', N'840', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000011, 3162189240263, CAST(N'2020-11-14T09:45:15.380' AS DateTime), CAST(N'2020-11-14T09:45:15.380' AS DateTime), N'840', CAST(0.00 AS Decimal(9, 2)), N'HSBC Bank       WestLondon           GB ', N'00', N'00', N'A', 0, N'I', 0.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 0, N'300000', NULL, NULL, 0, N'664018', N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 181123664018323232, CAST(0.00 AS Decimal(9, 2)), N'', N'826', N'826', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000012, 3162224992568, CAST(N'2020-11-14T16:47:23.820' AS DateTime), CAST(N'2020-11-14T16:47:23.820' AS DateTime), N'826', CAST(200.00 AS Decimal(9, 2)), N'Pati''s Shop London                      ', N'00', N'00', N'A', 157350041, N'A', 200.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(961.36 AS Decimal(9, 2)), CAST(-961.36 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, 0, N'288127', N'ProductId Based Transaction', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.03 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 0, 181123288127323232, CAST(200.00 AS Decimal(9, 2)), N'', N'826', N'826', N'00', N'00', N'00', N'BNET-20181013-MCC991027', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000013, 3162224992568, CAST(N'2020-11-14T10:15:23.890' AS DateTime), CAST(N'2020-11-14T10:15:23.887' AS DateTime), N'826', CAST(120.00 AS Decimal(9, 2)), N'                                          ', N'00', N'00', N'G', 102424, N'V', 120.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), -1, N'160000', 0, 0, 0, N'', N'ProductId Based Transaction', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 0, 2295710622, CAST(120.00 AS Decimal(9, 2)), N'', N'826', N'826', N'16', N'00', N'00', NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000014, 3162264014022, CAST(N'2020-11-14T12:04:04.003' AS DateTime), CAST(N'2020-11-14T12:04:01.343' AS DateTime), N'036', CAST(1528.10 AS Decimal(9, 2)), N'OFFLINE - AHM\77 MARKET STREET\WOLLONGONG DC\2500         AUS', N'14', N'14', N'A', 1225809, N'C', 1528.1000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(0.00 AS Decimal(9, 2)), CAST(-1528.10 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, NULL, NULL, N'ProductId Based Transaction', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.02 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'AUS', 0, 1181129723465516000, CAST(1528.10 AS Decimal(9, 2)), N'', N'036', N'036', N'00', N'00', N'00', N'BNET-20181128-MCO0F52JJ', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000015, 3161298874256, CAST(N'2021-01-14T12:06:15.440' AS DateTime), CAST(N'2020-11-14T12:06:15.347' AS DateTime), N'978', CAST(10.00 AS Decimal(9, 2)), N'ETU*DISSERTS.COM\\310-9190902\             CA ', N'00', N'00', N'C', 1489, N'S', 75.8800, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), -1, N'000000', 0, 0, 0, N'', N'ProductId Based Transaction', N'0', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.01 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000016, 3211927544494378, CAST(N'2021-01-12T13:39:54.507' AS DateTime), CAST(N'2021-01-11T18:00:00.000' AS DateTime), N'826', CAST(10.00 AS Decimal(9, 2)), N'Load With Unknown Billing Currency', N'00', N'00', N'L', 0, N'S', 10.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(10.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'220000', 1, 14, 0, N'49194506', N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(112.53 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 6150036435, CAST(10.00 AS Decimal(9, 2)), N'', N'000', N'826', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000017, 3211927544494378, CAST(N'2021-01-12T13:39:54.507' AS DateTime), CAST(N'2021-01-11T18:00:00.000' AS DateTime), N'000', CAST(10.00 AS Decimal(9, 2)), N'Load With Unknown Transaction Currency', N'00', N'00', N'L', 0, N'S', 10.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(10.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'220000', 1, 14, 0, N'49194506', N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(112.53 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 6150036435, CAST(10.00 AS Decimal(9, 2)), N'', N'826', N'826', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000018, 3211927544494378, CAST(N'2021-01-12T13:39:54.507' AS DateTime), CAST(N'2021-01-11T18:00:00.000' AS DateTime), N'826', CAST(10.00 AS Decimal(9, 2)), N'Load With Unknown Billing Currency', N'00', N'00', N'L', 0, N'S', 10.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(10.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'220000', 1, 14, 0, N'49194506', N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(112.53 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 6150036435, CAST(10.00 AS Decimal(9, 2)), N'', NULL, N'826', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000019, 3211927544494378, CAST(N'2020-10-01T12:06:15.440' AS DateTime), CAST(N'2020-10-02T12:06:15.347' AS DateTime), N'978', CAST(10.00 AS Decimal(9, 2)), N'ETU*DISSERTS.COM\\310-9190902\ CA ', N'00', N'00', N'J', 14890001, N'A', 75.8800, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), -1, N'000000', 0, 0, 0, N'', N'ChargeBack - Credit to Card', N'0', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.01 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000020, 3211927544494378, CAST(N'2020-10-01T12:06:15.440' AS DateTime), CAST(N'2020-10-02T12:06:15.347' AS DateTime), N'978', CAST(10.00 AS Decimal(9, 2)), N'ETU*DISSERTS.COM\\310-9190902\             CA ', N'00', N'00', N'C', 1489, N'S', 75.8800, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), -1, N'000000', 0, 0, 0, N'', N'ProductId Based Transaction', N'0', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.01 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000021, 3211927544494378, CAST(N'2020-10-01T12:06:15.440' AS DateTime), CAST(N'2020-10-02T12:06:15.347' AS DateTime), N'826', CAST(20.00 AS Decimal(9, 2)), N'Balance Update by Ws_BalanceUpdate WSID = 63732143', N'00', N'00', N'B', 28582698, N'S', 20.00, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(-10.00 AS Decimal(9, 2)), CAST(-10.00 AS Decimal(9, 2)), -1, N'660000', 0, 0, 0, N'', N'ProductId Based Transaction', N'0', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.01 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000022, 3211927544494378, CAST(N'2020-10-01T12:06:15.440' AS DateTime), CAST(N'2020-10-02T12:06:15.347' AS DateTime), N'826', CAST(1.00 AS Decimal(9, 2)), N'OFFLINE - A&B<C>d\\\', N'00', N'00', N'A', 2147485924, N'C', 1.00, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(7100.00 AS Decimal(9, 2)), CAST(-10.00 AS Decimal(9, 2)), -1, N'000000', 0, 0, 0, N'', N'ProductId Based Transaction', N'0', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.01 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000023, 3211927544494378, CAST(N'2020-10-01T12:06:15.440' AS DateTime), CAST(N'2020-10-02T12:06:15.347' AS DateTime), N'826', CAST(1.00 AS Decimal(9, 2)), N'A&B<C>d\\\', N'00', N'00', N'P', 2147485924, N'S', 1.00, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(20.00 AS Decimal(9, 2)), CAST(-8.00 AS Decimal(9, 2)), -1, N'000000', 0, 0, 0, N'', N'ProductId Based Transaction', N'0', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.01 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000024, 3211927544494378, CAST(N'2020-10-01T12:06:15.440' AS DateTime), CAST(N'2020-10-02T12:06:15.347' AS DateTime), N'144', CAST(20.00 AS Decimal(9, 2)), N'ETU*DISSERTS.COM       310-9190902   CA ', N'00', N'00', N'A', 2147927592, N'S', 20.00, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(-60.00 AS Decimal(9, 2)), CAST(-10.00 AS Decimal(9, 2)), -1, N'000000', 0, 0, 0, N'', N'ProductId Based Transaction', N'0', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.01 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000025, 3211927544494378, CAST(N'2020-10-01T12:06:15.440' AS DateTime), CAST(N'2020-10-02T12:06:15.347' AS DateTime), N'826', CAST(10.00 AS Decimal(9, 2)), N'EMV-CHIP-VISA-TEST1-ARQC-PASSED         ', N'00', N'00', N'A', 2147927660, N'S', 10.00, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(00.00 AS Decimal(9, 2)), CAST(-10.00 AS Decimal(9, 2)), -1, N'010000', 0, 0, 0, N'', N'ProductId Based Transaction', N'0', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.01 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000026, 3211927544494378, CAST(N'2020-10-01T12:06:15.440' AS DateTime), CAST(N'2020-10-02T12:06:15.347' AS DateTime), N'826', CAST(10.00 AS Decimal(9, 2)), N'EMV-CHIP-VISA-TEST1-ARQC-PASSED         ', N'04', N'04', N'A', 2147927660, N'S', 10.00, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(00.00 AS Decimal(9, 2)), CAST(-10.00 AS Decimal(9, 2)), -1, N'010000', 0, 0, 0, N'', N'ProductId Based Transaction', N'0', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.01 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000027, 3211927544494378, CAST(N'2020-10-01T12:06:15.440' AS DateTime), CAST(N'2020-10-02T12:06:15.347' AS DateTime), N'826', CAST(20.00 AS Decimal(9, 2)), N'ETU*DISSERTS.COM       310-9190902   CA ', N'00', N'00', N'D', 2147864952, N'A', 30.00, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(938.40 AS Decimal(9, 2)), CAST(00.00 AS Decimal(9, 2)), 1, N'000000', 0, 0, 0, N'705948', N'ProductId Based Transaction', N'0', CAST(2.00 AS Decimal(9, 2)), CAST(0.40 AS Decimal(9, 2)), CAST(0.20 AS Decimal(9, 2)), CAST(0.20 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', NULL, NULL, NULL, NULL, N'BNET-20210101-MCC208538', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000028, 3211927544494378, CAST(N'2020-10-01T12:06:15.440' AS DateTime), CAST(N'2020-10-02T12:06:15.347' AS DateTime), N'144', CAST(20.00 AS Decimal(9, 2)), N'ETU*DISSERTS.COM       310-9190902   CA ', N'00', N'00', N'A', 2147864952, N'A', 30.00, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(10000.00 AS Decimal(9, 2)), CAST(-6543.60 AS Decimal(9, 2)), -1, N'000000', 0, 0, 0, N'705948', N'ProductId Based Transaction', N'0', CAST(2.00 AS Decimal(9, 2)), CAST(0.04 AS Decimal(9, 2)), CAST(0.20 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.20 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'000', NULL, NULL, NULL, N'BNET-20210101-MCC208538', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000029, 8068355707321776, CAST(N'2020-01-01T20:42:26.810' AS DateTime), CAST(N'2020-01-01T20:42:26.810' AS DateTime), N'826', CAST(20.00 AS Decimal(9, 2)), N'Boundary Test Transaction. Do not change Pan or Date', N'00', N'00', N'A', 157352360, N'I', 20.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(120.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, 0, N'565841', N'ProductId Based Transaction', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 181126565841323232, CAST(20.00 AS Decimal(9, 2)), N'', N'826', N'826', N'00', N'00', N'00', N'BNET-20181013-MCC251491', NULL)
+
+
+SET IDENTITY_INSERT [dbo].[Transaction] OFF

+ 10 - 0
daldb/SeedData/AlexisReadWrite/TableMetadata.sql

@@ -0,0 +1,10 @@
+IF NOT EXISTS (SELECT * FROM DataAccessLayer.TableMetaData WHERE TableName = 'Transaction')
+BEGIN
+	INSERT DataAccessLayer.TableMetaData
+	VALUES ('Transaction', '2020-01-01T00:00:00.000', NULL, 'Lower')
+End
+
+UPDATE md
+SET md.BoundaryDateTime = '2020-01-01T00:00:00.000', md.BoundaryType = 'Lower'
+FROM DataAccessLayer.TableMetaData md
+WHERE md.TableName = 'Transaction'

+ 1 - 0
daldb/SeedData/AlexisReadWrite/TransactionIntTable.sql

@@ -0,0 +1 @@
+DELETE FROM [Transaction_int] where ID in (300000001, 300000002)

+ 26 - 0
daldb/SeedData/AlexisReadWrite/TransactionTable.sql

@@ -0,0 +1,26 @@
+DELETE FROM [Transaction] where ID in (200000001, 200000002, 200000003, 200000004, 200000005)
+
+SET IDENTITY_INSERT [dbo].[Transaction] ON 
+
+INSERT [dbo].[Transaction] 
+([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id])
+VALUES (200000001, 3211927544494378, CAST(N'2020-10-01T12:06:15.440' AS DateTime), CAST(N'2020-10-01T12:06:15.347' AS DateTime), N'826', CAST(10.00 AS Decimal(9, 2)), N'EMV-CHIP-VISA-TEST1-ARQC-PASSED         ', N'04', N'04', N'A', 214792766, N'S', 10.00, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(00.00 AS Decimal(9, 2)), CAST(-10.00 AS Decimal(9, 2)), -1, N'010000', 0, 0, 0, N'', N'Read Write Hot Transaction', N'0', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.01 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+
+INSERT [dbo].[Transaction] 
+([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id])
+VALUES (200000002, 3211927544494378, CAST(N'2020-10-01T12:06:15.440' AS DateTime), CAST(N'2020-10-01T12:06:15.347' AS DateTime), N'826', CAST(10.00 AS Decimal(9, 2)), N'EMV-CHIP-VISA-TEST1-ARQC-PASSED         ', N'04', N'04', N'A', 214792766, N'S', 10.00, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(00.00 AS Decimal(9, 2)), CAST(-10.00 AS Decimal(9, 2)), -1, N'010000', 0, 0, 0, N'', N'Read Write Hot Transaction 2', N'0', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.01 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+
+INSERT [dbo].[Transaction] 
+([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id])
+VALUES (200000003, 3211927544494378, CAST(N'2020-10-01T12:06:15.440' AS DateTime), CAST(N'2020-10-01T12:06:15.347' AS DateTime), N'826', CAST(10.00 AS Decimal(9, 2)), N'EMV-CHIP-VISA-TEST1-ARQC-PASSED         ', N'04', N'04', N'A', 214792766, N'S', 10.00, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(00.00 AS Decimal(9, 2)), CAST(-10.00 AS Decimal(9, 2)), -1, N'010000', 0, 0, 0, N'', N'Read Write Hot Transaction 3', N'0', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.01 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+
+INSERT [dbo].[Transaction] 
+([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id])
+VALUES (200000004, 3211927544494378, CAST(N'2020-10-01T12:06:15.440' AS DateTime), CAST(N'2020-10-01T12:06:15.347' AS DateTime), N'826', CAST(10.00 AS Decimal(9, 2)), N'EMV-CHIP-VISA-TEST1-ARQC-PASSED         ', N'04', N'04', N'A', 214792766, N'S', 10.00, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(00.00 AS Decimal(9, 2)), CAST(-10.00 AS Decimal(9, 2)), -1, N'010000', 0, 0, 0, N'', N'Read Write Hot Transaction 4', N'0', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.01 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+
+INSERT [dbo].[Transaction] 
+([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id])
+VALUES (200000005, 3211927544494378, CAST(N'2020-10-01T12:06:15.440' AS DateTime), CAST(N'2020-10-01T12:06:15.347' AS DateTime), N'826', CAST(10.00 AS Decimal(9, 2)), N'EMV-CHIP-VISA-TEST1-ARQC-PASSED         ', N'04', N'04', N'A', 214792766, N'S', 10.00, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(00.00 AS Decimal(9, 2)), CAST(-10.00 AS Decimal(9, 2)), -1, N'010000', 0, 0, 0, N'', N'Read Write Hot Transaction 5', N'0', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.01 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+
+
+SET IDENTITY_INSERT [dbo].[Transaction] OFF

+ 232 - 0
daldb/SeedData/Tier2/AlexisReadWrite.sql

@@ -0,0 +1,232 @@
+
+CREATE DATABASE AlexisReadWrite;
+GO
+
+USE AlexisReadWrite;
+GO
+
+CREATE SCHEMA [DataAccessLayer] AUTHORIZATION dbo;
+GO
+
+CREATE TABLE [DataAccessLayer].[TableMetaData]
+(
+	[TableName] VARCHAR(100) NOT NULL,
+	[BoundaryDateTime] DATETIME NULL,
+	[BoundaryID] BIGINT NULL,
+	[BoundaryType] VARCHAR(50) NOT NULL DEFAULT 'Lower', 
+    CONSTRAINT [PK_TablenameT1] PRIMARY KEY CLUSTERED 
+(
+	[TableName] ASC
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
+) ON [PRIMARY];
+
+GO
+
+CREATE TABLE [dbo].[Transaction](
+	[ID] [bigint] IDENTITY(6150000000,1) NOT FOR REPLICATION NOT NULL,
+	[PAN] [bigint] NOT NULL,
+	[SysDate] [datetime] NOT NULL,
+	[TransDate] [datetime] NOT NULL,
+	[TransCcy] [char](3) NOT NULL,
+	[BillAmt] [decimal](19, 4) NOT NULL,
+	[Description] [nvarchar](300) NOT NULL,
+	[OldStatus] [char](2) NOT NULL,
+	[NewStatus] [char](2) NOT NULL,
+	[TransactionType] [char](1) NOT NULL,
+	[RecordID] [bigint] NOT NULL,
+	[TransactionStatus] [char](1) NOT NULL,
+	[TransAmt] [money] NULL,
+	[BillNat_Conv] [decimal](18, 15) NULL,
+	[Actual_Balance] [decimal](19, 4) NOT NULL,
+	[Blocked_Amount] [decimal](19, 4) NULL,
+	[flCredit] [smallint] NULL,
+	[ProcessingCode] [varchar](6) NULL,
+	[AuthMethod] [smallint] NULL,
+	[LoadSRC] [smallint] NULL,
+	[LoadType] [smallint] NULL,
+	[OrigStan] [varchar](50) NULL,
+	[Note] [varchar](500) NULL,
+	[Amount_other] [varchar](20) NULL,
+	[Fixed_Fee] [decimal](19, 4) NULL,
+	[Rate_Fee] [decimal](19, 4) NULL,
+	[Fx_Padding] [decimal](19, 4) NULL,
+	[Mcc_Padding] [decimal](19, 4) NULL,
+	[AuthPresDiff] [decimal](19, 4) NULL,
+	[txnCountry] [varchar](5) NULL,
+	[FeeID] [int] NULL,
+	[Trans_Link] [bigint] NULL,
+	[SettlementAmt] [decimal](19, 4) NULL,
+	[Additional_Data] [varchar](50) NULL,
+	[BillCcy] [char](3) NULL,
+	[SettleCcy] [char](3) NULL,
+	[TxnTypeProcCode] [char](2) NULL,
+	[Account_From] [char](2) NULL,
+	[Account_To] [char](2) NULL,
+	[traceid_lifecycle] [varchar](40) NULL,
+	[payment_token_id] [int] NULL,
+	[AccountID] [bigint] NULL,
+	[WalletID] [bigint] NULL,
+ CONSTRAINT [PK_Statement1_T2] PRIMARY KEY CLUSTERED 
+(
+	[ID] ASC,
+	[TransDate] ASC
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, FILLFACTOR = 95, DATA_COMPRESSION = PAGE))
+GO
+
+CREATE NONCLUSTERED INDEX [IX_FeeID_T2] ON [dbo].[Transaction]
+(
+	[FeeID] ASC
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, FILLFACTOR = 90, DATA_COMPRESSION = PAGE)
+GO
+
+CREATE NONCLUSTERED INDEX [IX_PAN_T2] ON [dbo].[Transaction]
+(
+	[PAN] ASC,
+	[TransDate] ASC
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, FILLFACTOR = 90, DATA_COMPRESSION = PAGE)
+GO
+
+CREATE NONCLUSTERED INDEX [IX_RecordID_T2] ON [dbo].[Transaction]
+(
+	[RecordID] ASC
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, FILLFACTOR = 90, DATA_COMPRESSION = PAGE)
+GO
+
+CREATE NONCLUSTERED INDEX [Ix_Transaction_Trans_Link_PAN_T2] ON [dbo].[Transaction]
+(
+	[Trans_Link] ASC,
+	[PAN] ASC
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, FILLFACTOR = 90, DATA_COMPRESSION = PAGE)
+GO
+
+CREATE NONCLUSTERED INDEX [ix_Transaction_TransDate_TransactionStatus_T2] ON [dbo].[Transaction]
+(
+	[TransDate] ASC,
+	[TransactionType] ASC,
+	[TransactionStatus] ASC
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, FILLFACTOR = 90, DATA_COMPRESSION = PAGE)
+GO
+
+CREATE TABLE [dbo].[Transaction_Int](
+	[ID] [bigint] IDENTITY(1,1) NOT FOR REPLICATION NOT NULL,
+	[PAN] [bigint] NOT NULL,
+	[SysDate] [datetime] NOT NULL,
+	[TransDate] [datetime] NOT NULL,
+	[TransCcy] [char](3) NOT NULL,
+	[BillAmt] [decimal](9, 2) NOT NULL,
+	[Description] [nvarchar](300) NOT NULL,
+	[OldStatus] [char](2) NOT NULL,
+	[NewStatus] [char](2) NOT NULL,
+	[TransactionType] [char](1) NOT NULL,
+	[RecordID] [int] NOT NULL,
+	[TransactionStatus] [char](1) NOT NULL,
+	[TransAmt] [money] NULL,
+	[BillNat_Conv] [decimal](18, 15) NULL,
+	[Actual_Balance] [decimal](9, 2) NOT NULL,
+	[Blocked_Amount] [decimal](9, 2) NULL,
+	[flCredit] [smallint] NULL,
+	[ProcessingCode] [varchar](6) NULL,
+	[AuthMethod] [smallint] NULL,
+	[LoadSRC] [smallint] NULL,
+	[LoadType] [smallint] NULL,
+	[OrigStan] [varchar](50) NULL,
+	[Note] [varchar](500) NULL,
+	[Amount_other] [varchar](20) NULL,
+	[Fixed_Fee] [decimal](9, 2) NULL,
+	[Rate_Fee] [decimal](9, 2) NULL,
+	[Fx_Padding] [decimal](9, 2) NULL,
+	[Mcc_Padding] [decimal](9, 2) NULL,
+	[AuthPresDiff] [decimal](9, 2) NULL,
+	[txnCountry] [varchar](5) NULL,
+	[FeeID] [int] NULL,
+	[Trans_Link] [bigint] NULL,
+	[SettlementAmt] [decimal](9, 2) NULL,
+	[Additional_Data] [varchar](50) NULL,
+	[BillCcy] [char](3) NULL,
+	[SettleCcy] [char](3) NULL,
+	[TxnTypeProcCode] [char](2) NULL,
+	[Account_From] [char](2) NULL,
+	[Account_To] [char](2) NULL,
+	[traceid_lifecycle] [varchar](40) NULL,
+	[payment_token_id] [int] NULL,
+ CONSTRAINT [PK_Statement1] PRIMARY KEY NONCLUSTERED 
+(
+	[ID] ASC
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, FILLFACTOR = 95, OPTIMIZE_FOR_SEQUENTIAL_KEY = OFF) ON [PRIMARY]
+) ON [PRIMARY]
+GO
+
+ALTER TABLE [dbo].[Transaction_Int] ADD  CONSTRAINT [DF_Statement_SysDate]  DEFAULT (getdate()) FOR [SysDate]
+GO
+
+ALTER TABLE [dbo].[Transaction_Int] ADD  CONSTRAINT [DF_Transaction_Available_Balance]  DEFAULT ((1)) FOR [BillNat_Conv]
+GO
+
+ALTER TABLE [dbo].[Transaction_Int] ADD  CONSTRAINT [DF_Transaction_Actual_Balance]  DEFAULT ((0)) FOR [Actual_Balance]
+GO
+
+ALTER TABLE [dbo].[Transaction_Int] ADD  CONSTRAINT [DF_Transaction_Blocked_Amount]  DEFAULT ((0)) FOR [Blocked_Amount]
+GO
+
+ALTER TABLE [dbo].[Transaction_Int] ADD  CONSTRAINT [DF_Transaction_flCredit]  DEFAULT ((1)) FOR [flCredit]
+GO
+
+ALTER TABLE [dbo].[Transaction_Int] ADD  CONSTRAINT [DF_Transaction_LoadType]  DEFAULT ((0)) FOR [LoadType]
+GO
+
+ALTER TABLE [dbo].[Transaction_Int] ADD  CONSTRAINT [DF_Transaction_Fixed_Fee]  DEFAULT ((0.0)) FOR [Fixed_Fee]
+GO
+
+ALTER TABLE [dbo].[Transaction_Int] ADD  CONSTRAINT [DF_Transaction_Rate_Fee]  DEFAULT ((0.0)) FOR [Rate_Fee]
+GO
+
+ALTER TABLE [dbo].[Transaction_Int] ADD  CONSTRAINT [DF_Transaction_Fx_Padding]  DEFAULT ((0.0)) FOR [Fx_Padding]
+GO
+
+ALTER TABLE [dbo].[Transaction_Int] ADD  CONSTRAINT [DF_Transaction_Mcc_Padding]  DEFAULT ((0.0)) FOR [Mcc_Padding]
+GO
+
+ALTER TABLE [dbo].[Transaction_Int] ADD  CONSTRAINT [DF_Transaction_AuthPresDiff]  DEFAULT ((0.00)) FOR [AuthPresDiff]
+GO
+
+ALTER TABLE [dbo].[Transaction_Int] ADD  CONSTRAINT [DF_Transaction_FeeID]  DEFAULT ((0)) FOR [FeeID]
+GO
+
+ALTER TABLE [dbo].[Transaction_Int] ADD  CONSTRAINT [DF__Transacti__Trans__21AEDB1F]  DEFAULT ((0)) FOR [Trans_Link]
+GO
+
+ALTER TABLE [dbo].[Transaction_Int] ADD  DEFAULT ((0)) FOR [SettlementAmt]
+GO
+
+ALTER TABLE [dbo].[Transaction_Int] ADD  DEFAULT ('') FOR [Additional_Data]
+GO
+
+ALTER TABLE [dbo].[Transaction_Int] ADD  CONSTRAINT [DF_TRANSACTION__payment_token_id]  DEFAULT (NULL) FOR [payment_token_id]
+GO
+
+	CREATE PROCEDURE [DataAccessLayer].[AppendTransactionNoteById]
+		@Tier INT,
+		@TransactionId BIGINT,
+		@Note VARCHAR(500),
+		@DateFrom DateTime,
+		@DateTo DateTime
+	AS
+	BEGIN
+	
+		IF @Tier = 0        --hot
+		BEGIN 
+			UPDATE [dbo].[Transaction]
+			SET Note = SUBSTRING(ISNULL(Note, '') + @Note, 1, 500)
+			WHERE Id = @TransactionId
+			AND TransDate BETWEEN @DateFrom AND @DateTo
+		END
+		ELSE IF @Tier = 1   --warm
+		BEGIN 
+			UPDATE [dbo].[Transaction_Int]
+			SET Note = SUBSTRING(ISNULL(Note, '') + @Note, 1, 500)
+			WHERE Id = @TransactionId
+			AND TransDate BETWEEN @DateFrom AND @DateTo
+		END
+
+	END
+	GO

+ 26 - 0
daldb/SeedData/Tier2/PanProduct.sql

@@ -0,0 +1,26 @@
+DELETE FROM [DataAccessLayer].[PanProduct] WHERE TokenisedPan IN (3161298874256,1751144528024763,2469036722636631,3173040045066091,3178042060841493,3186762710517944,3187007310413960,3187009719671308,3187157797424494,3187669174638864,3187674948643514,3188217694541622,3189555214291380,3211927544494378,3421000591551411,3425138996040927,5179762040643138,6771083486022888,6771096490339182,6905342138769450,7591229857767875,7598406073257928,8068355351794216,8068355707321776);
+
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 3161298874256,441,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 1751144528024763,60,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 2469036722636631,186,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 3173040045066091,592,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 3178042060841493,592,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 3186762710517944,443,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 3187007310413960,443,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 3187009719671308,443,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 3187157797424494,443,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 3187669174638864,443,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 3187674948643514,443,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 3188217694541622,443,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 3189555214291380,443,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 3211927544494378,452,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 3421000591551411,588,1 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 3425138996040927,588,1 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 5179762040643138,1545,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 6771083486022888,1902,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 6771096490339182,1902,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 6905342138769450,45671722,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 7591229857767875,9009,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 7598406073257928,9029,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 8068355351794216,9093,0 );
+INSERT INTO [DataAccessLayer].[PanProduct] (TokenisedPan,ProductId,CardNetwork) VALUES ( 8068355707321776,9093,0 );

+ 10 - 0
daldb/SeedData/Tier2/TableMetaData.sql

@@ -0,0 +1,10 @@
+IF NOT EXISTS (SELECT * FROM DataAccessLayer.TableMetaData WHERE TableName = 'Transaction')
+BEGIN
+	INSERT DataAccessLayer.TableMetaData
+	VALUES ('Transaction', '2020-01-01T00:00:00.000', NULL, 'Upper')
+End
+
+UPDATE md
+SET md.BoundaryDateTime = '2020-01-01T00:00:00.000', md.BoundaryType = 'Upper'
+FROM DataAccessLayer.TableMetaData md
+WHERE md.TableName = 'Transaction'

+ 65 - 0
daldb/SeedData/Tier2/Transaction.sql

@@ -0,0 +1,65 @@
+DELETE FROM [Transaction] where ID in (1000000026,1000000027,1000000028,900000001,900000002,900000003,900000004,900000005,900000006,900000007,900000008,900000009,900000010,900000011,900000012,900000013,900000014,900000015,900000016,900000017,900000018,900000019,900000020,900000021,900000022,900000023,900000024,900000025,900000026,900000027,900000028,900000029,900000030,900000031, 900000032)
+DELETE FROM [Transaction] where ID in (300000001, 300000002)
+DELETE FROM [Transaction] where ID in (800000001,800000002,800000003,800000004,800000005,800000006,800000007,800000008,800000009,800000010, 800000011, 900000029,900000030,900000031)
+DELETE FROM [Transaction] where ID in (8000000001,8000000002,8000000003,8000000004,8000000005,8000000006,8000000007,8000000008,8000000009,8000000010, 8000000011, 9000000029,9000000030,9000000031,9000000001,9000000002,9000000003,9000000004,9000000005,9000000006,9000000007,9000000008,9000000009,9000000010,9000000011,9000000012,9000000013,9000000014,9000000015,9000000016,9000000017,9000000018,9000000019,9000000020,9000000021,9000000022,9000000023,9000000024,9000000025,9000000026,9000000027,9000000028,9000000029,9000000030,9000000031, 9000000032)
+
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000026, 3211927544494378, CAST(N'2020-10-01T12:06:15.440' AS DateTime), CAST(N'2020-10-02T12:06:15.347' AS DateTime), N'826', CAST(10.00 AS Decimal(9, 2)), N'EMV-CHIP-VISA-TEST1-ARQC-PASSED         ', N'04', N'04', N'A', 214792766, N'S', 10.00, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(00.00 AS Decimal(9, 2)), CAST(-10.00 AS Decimal(9, 2)), -1, N'010000', 0, 0, 0, N'', N'ProductId Based Transaction', N'0', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.01 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000027, 3211927544494378, CAST(N'2020-10-01T12:06:15.440' AS DateTime), CAST(N'2020-10-02T12:06:15.347' AS DateTime), N'826', CAST(20.00 AS Decimal(9, 2)), N'ETU*DISSERTS.COM       310-9190902   CA ', N'00', N'00', N'D', 214786495, N'A', 30.00, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(938.40 AS Decimal(9, 2)), CAST(00.00 AS Decimal(9, 2)), 1, N'000000', 0, 0, 0, N'705948', N'ProductId Based Transaction', N'0', CAST(2.00 AS Decimal(9, 2)), CAST(0.40 AS Decimal(9, 2)), CAST(0.20 AS Decimal(9, 2)), CAST(0.20 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', NULL, NULL, NULL, NULL, N'BNET-20210101-MCC208538', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (1000000028, 3211927544494378, CAST(N'2020-10-01T12:06:15.440' AS DateTime), CAST(N'2020-10-02T12:06:15.347' AS DateTime), N'144', CAST(20.00 AS Decimal(9, 2)), N'ETU*DISSERTS.COM       310-9190902   CA ', N'00', N'00', N'A', 214786495, N'A', 30.00, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(10000.00 AS Decimal(9, 2)), CAST(-6543.60 AS Decimal(9, 2)), -1, N'000000', 0, 0, 0, N'705948', N'ProductId Based Transaction', N'0', CAST(2.00 AS Decimal(9, 2)), CAST(0.04 AS Decimal(9, 2)), CAST(0.20 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.20 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'000', NULL, NULL, NULL, N'BNET-20210101-MCC208538', NULL)
+
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000001, 3161298874256, CAST(N'2015-07-17T16:21:40.790' AS DateTime), CAST(N'2015-07-17T16:21:40.790' AS DateTime), N'978', CAST(100.00 AS Decimal(9, 2)), N'Test Load', N'00', N'00', N'B', 0, N'S', 100.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(100.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'021000', 0, 0, 0, NULL, N'Test Load', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 0, 60068824, CAST(100.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000002, 3187007310413960, CAST(N'2018-11-23T04:36:22.093' AS DateTime), CAST(N'2018-11-23T04:36:22.093' AS DateTime), N'840', CAST(0.00 AS Decimal(9, 2)), N'Primary Card Activation Fee. Posted date - Nov 23 2018  4:36AM', N'00', N'00', N'P', 0, N'S', 0.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(97.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 0, N'087999', NULL, 0, 0, N'16582093', N'Fees', N'', CAST(3.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 507967, 2295703716, CAST(0.00 AS Decimal(9, 2)), N'', N'840', N'840', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000003, 3187009719671308, CAST(N'2018-11-23T04:36:31.517' AS DateTime), CAST(N'2018-11-23T04:36:31.517' AS DateTime), N'840', CAST(0.00 AS Decimal(9, 2)), N'Card Issue Fee (Physical) . Posted date - Nov 23 2018  4:36AM', N'00', N'00', N'P', 0, N'S', 0.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(96.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 0, N'082999', NULL, 0, 0, N'16591516', N'Fees', N'', CAST(1.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 507972, 2295703723, CAST(0.00 AS Decimal(9, 2)), N'', N'840', N'840', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000004, 3425138996040927, CAST(N'2018-11-23T05:14:44.543' AS DateTime), CAST(N'2018-11-23T05:14:44.440' AS DateTime), N'144', CAST(20.00 AS Decimal(9, 2)), N'Visa Test                               ', N'00', N'00', N'D', 157349645, N'A', 30.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(5.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'000000', NULL, NULL, 0, N'918200', N'ProductId Based Transaction', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(1.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'', 0, 181123918199323232, CAST(20.00 AS Decimal(9, 2)), N'', N'826', N'826', N'00', N'00', N'00', N'', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000005, 3189555214291380, CAST(N'2018-11-23T07:11:31.743' AS DateTime), CAST(N'2018-11-23T07:11:31.737' AS DateTime), N'840', CAST(5.50 AS Decimal(9, 2)), N'Unload Online card transfer to 955738523 - By user - jishnu', N'00', N'00', N'U', 0, N'S', 5.5000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(391.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), -1, N'230000', 0, 14, 0, N'25891620', N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 2295703901, CAST(5.50 AS Decimal(9, 2)), N'', N'840', N'840', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000006, 8068355351794216, CAST(N'2018-11-26T20:41:20.643' AS DateTime), CAST(N'2018-11-26T20:41:20.483' AS DateTime), N'826', CAST(120.00 AS Decimal(9, 2)), N'Load', N'00', N'00', N'L', 0, N'S', 120.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(120.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'220000', 1, 14, 0, N'74480643', N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 2295709111, CAST(120.00 AS Decimal(9, 2)), N'', N'826', N'826', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000007, 3425138996040927, CAST(N'2018-11-26T20:41:23.890' AS DateTime), CAST(N'2018-11-26T20:41:23.883' AS DateTime), N'826', CAST(1.00 AS Decimal(9, 2)), N'AutomationNote', N'14', N'14', N'B', 0, N'S', 1.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(1.00 AS Decimal(9, 2)), CAST(19.00 AS Decimal(9, 2)), 1, N'021000', 0, 0, 0, NULL, N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 2295709112, CAST(1.00 AS Decimal(9, 2)), N'', N'826', N'826', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000008, 8068355707321776, CAST(N'2019-12-31T20:42:26.810' AS DateTime), CAST(N'2019-12-31T20:42:26.810' AS DateTime), N'826', CAST(20.00 AS Decimal(9, 2)), N'Boundary Test Transaction. Do not change Pan or Date', N'00', N'00', N'A', 157352360, N'I', 20.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(120.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, 0, N'565841', N'ProductId Based Transaction', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 181126565841323232, CAST(20.00 AS Decimal(9, 2)), N'', N'826', N'826', N'00', N'00', N'00', N'BNET-20181013-MCC251491', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000009, 7591229857767875, CAST(N'2018-11-26T20:51:20.733' AS DateTime), CAST(N'2018-11-26T20:51:20.733' AS DateTime), N'036', CAST(10.00 AS Decimal(9, 2)), N'The Local Bank         London         GB', N'00', N'00', N'A', 157352470, N'C', 10.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, 0, N'513493', N' ProductId Based Transaction', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 181126513493323232, CAST(10.00 AS Decimal(9, 2)), N'', N'826', N'826', N'00', N'00', N'00', N'BNET-20181013-MCC671219', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000010, 6771083486022888, CAST(N'2018-11-27T05:57:27.260' AS DateTime), CAST(N'2018-11-27T05:57:27.153' AS DateTime), N'826', CAST(15.00 AS Decimal(9, 2)), N'PT:PTPOUT : ;SC:556666;Acc:00049963;Name:TestUser XYZ      ;Ref:1;DDR:;', N'00', N'00', N'G', 102388, N'S', 15.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(90.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), -1, N'160000', 0, 0, 0, N'', N'', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 0, 2295710503, CAST(15.00 AS Decimal(9, 2)), N'', N'826', N'826', N'16', N'00', N'00', NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000011, 5179762040643138, CAST(N'2018-11-27T08:54:17.280' AS DateTime), CAST(N'2018-11-27T08:54:17.277' AS DateTime), N'862', CAST(3.00 AS Decimal(9, 2)), N'ACQUIRER NAME            CITY NAME    GB', N'00', N'00', N'A', 157353033, N'I', 3.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(462.82 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, 0, N'000135', N'DR: MDES Invalid Card Number - payment_token not found', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 181127000135234567, CAST(0.00 AS Decimal(9, 2)), N'', N'   ', N'   ', N'00', N'00', N'00', N'VIS1-20181127-318331061370136', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000012, 3173040045066091, CAST(N'2018-11-27T13:25:36.960' AS DateTime), CAST(N'2018-11-27T13:25:36.960' AS DateTime), N'826', CAST(62.27 AS Decimal(9, 2)), N'The Local Bank  part   London         GB', N'10', N'10', N'A', 157353095, N'A', 11.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(110.00 AS Decimal(9, 2)), CAST(-107.51 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, 0, N'246461', N'GEN: AUTOMATIC AUTHORISATION REMOVALDR: Auth Amount      :200.00 PaddingAmount    :10.00 (Padding 5.00%)  Total            :210.00 Available Amount :68.00        Partial Approve! - Auth Removed', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(3.24 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 0, 181127246461280719, CAST(200.00 AS Decimal(9, 2)), N'', N'978', N'978', N'00', N'00', N'00', N'BNET-20181127-MCC248324', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000013, 3186762710517944, CAST(N'2018-11-28T08:29:50.817' AS DateTime), CAST(N'2018-11-28T08:29:50.580' AS DateTime), N'840', CAST(5.00 AS Decimal(9, 2)), N'DEV_MT_MC-148 Mrchnt C\\try  CANBERRA\             IND', N'00', N'00', N'C', 1241, N'S', 5.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(83.70 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'010000', 0, 0, 0, N'', N'ChargeBack - Credit to Card', N'0', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 181128012666123456, CAST(5.00 AS Decimal(9, 2)), N'', N'840', N'840', N'01', N'00', N'00', N'', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000014, 3187157797424494, CAST(N'2018-11-28T13:31:37.553' AS DateTime), CAST(N'2018-11-28T13:31:37.553' AS DateTime), N'840', CAST(4.00 AS Decimal(9, 2)), N'Load', N'00', N'00', N'L', 0, N'S', 4.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(323.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'220000', 1, 139, 0, N'48697553', N'Web service load by - jishnu, Source - 210.18.59.21, Date - Nov 28 2018  1:31PM', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 2295712572, CAST(4.00 AS Decimal(9, 2)), N'', N'840', N'840', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000015, 3178042060841493, CAST(N'2018-11-29T08:47:43.267' AS DateTime), CAST(N'2018-11-29T08:47:41.443' AS DateTime), N'978', CAST(10.00 AS Decimal(9, 2)), N'ETU*DISSERTS.COM\\310-9190902\             CA', N'00', N'00', N'E', 1225230, N'S', 10.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(500.00 AS Decimal(9, 2)), CAST(-36.30 AS Decimal(9, 2)), 1, N'000000', NULL, NULL, 0, N'288505', N'Presentment Reversal, Retrieval Reference Number - 000047461076', N'', CAST(2.00 AS Decimal(9, 2)), CAST(0.10 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N' CA', 509223, 181129288505002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', N'00', N'00', N'00', N'', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000016, 1751144528024763, CAST(N'2018-12-17T12:19:01.963' AS DateTime), CAST(N'2018-12-17T12:20:26.103' AS DateTime), N'826', CAST(0.00 AS Decimal(9, 2)), N'Monthly Fee - Following reload', N'00', N'00', N'P', 0, N'S', 0.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(495.00 AS Decimal(9, 2)), CAST(19.00 AS Decimal(9, 2)), 0, N'999999', NULL, NULL, 0, N'0', N'Monthly Fee - Following reload', N'0', CAST(2.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 513271, 0, CAST(0.00 AS Decimal(9, 2)), N'', N'826', N'826', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000017, 3187669174638864, CAST(N'2018-12-18T13:51:10.393' AS DateTime), CAST(N'2018-12-18T13:51:10.393' AS DateTime), N'840', CAST(0.00 AS Decimal(9, 2)), N'Load fee : POS Standard', N'00', N'00', N'P', 0, N'S', 0.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(39.15 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 0, N'001999', NULL, 0, 0, N'49870393', N'Fees', N'', CAST(30.00 AS Decimal(9, 2)), CAST(10.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 534047, 2296823504, CAST(0.00 AS Decimal(9, 2)), N'', N'840', N'840', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000018, 3187674948643514, CAST(N'2018-12-18T14:02:27.320' AS DateTime), CAST(N'2018-12-18T14:02:27.320' AS DateTime), N'840', CAST(0.00 AS Decimal(9, 2)), N'Load fee : POS Standard', N'00', N'00', N'P', 0, N'S', 0.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(67.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 0, N'001999', NULL, 0, 0, N'50547320', N'Fees', N'', CAST(30.00 AS Decimal(9, 2)), CAST(1.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 534050, 2296823510, CAST(0.00 AS Decimal(9, 2)), N'', N'840', N'840', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000019, 6771096490339182, CAST(N'2019-01-04T08:49:19.613' AS DateTime), CAST(N'2019-01-04T08:49:19.610' AS DateTime), N'826', CAST(120.00 AS Decimal(9, 2)), N'PT:PTPOUT : ;SC:556666;Acc:00051459;Name:TestUser XYZ      ;Ref:1;DDR:;', N'00', N'00', N'G', 102657, N'V', 120.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), -1, N'160000', 0, 0, 0, N'', N'ProductId Based Transaction', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 0, 2297071657, CAST(120.00 AS Decimal(9, 2)), N'', N'826', N'826', N'16', N'00', N'00', NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000020, 5179762040643138, CAST(N'2019-02-07T09:17:15.037' AS DateTime), CAST(N'2019-02-07T09:17:15.027' AS DateTime), N'978', CAST(20.00 AS Decimal(9, 2)), N'v  User - Kevin.I Date - 07-02-2019 14:46:23 ', N'00', N'00', N'L', 0, N'S', 20.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(25.56 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'220000', 0, 11, 0, N'33434910', N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 0, 2297659415, CAST(0.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000021, 2469036722636631, CAST(N'2019-02-12T06:48:16.930' AS DateTime), CAST(N'2019-02-12T06:48:15.260' AS DateTime), N'978', CAST(10.00 AS Decimal(9, 2)), N'ETU*DISSERTS.COM\\310-9190902\             CA', N'00', N'00', N'N', 1480868, N'S', 10.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(940.00 AS Decimal(9, 2)), CAST(-10.00 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, 0, N'', N'ProductId Based Transaction', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N' CA', 0, 1190212978571002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', N'00', N'00', N'00', N'', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000022, 3188217694541622, CAST(N'2019-02-16T12:25:14.857' AS DateTime), CAST(N'2019-02-16T12:25:14.857' AS DateTime), N'840', CAST(0.00 AS Decimal(9, 2)), N'Unload fee : Card Processor', N'00', N'00', N'P', 0, N'S', 0.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(498.56 AS Decimal(9, 2)), CAST(-8.20 AS Decimal(9, 2)), 0, N'004999', NULL, 0, 0, N'44714856', N'Fees', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.11 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 550586, 2297719497, CAST(0.00 AS Decimal(9, 2)), N'', N'840', N'840', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000023, 6905342138769450, CAST(N'2019-03-11T13:34:33.900' AS DateTime), CAST(N'2019-03-11T13:34:33.900' AS DateTime), N'8  ', CAST(100.00 AS Decimal(9, 2)), N'Load', N'00', N'00', N'L', 0, N'S', 100.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(100.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'220000', 1, 118, 3, N'48873900', N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 0, 2298360671, CAST(100.00 AS Decimal(9, 2)), N'', N'8  ', N'8  ', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000024, 3186762710517944, CAST(N'2019-03-27T14:23:21.157' AS DateTime), CAST(N'2019-03-27T14:23:21.157' AS DateTime), N'840', CAST(72.87 AS Decimal(9, 2)), N'DEV_MT_MC-148 Mrchnt Cntry  CANBERRA IND', N'05', N'05', N'H', 159726666, N'I', 72.8700, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(500.00 AS Decimal(9, 2)), CAST(-476.15 AS Decimal(9, 2)), -1, N'010000', NULL, NULL, 0, N'530730', N'ProductId Based Transaction', N'', CAST(1.70 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'IND', 565220, 190327530730123456, CAST(72.87 AS Decimal(9, 2)), N'', N'840', N'840', N'01', N'00', N'00', N'BNET-20190327-MDHMQAHBU103', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000025, 3421000591551411, CAST(N'2019-04-07T16:26:56.280' AS DateTime), CAST(N'2019-04-07T16:26:56.280' AS DateTime), N'826', CAST(20.00 AS Decimal(9, 2)), N'Visa Test                               ', N'05', N'05', N'K', 159747307, N'I', 20.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(39.30 AS Decimal(9, 2)), CAST(-11.14 AS Decimal(9, 2)), -1, N'010000', NULL, NULL, 0, N'928754', N'ProductId Based Transaction', N'', CAST(5.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'', 571143, 190407928754323232, CAST(20.00 AS Decimal(9, 2)), N'', N'826', N'826', N'01', N'00', N'00', N'VIS1-20191231-000000000930929', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000026, 7598406073257928, CAST(N'2019-04-08T10:47:19.397' AS DateTime), CAST(N'2019-04-08T10:47:19.397' AS DateTime), N'826', CAST(0.00 AS Decimal(9, 2)), N'Card Expiry', N'00', N'54', N'Y', 0, N'S', 0.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(500.00 AS Decimal(9, 2)), CAST(19.00 AS Decimal(9, 2)), -1, N'230000', NULL, NULL, 0, NULL, N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 0, 2298653957, CAST(0.00 AS Decimal(9, 2)), N'', N'826', N'826', N'23', N'00', N'00', NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000027, 7598406073257928, CAST(N'2019-04-27T03:20:17.607' AS DateTime), CAST(N'2019-04-27T03:20:17.607' AS DateTime), N'826', CAST(120.00 AS Decimal(9, 2)), N'Load', N'00', N'00', N'L', 0, N'S', 120.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(120.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'220000', 1, 14, 0, N'12017606', N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 2298729034, CAST(120.00 AS Decimal(9, 2)), N'', N'826', N'826', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000028, 7598406073257928, CAST(N'2019-04-27T03:20:21.460' AS DateTime), CAST(N'2019-04-27T03:20:21.460' AS DateTime), N'826', CAST(10.00 AS Decimal(9, 2)), N'The Local Bank         London         GB', N'00', N'00', N'A', 159765341, N'C', 10.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(120.00 AS Decimal(9, 2)), CAST(-10.00 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, 0, N'917688', N'ProductId Based Transaction', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 190427917688323232, CAST(10.00 AS Decimal(9, 2)), N'', N'826', N'826', N'00', N'00', N'00', N'BNET-20181013-MCC328793', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000029, 7598406073257928, CAST(N'2019-04-27T03:20:27.327' AS DateTime), CAST(N'2019-04-27T03:20:27.327' AS DateTime), N'826', CAST(21.00 AS Decimal(9, 2)), N'The Local Bank         London         GB', N'00', N'00', N'A', 159765342, N'C', 21.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(120.00 AS Decimal(9, 2)), CAST(-36.00 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, 0, N'328323', N'ProductId Based Transaction', N'', CAST(5.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 577926, 190427328323323232, CAST(21.00 AS Decimal(9, 2)), N'', N'826', N'826', N'00', N'00', N'00', N'BNET-20181013-MCC496171', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000030, 7598406073257928, CAST(N'2019-04-27T03:20:31.477' AS DateTime), CAST(N'2019-04-27T03:20:30.903' AS DateTime), N'826', CAST(10.00 AS Decimal(9, 2)), N'The Local Bank         London         GB', N'00', N'00', N'P', 1753549, N'S', 10.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(110.00 AS Decimal(9, 2)), CAST(-26.00 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, 0, N'917688', N'ProductId Based Transaction', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 190427917688323232, CAST(10.00 AS Decimal(9, 2)), N'', N'826', N'826', N'00', N'00', N'00', N'BNET-20181013-MCC328793', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000031, 7598406073257928, CAST(N'2019-04-27T03:20:31.477' AS DateTime), CAST(N'2019-04-27T03:20:30.913' AS DateTime), N'826', CAST(21.00 AS Decimal(9, 2)), N'The Local Bank         London         GB', N'00', N'00', N'P', 1753550, N'S', 21.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(84.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, 0, N'328323', N'ProductId Based Transaction', N'', CAST(5.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 577926, 190427328323323232, CAST(21.00 AS Decimal(9, 2)), N'', N'826', N'826', N'00', N'00', N'00', N'BNET-20181013-MCC496171', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000032, 8068355707321776, CAST(N'2010-07-20T20:42:26.810' AS DateTime), CAST(N'2010-07-20T20:42:26.810' AS DateTime), N'826', CAST(20.00 AS Decimal(9, 2)), N'Boundary Test Transaction. Do not change Pan or Date', N'00', N'00', N'A', 157352360, N'I', 20.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(120.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, 0, N'565841', N'ProductId Based Transaction', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 181126565841323232, CAST(20.00 AS Decimal(9, 2)), N'', N'826', N'826', N'00', N'00', N'00', N'BNET-20181013-MCC251491', NULL)
+
+INSERT [dbo].[Transaction] 
+([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id])
+VALUES (300000001, 3211927544494378, CAST(N'2019-10-01T12:06:15.440' AS DateTime), CAST(N'2019-10-01T12:06:15.347' AS DateTime), N'826', CAST(10.00 AS Decimal(9, 2)), N'EMV-CHIP-VISA-TEST1-ARQC-PASSED         ', N'04', N'04', N'A', 214792766, N'S', 10.00, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(00.00 AS Decimal(9, 2)), CAST(-10.00 AS Decimal(9, 2)), -1, N'010000', 0, 0, 0, N'', N'Read Write Cold Transaction', N'0', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.01 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+
+INSERT [dbo].[Transaction] 
+([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id])
+VALUES (300000002, 3211927544494378, CAST(N'2019-10-01T12:06:15.440' AS DateTime), CAST(N'2019-10-01T12:06:15.347' AS DateTime), N'826', CAST(10.00 AS Decimal(9, 2)), N'EMV-CHIP-VISA-TEST1-ARQC-PASSED         ', N'04', N'04', N'A', 214792766, N'S', 10.00, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(00.00 AS Decimal(9, 2)), CAST(-10.00 AS Decimal(9, 2)), -1, N'010000', 0, 0, 0, N'', N'Read Write Cold Transaction 2', N'0', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.01 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 190228407906002900, CAST(10.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000029, 7598406073257928, CAST(N'2010-04-27T03:20:27.327' AS DateTime), CAST(N'2010-04-27T03:20:27.327' AS DateTime), N'826', CAST(21.00 AS Decimal(9, 2)), N'The Local Bank         London         GB', N'00', N'00', N'A', 159765342, N'C', 21.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(120.00 AS Decimal(9, 2)), CAST(-36.00 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, 0, N'328323', N'', N'', CAST(5.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 577926, 190427328323323232, CAST(21.00 AS Decimal(9, 2)), N'', N'826', N'826', N'00', N'00', N'00', N'BNET-20181013-MCC496171', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000030, 7598406073257928, CAST(N'2010-04-27T03:20:31.477' AS DateTime), CAST(N'2010-04-27T03:20:30.903' AS DateTime), N'826', CAST(10.00 AS Decimal(9, 2)), N'The Local Bank         London         GB', N'00', N'00', N'P', 1753549, N'S', 10.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(110.00 AS Decimal(9, 2)), CAST(-26.00 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, 0, N'917688', N'', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 190427917688323232, CAST(10.00 AS Decimal(9, 2)), N'', N'826', N'826', N'00', N'00', N'00', N'BNET-20181013-MCC328793', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (900000031, 7598406073257928, CAST(N'2010-04-27T03:20:31.477' AS DateTime), CAST(N'2010-04-27T03:20:30.913' AS DateTime), N'826', CAST(21.00 AS Decimal(9, 2)), N'The Local Bank         London         GB', N'00', N'00', N'P', 1753550, N'S', 21.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(84.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, 0, N'328323', N'', N'', CAST(5.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 577926, 190427328323323232, CAST(21.00 AS Decimal(9, 2)), N'', N'826', N'826', N'00', N'00', N'00', N'BNET-20181013-MCC496171', NULL)
+
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (800000001, 3161298874256, CAST(N'2010-07-17T16:21:40.790' AS DateTime), CAST(N'2010-07-17T16:21:40.790' AS DateTime), N'978', CAST(100.00 AS Decimal(9, 2)), N'Test Load', N'00', N'00', N'B', 0, N'S', 100.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(100.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'021000', 0, 0, 0, NULL, N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 0, 60068824, CAST(100.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (800000002, 3187007310413960, CAST(N'2009-11-23T04:36:22.093' AS DateTime), CAST(N'2009-11-23T04:36:22.093' AS DateTime), N'840', CAST(0.00 AS Decimal(9, 2)), N'Primary Card Activation Fee. Posted date - Nov 23 2018  4:36AM', N'00', N'00', N'P', 0, N'S', 0.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(97.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 0, N'087999', NULL, 0, 0, N'16582093', N'ProductId Based Transaction', N'', CAST(3.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 507967, 2295703716, CAST(0.00 AS Decimal(9, 2)), N'', N'840', N'840', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (800000003, 3187009719671308, CAST(N'2009-11-23T04:36:31.517' AS DateTime), CAST(N'2009-11-23T04:36:31.517' AS DateTime), N'840', CAST(0.00 AS Decimal(9, 2)), N'Card Issue Fee (Physical) . Posted date - Nov 23 2018  4:36AM', N'00', N'00', N'P', 0, N'S', 0.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(96.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 0, N'082999', NULL, 0, 0, N'16591516', N'ProductId Based Transaction', N'', CAST(1.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 507972, 2295703723, CAST(0.00 AS Decimal(9, 2)), N'', N'840', N'840', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (800000004, 3425138996040927, CAST(N'2009-11-23T05:14:44.543' AS DateTime), CAST(N'2009-11-23T05:14:44.440' AS DateTime), N'144', CAST(20.00 AS Decimal(9, 2)), N'Visa Test                               ', N'00', N'00', N'D', 157349645, N'A', 30.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(5.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'000000', NULL, NULL, 0, N'918200', N'ProductId Based Transaction', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(1.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'', 0, 181123918199323232, CAST(20.00 AS Decimal(9, 2)), N'', N'826', N'826', N'00', N'00', N'00', N'', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (800000005, 3189555214291380, CAST(N'2009-11-23T07:11:31.743' AS DateTime), CAST(N'2009-11-23T07:11:31.737' AS DateTime), N'840', CAST(5.50 AS Decimal(9, 2)), N'Unload Online card transfer to 955738523 - By user - jishnu', N'00', N'00', N'U', 0, N'S', 5.5000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(391.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), -1, N'230000', 0, 14, 0, N'25891620', N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'USA', 0, 2295703901, CAST(5.50 AS Decimal(9, 2)), N'', N'840', N'840', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (800000006, 8068355351794216, CAST(N'2009-11-26T20:41:20.643' AS DateTime), CAST(N'2009-11-26T20:41:20.483' AS DateTime), N'826', CAST(120.00 AS Decimal(9, 2)), N'Load', N'00', N'00', N'L', 0, N'S', 120.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(120.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'220000', 1, 14, 0, N'74480643', N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 2295709111, CAST(120.00 AS Decimal(9, 2)), N'', N'826', N'826', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (800000007, 3425138996040927, CAST(N'2009-11-26T20:41:23.890' AS DateTime), CAST(N'2009-11-26T20:41:23.883' AS DateTime), N'826', CAST(1.00 AS Decimal(9, 2)), N'AutomationNote', N'14', N'14', N'B', 0, N'S', 1.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(1.00 AS Decimal(9, 2)), CAST(19.00 AS Decimal(9, 2)), 1, N'021000', 0, 0, 0, NULL, N'AutomationNote', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 2295709112, CAST(1.00 AS Decimal(9, 2)), N'', N'826', N'826', NULL, NULL, NULL, NULL, NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (800000008, 8068355707321776, CAST(N'2010-07-18T20:42:26.810' AS DateTime), CAST(N'2010-07-18T20:42:26.810' AS DateTime), N'826', CAST(20.00 AS Decimal(9, 2)), N'The Local Bank         London         GB', N'00', N'00', N'A', 157352360, N'I', 20.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(120.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, 0, N'565841', N'ProductId Based Transaction', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 181126565841323232, CAST(20.00 AS Decimal(9, 2)), N'', N'826', N'826', N'00', N'00', N'00', N'BNET-20181013-MCC251491', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (800000009, 7591229857767875, CAST(N'2009-11-26T20:51:20.733' AS DateTime), CAST(N'2009-11-26T20:51:20.733' AS DateTime), N'036', CAST(10.00 AS Decimal(9, 2)), N'The Local Bank         London         GB', N'00', N'00', N'A', 157352470, N'C', 10.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, 0, N'513493', N'ProductId Based Transaction', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 181126513493323232, CAST(10.00 AS Decimal(9, 2)), N'', N'826', N'826', N'00', N'00', N'00', N'BNET-20181013-MCC671219', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (800000010, 8068355707321776, CAST(N'2012-11-18T20:42:26.810' AS DateTime), CAST(N'2012-11-18T20:42:26.810' AS DateTime), N'826', CAST(25.00 AS Decimal(9, 2)), N'The Local Bank         London         GB', N'00', N'00', N'A', 157352360, N'I', 20.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(120.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), -1, N'000000', NULL, NULL, 0, N'565841', N'ProductId Based Transaction', N'', CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), N'GBR', 0, 181126565841323232, CAST(20.00 AS Decimal(9, 2)), N'', N'826', N'826', N'00', N'00', N'00', N'BNET-20181013-MCC251491', NULL)
+INSERT [dbo].[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id]) VALUES (800000011, 3161298874256, CAST(N'2012-11-17T16:21:40.790' AS DateTime), CAST(N'2012-11-17T16:21:40.790' AS DateTime), N'978', CAST(100.00 AS Decimal(9, 2)), N'Test Load', N'00', N'00', N'B', 0, N'S', 100.0000, CAST(1.000000000000000 AS Decimal(18, 15)), CAST(100.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), 1, N'021000', 0, 0, 0, NULL, N'ProductId Based Transaction', NULL, CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), CAST(0.00 AS Decimal(9, 2)), NULL, 0, 60068824, CAST(100.00 AS Decimal(9, 2)), N'', N'978', N'978', NULL, NULL, NULL, NULL, NULL)

+ 45 - 0
daldb/bcpScripts/RestoreData.ps1

@@ -0,0 +1,45 @@
+$tables = @("ProductType","CurrencyMaster", "Cards", "Transaction", "Transaction_Int", "Payment_Token")
+$initCmd = @("ALTER TABLE AlexisPTSTest.dbo.AUTH_IMPLIED_LIMIT NOCHECK CONSTRAINT all; ")
+$initCmd += "ALTER TABLE AlexisPTSTest.dbo.Payment_Token NOCHECK CONSTRAINT all; "
+$initCmd += "ALTER TABLE AlexisPTSTest.dbo.TxnAccumulator NOCHECK CONSTRAINT all; "
+$initCmd += "ALTER TABLE AlexisPTSTest.dbo.BNK_Banking_ModulrDetails NOCHECK CONSTRAINT all; "
+$initCmd += "ALTER TABLE AlexisPTSTest.dbo.BNK_BankAccountNumbers NOCHECK CONSTRAINT all; "
+$initCmd += "ALTER TABLE AlexisPTSTest.dbo.AccumulatorProductLimit NOCHECK CONSTRAINT all; "
+$initCmd += "ALTER DATABASE AlexisPTSTest SET RECOVERY SIMPLE; "
+$finalCmd = @()
+for ($i=0; $i -lt $tables.length; $i++) {
+    $table = $tables[$i]
+    $initCmd += "DECLARE @Deleted_Rows INT; SET @Deleted_Rows = 1; WHILE (@Deleted_Rows > 0) BEGIN DELETE TOP (100000) FROM AlexisPTSTest.dbo.[${table}]; SET @Deleted_Rows = @@ROWCOUNT; END "
+    $initCmd += "SET IDENTITY_INSERT AlexisPTSTest.dbo.[${table}] ON; "
+    $finalCmd += "SET IDENTITY_INSERT AlexisPTSTest.dbo.[${table}] OFF; "
+}
+$finalCmd += 
+    "SET IDENTITY_INSERT AlexisPTSTest.dbo.[Transaction] ON;
+    DELETE FROM AlexisPTSTest.dbo.[Transaction_Int] WHERE EXISTS (SELECT 1 FROM AlexisPTSTest.dbo.[Transaction] t WHERE t.Id = AlexisPTSTest.dbo.[Transaction_Int].Id);
+    INSERT INTO AlexisPTSTest.dbo.[Transaction] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id])
+    SELECT * FROM AlexisPTSTest.dbo.[Transaction_Int] WHERE transDate > '2020-01-01'; 
+    DELETE FROM  AlexisPTSTest.dbo.[Transaction_Int] WHERE transDate > '2020-01-01';
+    SET IDENTITY_INSERT AlexisPTSTest.dbo.[Transaction] OFF;"
+
+$finalCmd +=
+    "USE AlexisPTSTest; 
+    DBCC SHRINKFILE (Alexis, 1);
+    DBCC SHRINKFILE (Alexis_log, 1);
+    ALTER DATABASE AlexisPTSTest SET RECOVERY FULL;"
+
+for ($i=0; $i -lt $initCmd.Count; $i++) {
+    $cmd = $initCmd[$i]
+    Write-Host $cmd
+    sqlcmd -S localhost -U gpspl -P yW2S6KXdY8 -Q "${cmd}"
+}
+    
+for ($i=0; $i -lt $tables.length; $i++) {
+    $table = $tables[$i]
+    $bcpIn = "AlexisPTSTest.dbo.[${table}] in ${table}.bcp -f ${table}.fmt -e ${table}.log -E -b 50000 -S localhost -U gpspl -P yW2S6KXdY8"
+    Start-Process bcp -ArgumentList $bcpIn -Wait
+}
+for ($i=0; $i -lt $finalCmd.Count; $i++) {
+    $cmd = $finalCmd[$i]
+    Write-Host $cmd
+    sqlcmd -S localhost -U gpspl -P yW2S6KXdY8 -Q "${cmd}"
+}

+ 8 - 0
daldb/bcpScripts/copyData.ps1

@@ -0,0 +1,8 @@
+$tables = @("ProductType","CurrencyMaster", "Cards", "Transaction", "Transaction_Int", "Payment_Token")
+for ($i=0; $i -lt $tables.length; $i++) {
+    $table = $tables[$i]
+    $fmtOut = "AlexisManualQA.dbo.[${table}] format nul -f ${table}.fmt -n -S PTSMAIN -U gpspl -P yW2S6KXdY8"
+    $bcpOut = "AlexisManualQA.dbo.[${table}] out ${table}.bcp -n -S PTSMAIN -U gpspl -P yW2S6KXdY8"
+    Start-Process bcp -ArgumentList $fmtOut -Wait
+    Start-Process bcp -ArgumentList $bcpOut -Wait
+}

+ 2 - 0
daldb/commit.sh

@@ -0,0 +1,2 @@
+container=`docker ps -qf "name=daldb-db-1"`
+docker commit $container reg.kajuree.com/daldb:rpi

+ 36 - 0
daldb/docker-compose.yml

@@ -0,0 +1,36 @@
+version: "3.3"
+services:
+    
+    db:
+        image: nexus.globalprocessing.net/daldb
+        build:
+            context: ..
+            dockerfile: dockerfiles/db.dockerfile
+            args:
+                DACPAC1: "gps-databases Alexis"
+                DACPAC2: "gps.database.dataaccesslayer GPS.Database.DataAccessLayer.Tier1,GPS.Database.DataAccessLayer.Tier2"
+                DACPAC3: "seed AlexisPTSTest"
+                DACPAC4: "seed Tier2"
+                DACPAC5: "seed AlexisReadWrite"
+                DACPAC6: "shrink AlexisPTSTest"
+                SEEDDIR: "../daldb/SeedData"
+                TZ: "Europe/London"
+        ports:
+            - "1433:1433"
+        environment:
+            SA_PASSWORD: "yW2S6KXdY8"
+            ACCEPT_EULA: "Y"
+
+    # tier2db:
+    #     image: tier2db
+    #     build:
+    #         context: ..
+    #         dockerfile: db.dockerfile
+    #         args:
+    #             DACPAC1: "gps.database.dataaccesslayer GPS.Database.DataAccessLayer.Tier2"
+    #             DACPAC2: "seed Tier2"
+    #     ports:
+    #         - "1436:1433"
+    #     environment:
+    #         SA_PASSWORD: "yW2S6KXdY8"
+    #         ACCEPT_EULA: "Y"

+ 34 - 0
dockerfiles/asp.dockerfile

@@ -0,0 +1,34 @@
+ARG COREVERS=3.1
+FROM mcr.microsoft.com/dotnet/sdk:$COREVERS AS build
+ARG TZ=Europe/London
+ARG USE_SEQ=0
+WORKDIR /App
+COPY res/id_rsa /root/.ssh/
+RUN touch /root/.ssh/known_hosts
+RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y openssh-client
+RUN ssh-keyscan -T 60 bitbucket.org >> /root/.ssh/known_hosts
+RUN chmod 600 /root/.ssh/*
+COPY res/appsettings.sh .
+COPY res/nuget.config .
+ADD res/nuget.tgz /
+RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime  \
+ && echo $TZ > /etc/timezone
+
+ARG PROJ
+ARG DIR
+ARG BRANCH
+RUN git clone git@bitbucket.org:globalprocessing/$PROJ.git --single-branch --branch $BRANCH
+
+WORKDIR /App/$PROJ/$DIR
+
+RUN /bin/bash /App/appsettings.sh
+
+RUN dotnet restore 
+RUN dotnet publish -c Release -o /App/out
+RUN echo "dotnet `basename $DIR`.dll \$@" > /App/out/start.sh
+
+FROM mcr.microsoft.com/dotnet/aspnet:$COREVERS
+WORKDIR /App
+COPY --from=build /App/out .
+COPY --from=build /etc/timezone /etc/localtime /etc/
+ENTRYPOINT ["sh", "start.sh"]

+ 34 - 0
dockerfiles/console.dockerfile

@@ -0,0 +1,34 @@
+ARG COREVERS=3.1
+FROM mcr.microsoft.com/dotnet/sdk:$COREVERS AS build
+ARG TZ=Europe/London
+ARG USE_SEQ=0
+WORKDIR /App
+COPY res/id_rsa /root/.ssh/
+RUN touch /root/.ssh/known_hosts
+RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y openssh-client
+RUN ssh-keyscan -T 60 bitbucket.org >> /root/.ssh/known_hosts
+RUN chmod 600 /root/.ssh/*
+COPY res/appsettings.sh .
+COPY res/nuget.config .
+ADD res/nuget.tgz /
+RUN ln -sf /usr/share/zoneinfo/$TZ /etc/locacltime  \
+ && echo $TZ > /etc/timezone
+
+ARG PROJ
+ARG DIR
+ARG BRANCH
+RUN git clone git@bitbucket.org:globalprocessing/$PROJ.git --single-branch --branch $BRANCH
+
+WORKDIR /App/$PROJ/$DIR
+
+RUN /bin/bash /App/appsettings.sh
+
+RUN dotnet restore 
+RUN dotnet publish -c Release -o /App/out
+RUN echo "dotnet `basename $DIR`.dll \$@" > /App/out/start.sh
+
+FROM mcr.microsoft.com/dotnet/runtime:$COREVERS
+WORKDIR /App
+COPY --from=build /App/out .
+COPY --from=build /etc/timezone /etc/localtime /etc/
+ENTRYPOINT ["sh", "start.sh"]

+ 9 - 0
dockerfiles/datadb.dockerfile

@@ -0,0 +1,9 @@
+FROM mcr.microsoft.com/azure-sql-edge
+ARG TZ=Europe/London
+ARG DATA=clearingdb/data.tgz
+ADD --chown=10001:0 $DATA /var/opt/mssql/
+USER root
+RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime  \
+    && echo $TZ > /etc/timezone
+USER mssql
+RUN ( /opt/mssql/bin/sqlservr --accept-eula & ) | grep -q "SQL Server is now ready for client connections."

+ 41 - 0
dockerfiles/db.dockerfile

@@ -0,0 +1,41 @@
+FROM nexus.globalprocessing.net/dbbuild AS build
+
+USER root
+ARG TZ=Europe/London
+ARG SA_PASSWORD=yW2S6KXdY8
+ARG ACCEPT_EULA=Y
+ARG HOST=localhost
+ARG DATA_SERVER=10.220.3.109
+ARG DACPAC1
+ARG DACPAC2
+ARG DACPAC3
+ARG DACPAC4
+ARG DACPAC5
+ARG DACPAC6
+ARG DACPAC7
+ARG DACPAC8
+ARG DACPAC9
+ARG SEEDDIR
+ARG BCPDIR
+WORKDIR /root
+
+COPY ./res/altersqlproj.sh /tmp/
+COPY ./res/id_rsa /root/.ssh/
+COPY ./res/dacpacentrypoint.sh /entrypoint.sh
+COPY $SEEDDIR /SeedData/
+COPY $BCPDIR /bcp/
+
+RUN touch /root/.ssh/known_hosts \
+    && ssh-keyscan -T 60 bitbucket.org >> /root/.ssh/known_hosts \
+    && chmod 600 /root/.ssh/*
+
+RUN (/opt/mssql/bin/sqlservr --accept-eula & ) | grep -q "Service Broker manager has started" \
+    && bash /entrypoint.sh args
+
+FROM mcr.microsoft.com/mssql/server
+ARG TZ=Europe/London
+COPY --from=build --chown=mssql:root /var/opt/mssql/data /var/opt/mssql/data/
+USER root
+RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime  \
+    && echo $TZ > /etc/timezone
+USER mssql

+ 20 - 0
dockerfiles/dbbuild.dockerfile

@@ -0,0 +1,20 @@
+FROM mcr.microsoft.com/mssql/server AS build
+ARG TZ=Europe/London
+USER root
+
+WORKDIR /root
+ADD ./res/azureds.tgz .
+
+RUN apt-get update \
+ && DEBIAN_FRONTEND="noninteractive" apt-get install -y tzdata unzip dotnet-sdk-3.1 git ssh \
+ && ln -sf /usr/share/zoneinfo/$TZ /etc/localtime  \
+ && echo $TZ > /etc/timezone
+
+# Install SQLPackage for Linux and make it executable
+RUN wget --progress=bar:force -q -O sqlpackage.zip https://go.microsoft.com/fwlink/?linkid=2143497 \
+    && unzip -qq sqlpackage.zip -d /opt/sqlpackage \
+	&& rm sqlpackage.zip \
+    && chmod +x /opt/sqlpackage/sqlpackage
+
+# USER mssql
+ENTRYPOINT [ "echo", "This container cannot be run" ]

+ 20 - 0
dockerfiles/dbutils.dockerfile

@@ -0,0 +1,20 @@
+FROM mcr.microsoft.com/dotnet/sdk:3.1 AS build
+WORKDIR /root
+ADD ./res/azureds.tgz .
+COPY res/altersqlproj.sh /tmp/
+COPY res/id_rsa /root/.ssh/
+ARG TZ=Europe/London
+RUN touch /root/.ssh/known_hosts \
+    && ssh-keyscan -T 60 bitbucket.org >> /root/.ssh/known_hosts \
+    && chmod 600 /root/.ssh/* \
+    && curl -s https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \
+    && curl -s https://packages.microsoft.com/config/ubuntu/18.04/prod.list | tee /etc/apt/sources.list.d/msprod.list \
+    && apt-get update && ACCEPT_EULA=y DEBIAN_FRONTEND=noninteractive apt-get install -y mssql-tools unixodbc-dev unzip libunwind8 vim \
+    && wget --progress=bar:force -q -O sqlpackage.zip https://go.microsoft.com/fwlink/?linkid=2143497 \
+    && unzip -qq sqlpackage.zip -d /opt/sqlpackage \
+	&& rm sqlpackage.zip \
+    && chmod +x /opt/sqlpackage/sqlpackage \
+    && ln -sf /usr/share/zoneinfo/$TZ /etc/localtime  \
+    && echo $TZ > /etc/timezone
+COPY res/dacpacentrypoint.sh /entrypoint.sh
+ENTRYPOINT ["bash", "/entrypoint.sh"]

+ 8 - 0
dockerfiles/debiantz.dockerfile

@@ -0,0 +1,8 @@
+ARG IMAGE
+FROM $IMAGE
+ARG TZ=Europe/London
+
+USER root
+RUN if [ ! -f /usr/share/zoneinfo/$TZ ]; then apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata; fi \
+ && ln -sf /usr/share/zoneinfo/$TZ /etc/localtime  \
+ && echo $TZ > /etc/timezone

+ 9 - 0
dockerfiles/socat.dockerfile

@@ -0,0 +1,9 @@
+FROM alpine
+ARG TZ=Europe/London
+
+RUN apk add --update socat tzdata && rm -rf /var/cache/apk/* \
+ && ln -sf /usr/share/zoneinfo/$TZ /etc/localtime  \
+ && echo $TZ > /etc/timezone
+
+EXPOSE 1433
+ENTRYPOINT /usr/bin/socat tcp4-listen:1433,fork tcp4-connect:$IP:1433

+ 26 - 0
res/altersqlproj.sh

@@ -0,0 +1,26 @@
+#!/bin/sh
+sed -i -e "/<Import Condition/ s/'\$(SQLDBExtensionsRefPath)'/'\$(NetCoreBuild)' != 'true' AND '\$(SQLDBExtensionsRefPath)'/" \
+    -e "\|^</Project>|i \
+    <Import Condition=\"'\$(NetCoreBuild)' == 'true'\" Project=\"\$(NETCoreTargetsPath)\\\\Microsoft.Data.Tools.Schema.SqlTasks.targets\"\/>\n \
+    <ItemGroup>\n \
+      <PackageReference Condition=\"'\$(NetCoreBuild)' == 'true'\" Include=\"Microsoft.NETFramework.ReferenceAssemblies\" Version=\"1.0.0\" PrivateAssets=\"All\"/>\n \
+    </ItemGroup>\n \
+    <Target Name=\"BeforeBuild\">\n \
+      <Delete Files=\"\$(BaseIntermediateOutputPath)\\\\project.assets.json\"/>\n \
+    </Target>" \
+    -e "/BNK_Banking_GetAccountDetails.sql/d" \
+    -e "/BNK_Banking_Modulr_GetInstitutionKeyAndSecret.sql/d" \
+    -e "/GetModulrAccountId.sql/d" \
+    -e "s/\"Banking.sql/\"banking.sql/" \
+    -e "s/DestroyCardsUnder/DESTROYCARDSUNDER/" \
+    -e "s/DpsOnlineFees/Dpsonlinefees/" \
+    -e "s/Export_to_CSV_Audit/Export_to_CSV_audit/" \
+    -e "s/XML_Reported_Presentments.sql/XML_reported_presentments.sql/" \
+    -e "s/UpdateEhiCutOffurls_Pm.sql/UPDATEEHICUTOFFURLS_PM.sql/" \
+    -e '/<ArtifactReference.*master.dacpac.*/, /<\/ArtifactReference/ d' \
+    -e 's/Sql130DatabaseSchemaProvider/Sql150DatabaseSchemaProvider/' \
+*.sqlproj
+
+if [ -f Scripts/Post-Deployment/Script.PostDeployment.sql ]; then
+  sed -i -e 's/:r .\\/:r /' Scripts/Post-Deployment/Script.PostDeployment.sql
+fi

+ 80 - 0
res/appsettings.sh

@@ -0,0 +1,80 @@
+#!/bin/sh
+if [ -f "./appsettings.json" ]; then
+        sed -i -e '/\(DatabaseSettings\|Alexis.*Database\)"/, /}/ s/"Server".*/"Server": "dockerdb"\,/' \
+        -e '/ReadWriteDatabaseSettings"/, /}/ s/"Database": "AlexisHotWrite".*/"Database": "AlexisReadWrite"\,/' \
+        -e '/ReadWriteDatabaseSettings"/, /}/ s/"Database": "AlexisColdWrite".*/"Database": "Tier2"\,/' \
+        -e '/\(DatabaseSettings\|Alexis.*Database\)"/, /}/ {/"AlexisReadWrite/! s/"Database": "Alexis.*/"Database": "AlexisPTSTest"\,/}' \
+        -e '/\(DatabaseSettings\|Alexis.*Database\)"/, /}/ s/"UserId".*/"UserId": "gpspl"\,/' \
+        -e '/\(DatabaseSettings\|Alexis.*Database\)"/, /}/ s/"Password".*/"Password": "yW2S6KXdY8"\,/' \
+        -e '/"AlexisTokenDatabase"/, /}/ s/"Database".*/"Database": "AlexisPTSTokenTest"\,/' \
+        -e '/"AlexisSecureDatabase"/, /}/ s/"Database".*/"Database": "AlexisSecure"\,/' \
+        -e '/"MessageBroker"/, /}/ s/localhost/rabbitmq/' \
+        -e '/"HealthChecks"/, /}/ s,https://localhost:5091,http://dalapi:5090,' \
+        -e '/"DataAccessLayerApiUrl"/ s/localhost/dalapi/' \
+        -e '/"LoggingMinResultCount"/ s/:.*/: -1,/' \
+        -e '/"LoggingMinQueryTimeInMs"/ s/:.*/: -1,/' \
+        -e '/"TcRecordTablesTestingMode"/ s/true/false/' \
+        -e '/ConnectionString"/ s/Server=./Server=dockerdb/' \
+        -e '/ConnectionString"/ s/Password=;/Password=yW2S6KXdY8;/' \
+        -e '/[Cc]:/ s/\\\\/\\/g;s/\\/\//g;s/[Cc]://' \
+        -e '/"[Pp]ath"/ s:\\\\:/:g' \
+        -e '/"StatusWatcherSettings"/, /}/ s/"Frequency".*/"Frequency": "1000"\,/' \
+        -e '/"StatusWatcherSettings"/, /}/ s|https://localhost:44307|http://alexisapi|' \
+        -e '/"\(Authority\|RedirectTarget\)":/ s|https://.*"|http://secureapi"|' \
+        -e '/Api.*": {/, /}/ s|https://localhost:44320|http://secureapi|' \
+        -e '/Api.*": {/, /}/ s|https://localhost:44307|http://alexisapi|' \
+        -e 's,\(http\|https\)://localhost:9099,http://ratesapi:9099,' \
+        -e 's,\(http\|https\)://localhost:500[34],http://providerapi,' \
+        -e '/"Certificate": {/, /}/ d' \
+        -e 's|"Url": "http://localhost:63831"|"Url": "http://+:80"|' \
+        -e 's|"Url": "https://localhost:44307"|"Url": "https://+:443"|' \
+        -e 's/"\S*:6379/"redis:6379/' \
+        -e 's/"\S*:5672/"rabbitmq:5672/' \
+        -e '/"AuthorisationLoadOptions"/, /}/ s/"NewestAuthorisationCutoffInSeconds".*/"NewestAuthorisationCutoffInSeconds": "-3600"\,/' \
+        -e '/"AuthorisationLoadOptions"/, /}/ s/"MinimumTimeBetweenAuthLoadsInSeconds".*/"MinimumTimeBetweenAuthLoadsInSeconds": "-1"\,/' \
+        -e '/"Flags"/, /}/ s/"PanHsmPercent".*/"PanHsmPercent": 0\,/' \
+        -e '/"Flags"/, /}/ s/"PersonalIdNumberHsmPercent".*/"PersonalIdNumberHsmPercent": 0\,/' \
+        -e '/"WriteTo": \[$/, /\]/ {/.*"Name":.*"Console"/ d}' \
+        -e '/"WriteTo": \[$/ a \{ "Name": "Console" }, ' \
+        ./appsettings*.json
+fi
+
+if [ $USE_SEQ = "1" ]; then
+        sed -i -e '/"WriteTo":/,/]\(,\|$\)/ c "WriteTo": \[ { "Name": "Console" },\n { "Name": "Seq", "Args": { "serverUrl": "http://seq", "compact": true, "apiKey" :"m3h0gDAj3kh7XVbNwmkX" } }],' \
+        ./appsettings*.json
+fi
+
+
+if [ -f "./hosting.json" ]; then
+        sed -i -e '/"Certificate": {/, /}/ d' hosting.json
+fi
+
+if [ -f "./Extensions/ServiceCollectionExtensions.cs" ]; then
+        sed -i -e 's|C:\\|/|' ./Extensions/ServiceCollectionExtensions.cs
+fi
+
+if [ -f "./Startup.cs" ]; then
+        sed -i 's|app.UseHttpsRedirection|//// app.UseHttpsRedirection|' ./Startup.cs
+fi
+
+if [ -f "../GPS.API.SecureHSM/Commands/HsmCommandBase.cs" ]; then
+        sed -i 's/? true : null/? (bool?)true : null/' ../GPS.API.SecureHSM/Commands/HsmCommandBase.cs
+fi
+
+if [ -f "../GPS.Currency.Common/Helpers/SqlDatabaseHelper.cs" ]; then
+        sed -i 's/CommandType.StoredProcedure : null/CommandType.StoredProcedure : (CommandType?)null/' ../GPS.Currency.Common/Helpers/SqlDatabaseHelper.cs
+fi
+
+if [[ $DOTNET_VERSION == 5* ]]; then
+        sed -i -e 's/netcoreapp3.1/net5.0/' *.csproj
+elif [[ $DOTNET_VERSION == 6* ]]; then
+        sed -i -e 's/netcoreapp3.1/net6.0/' *.csproj
+fi
+
+sed -i -e "/<RuntimeIdentifiers/d" *.csproj
+
+if [ $USE_SEQ = "1" ]; then
+       sed -i -e '/.*\<PackageReference.*Include="Serilog.Sinks.Seq"/d' \
+       -e '0,/.*\<PackageReference.*/s/.*\<PackageReference.*/\<PackageReference Include="Serilog.Sinks.Seq" Version="5.1.1" \/\>\n&/' \
+        *.csproj
+fi        

+ 203 - 0
res/dacpacentrypoint.sh

@@ -0,0 +1,203 @@
+sqlcmd="/opt/mssql-tools/bin/sqlcmd"
+if [ -z "$1" ]; then
+	echo "Usage: docker-compose run dbutils function"
+	echo "     where function = 'gps-databases' for loading Databases. Requires second parameter with databases and optionally a branch"
+	echo "                      gps.database.dataaccesslayer GPS.Database.DataAccessLayer for Data Access Layer and optionally a branch"
+	echo "                      'seed' 'Database' for seeding data"
+	echo "                      'bash' for shell"
+	echo "						shrink db to shrink database"
+elif [ "$1" = "bash" ]; then
+	bash
+elif [ "$1" = "args" ]; then
+	echo "Got to args"
+	sleep 10
+
+	$sqlcmd -S "${HOST}" -U sa -P $SA_PASSWORD -Q "
+		IF NOT EXISTS (select loginname from master.dbo.syslogins where name = 'gpspl')
+		BEGIN
+			CREATE LOGIN gpspl WITH PASSWORD='${SA_PASSWORD}', DEFAULT_DATABASE=[master], DEFAULT_LANGUAGE=[us_english], CHECK_EXPIRATION=OFF, CHECK_POLICY=OFF;
+			ALTER SERVER ROLE sysadmin ADD MEMBER gpspl;
+		END;
+
+		IF NOT EXISTS (select loginname from master.dbo.syslogins where name = 'usrSPCaller')
+		BEGIN
+			CREATE LOGIN usrSPCaller WITH PASSWORD=N'1qazxsw23EDC'; 
+		END; "
+
+
+	for args in ${!DACPAC*}
+	do
+		arg=${!args}
+		bash /entrypoint.sh $arg
+	done
+elif [ "$1" = "gps-databases" ] || [ "$1" = "gps.clearing" ]  || [ "$1" = "gps.database.dataaccesslayer" ] || [ "$1" = "gps.databases.alexissecure" ] ; then
+	if [ -z "$2" ]; then
+		echo "Usage: docker-compose run dbutils function"
+		echo "     where function = 'gps-databases' for loading Databases. Requires second parameter with databases and optionally a branch"
+		echo "                      gps.database.dataaccesslayer GPS.Database.DataAccessLayer for Data Access Layer and optionally a branch"
+		echo "                      'seed' 'Database' for seeding data"
+		echo "                      'bash' for shell"
+		exit 1
+	fi
+
+	echo "Performing $2 migration"
+	branch="develop"
+	if [ ! -z $3 ]; then
+		branch=$3
+	fi
+	if [ ! -d $1 ]; then
+		git clone git@bitbucket.org:globalprocessing/$1.git --single-branch --branch $branch
+	fi
+
+	DBs="$2"
+	for db in ${DBs//,/ }
+	do
+		if  [ "$1" = "gps.clearing" ]; then
+			cd /root/$1/Databases/$db
+		else
+			cd /root/$1/$db
+		fi
+		bash /tmp/altersqlproj.sh
+		sqlproj=`basename *$db*.sqlproj .sqlproj`
+		echo "Building dacpac for $sqlproj"		
+		dotnet build $sqlproj.sqlproj /p:NetCoreBuild=true /p:NETCoreTargetsPath="/root/.azuredatastudio/extensions/microsoft.sql-database-projects-0.12.0/BuildDirectory" /p:Configuration=Release /p:OutputPath=/dacpac /m:2 /clp:ErrorsOnly
+		tdn=$db
+		if [ "$db" = "Alexis"  ] || [ "$db" = "GPS.Database.DataAccessLayer.Tier1" ] || [ "$db" = "NGA_Processing_Alexis"  ]; then
+			tdn="AlexisPTSTest"
+		elif [ "$db" = "AlexisToken" ] ; then
+			tdn="AlexisPTSTokenTest"
+		elif [ "$db" = "GPS.Database.DataAccessLayer.Tier2" ] ; then
+			tdn="Tier2"
+		fi
+		mkdir /tmp/$db
+		
+		pr=""
+		if [ -f PublishProfiles/${db}AWS.publish.xml ]; then
+			pr="/pr:PublishProfiles/${db}AWS.publish.xml"
+		fi 
+
+		dacpac=/dacpac/$sqlproj.dacpac
+		/opt/sqlpackage/sqlpackage /a:Script /tsn:"${HOST}" /tdn:$tdn /tu:sa /tp:$SA_PASSWORD /sf:$dacpac /op:/tmp/$db/$db.sql $pr
+		sed -i -e 's/^:on error exit/:on error ignore/' -e 's/\[$(LoggingServer)\].//' -e 's/\[$(SupplementalData)\].//' /tmp/$db/$db.sql
+
+		# unzip -d /tmp/$db $dacpac predeploy.sql
+		# if [ -f /tmp/$db/predeploy.sql ]; then
+		# 	$sqlcmd -S "${HOST}" -U sa -P $SA_PASSWORD -d $tdn -i /tmp/$db/predeploy.sql
+		# fi
+
+		$sqlcmd -S "${HOST}" -U gpspl -P $SA_PASSWORD -i /tmp/$db/$db.sql
+
+		# unzip -d /tmp/$db $dacpac postdeploy.sql
+		# if [ -f /tmp/$db/postdeploy.sql ]; then
+		# 	$sqlcmd -S "${HOST}" -U sa -P $SA_PASSWORD -d $tdn -i /tmp/$db/postdeploy.sql
+		# fi
+		rm -rf /tmp/$db
+
+		if [ "$db" = "AlexisToken" ] ; then
+			$sqlcmd -S "${HOST}" -U gpspl -P $SA_PASSWORD -d AlexisPTSTokenTest -Q "
+			ALTER Procedure [dbo].[PR_GetKeyData] (@Path Int) 
+			AS
+			BEGIN
+				DECLARE @file_contents NVARCHAR(4000)
+				If @Path = 1
+					SELECT @file_contents = N'+UAdKPLjoSG0lHPnBLVOZoCycNc2gBI/MY/M2HGI1qK5Q1hTJ5enLJKhKBrU8/Xa'
+				Else If @Path = 2
+				Begin
+					SELECT @file_contents = N'17CC97140E479DF48CF3FEF88ADE4F8E'
+				End
+				SELECT @file_contents Data
+			End"
+			$sqlcmd -S "${HOST}" -U gpspl -P $SA_PASSWORD -d AlexisPTSTokenTest -Q "
+			ALTER Procedure [dbo].[PR_GetEncryKey]
+			@filecontents varchar(200) OUTPUT
+			AS
+			BEGIN
+				SELECT @filecontents = N'17CC97140E479DF48CF3FEF88ADE4F8E'
+			End"			
+		fi
+	done
+elif [ "$1" = "seed" ]; then
+	for file in /SeedData/$2/*.sql
+	do 
+		echo "Processing $file file.."
+		$sqlcmd -S "${HOST}" -U gpspl -P $SA_PASSWORD -d $2 -i $file
+	done
+elif [ "$1" = "bcpdb" ]; then
+	AlexisTables="ProductType,CurrencyMaster,Cards,Transaction,Transaction_Int"
+	bcpdb=$2
+	if [ $# -gt 1 ]; then
+  		AlexisTables=$3
+	fi
+	bcpdir=$BCPDIR
+	for table in ${AlexisTables//,/ }
+	do
+		if [ -d "/bcp" ]; then
+			bcpdir=/bcp
+		else
+			/opt/mssql-tools/bin/bcp $bcpdb.dbo.[${table}] format nul -f $bcpdir/${table}.fmt -n -S $DATA_SERVER -U gpspl -P $SA_PASSWORD
+			/opt/mssql-tools/bin/bcp $bcpdb.dbo.[${table}] out $bcpdir/${table}.bcp -n -S $DATA_SERVER -U gpspl -P $SA_PASSWORD
+		fi
+		echo "Bulk Copying $bcpdir/${table}.bcp file.."
+		/opt/mssql-tools/bin/bcp $bcpdb.dbo.[${table}] in $bcpdir/${table}.bcp -f $bcpdir/${table}.fmt -E -b 50000 -S "${HOST}" -U gpspl -P $SA_PASSWORD
+	done
+
+elif [ "$1" = "bcp" ]; then
+	AlexisTables="ProductType,CurrencyMaster,Cards,Transaction,Transaction_Int"
+	bcpdb="AlexisPTSTest"
+	if [ $# -gt 1 ]; then
+  		AlexisTables=$2
+	fi
+	for table in ${AlexisTables//,/ }
+	do
+		/opt/mssql-tools/bin/bcp AlexisPTSTest.dbo.[${table}] format nul -f /tmp/${table}.fmt -n -S $DATA_SERVER -U gpspl -P yW2S6KXdY8
+		/opt/mssql-tools/bin/bcp AlexisPTSTest.dbo.[${table}] out /tmp/${table}.bcp -n -S $DATA_SERVER -U gpspl -P yW2S6KXdY8
+		/opt/mssql-tools/bin/bcp AlexisPTSTest.dbo.[${table}] in /tmp/${table}.bcp -f /tmp/${table}.fmt -E -b 50000 -S "${HOST}" -U gpspl -P $SA_PASSWORD
+	done
+
+	/opt/mssql-tools/bin/sqlcmd -S "${HOST}" -U gpspl -P $SA_PASSWORD -Q "
+		ALTER TABLE AlexisPTSTest.dbo.Transaction_Int NOCHECK CONSTRAINT FK_Transaction__payment_token_id;
+		UPDATE AlexisPTSTest.dbo.[Transaction]
+		SET    TransDate = DATEADD(year, 1, TransDate); 
+		SET IDENTITY_INSERT AlexisPTSTest.dbo.[Transaction_Int] ON;
+		INSERT INTO AlexisPTSTest.dbo.[Transaction_Int] ([ID], [PAN], [SysDate], [TransDate], [TransCcy], [BillAmt], [Description], [OldStatus], [NewStatus], [TransactionType], [RecordID], [TransactionStatus], [TransAmt], [BillNat_Conv], [Actual_Balance], [Blocked_Amount], [flCredit], [ProcessingCode], [AuthMethod], [LoadSRC], [LoadType], [OrigStan], [Note], [Amount_other], [Fixed_Fee], [Rate_Fee], [Fx_Padding], [Mcc_Padding], [AuthPresDiff], [txnCountry], [FeeID], [Trans_Link], [SettlementAmt], [Additional_Data], [BillCcy], [SettleCcy], [TxnTypeProcCode], [Account_From], [Account_To], [traceid_lifecycle], [payment_token_id])
+		SELECT * FROM AlexisPTSTest.dbo.[Transaction] WHERE transDate < '2020-01-01'; 
+		SET IDENTITY_INSERT AlexisPTSTest.dbo.[Transaction_Int] OFF;
+		DELETE FROM  AlexisPTSTest.dbo.[Transaction] WHERE transDate < '2020-01-01';
+		
+		USE AlexisPTSTest
+
+		ALTER DATABASE AlexisPTSTest SET RECOVERY SIMPLE
+
+		DBCC SHRINKFILE (AlexisPTSTest, 1);
+		DBCC SHRINKFILE (AlexisPTSTest_Log, 1);
+
+		ALTER DATABASE AlexisPTSTest SET RECOVERY FULL;"
+elif [ "$1" = "bcpdir" ]; then
+	for dir in /bcp/*/
+	do
+		dbname=`basename $dir`
+		for file in /bcp/$dbname/*.bcp
+		do 
+			table=`basename $file .bcp`
+			echo "Processing $table table.."
+			/opt/mssql-tools/bin/bcp $dbname.${table} in /bcp/$dbname/${table}.bcp -f /bcp/$dbname/${table}.fmt -q -E -b 500000 -S "${HOST}" -U gpspl -P $SA_PASSWORD
+		done
+	done
+elif [ "$1" = "shrink" ]; then
+	/opt/mssql-tools/bin/sqlcmd -S "${HOST}" -U gpspl -P $SA_PASSWORD -Q "
+		USE ${2}
+
+		ALTER DATABASE ${2} SET RECOVERY SIMPLE
+
+		DBCC SHRINKFILE (${2}, 1);
+		DBCC SHRINKFILE (${2}_Log, 1);
+
+		ALTER DATABASE ${2} SET RECOVERY FULL;"
+else
+	echo "Usage: docker-compose run dbutils function"
+	echo "     where function = 'gps-databases' for loading Databases. Requires second parameter with databases and optionally a branch"
+	echo "                      gps.database.dataaccesslayer GPS.Database.DataAccessLayer for Data Access Layer and optionally a branch"
+	echo "                      'seed' 'Database' for seeding data"
+	echo "                      'bash' for shell"
+	echo "						shrink db to shrink database"
+fi

+ 7 - 0
res/nuget.config

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+  <packageSources>
+    <add key="GPS" value="/nuget" />
+    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
+	</packageSources>
+</configuration>

+ 3 - 0
setup.cmd

@@ -0,0 +1,3 @@
+copy %USERPROFILE%\.ssh\id_rsa res
+dotnet dev-certs https -ep %USERPROFILE%\.aspnet\https\aspnetapp.pfx -p crypticpassword
+dotnet dev-certs https --trust

+ 8 - 0
utils/dbbuild/docker-compose.yml

@@ -0,0 +1,8 @@
+version: "3.3"
+services:
+    
+    dbbuild:
+        image: nexus.globalprocessing.net/dbbuild
+        build:
+            context: ../..
+            dockerfile: dockerfiles/dbbuild.dockerfile

+ 17 - 0
utils/dbutils/docker-compose.yml

@@ -0,0 +1,17 @@
+version: "3.3"
+services:
+   
+    dbutils:
+        image: nexus.globalprocessing.net/dbutils
+        build:
+            context: ../..
+            dockerfile: dockerfiles/dbutils.dockerfile
+        environment:
+            SA_PASSWORD: "yW2S6KXdY8"
+            # HOST: "192.168.43.250"
+            HOST: "host.docker.internal,1434"
+            DATA_SERVER: "10.220.3.109"
+        volumes:
+            - ../../alexissecuredb/SeedData:/SeedData
+            - ../../alexissecuredb/bcp:/bcp
+            

Some files were not shown because too many files changed in this diff