6 lines
566 B
JSON
6 lines
566 B
JSON
{
|
|
"id": "8c60aa30-593b-4050-b490-044f10ecd07f",
|
|
"prefix": "repl",
|
|
"description": "",
|
|
"body": "SELECT * \r\nFROM [Arizona].[dbo].[Point_of_sale] [pos]\r\nWHERE [pos].[POS_active]=1\r\nAND [pos].[POS_type] IN (1,2)\r\nAND [pos].[POS_number] < 99\r\n;\r\n\r\nRETURN\r\n\r\nEXEC ActivePos_read..sp_dropsubscription @publication = N'ActivePosTran', @article = N'all', @subscriber ='$CURSOR$'\r\nSELECT ActivePos_write.upd.DatabaseVersion()\r\nEXEC ('SELECT ActivePos_write.upd.DatabaseVersion()') AT xxx\r\n\r\n\r\nEXEC ActiveSystemServer.dbo.RepairReplication"
|
|
} |