removed GO statements
This commit is contained in:
@@ -21,14 +21,13 @@ Modifications:
|
||||
07.03.2024 TSC Rewrote to connect to the central through the pharmacy linked server ArizonaCash
|
||||
The values in the local pharmacy are updated as well
|
||||
=============================================================================*/
|
||||
USE master;
|
||||
GO
|
||||
USE [master];
|
||||
|
||||
DECLARE @ou_id INT;
|
||||
DECLARE @fqdn VARCHAR(100) = '$fqdn';
|
||||
DECLARE @alias VARCHAR(100) = '$alias';
|
||||
|
||||
EXECUTE Arizona.[dbo].[sp_bmc_Bmc_Applic_Default]
|
||||
EXECUTE [Arizona].[dbo].[sp_bmc_Bmc_Applic_Default]
|
||||
@in_job_type = 3,
|
||||
@in_param_int_1 = NULL, /* Company */
|
||||
@in_param_int_2 = NULL, /* Subsidiary */
|
||||
|
||||
Reference in New Issue
Block a user