-
Notifications
You must be signed in to change notification settings - Fork 474
Open
@SiroccoBreeze
Description
The script I executed contains GO, but an error message Incorrect syntax near 'GO' is displayed. However, I can execute the same script in SQL Server Management Studio. Is there any way to fix this?
Expected behaviour:
Actual behaviour:
Configuration:
// paste relevant config here
Database scripts
if exists(select 1 from sys.objects where type='P' and name='usp_report_cwzt_cybrlist_ssis') drop proc usp_report_cwzt_cybrlist_ssis GO CREATE proc usp_report_cwzt_cybrlist_ssis @ksrq ut_rq16, @jsrq ut_rq16 ......
Software versions
- NodeJS: 22.12.0
- node-mssql:11.0.1
- SQL Server:Microsoft SQL Server 2022 (RTM-CU16) (KB5048033) - 16.0.4165.4 (X64) Nov 6 2024 19:24:49 Copyright (C) 2022 Microsoft Corporation Developer Edition (64-bit) on Linux (Ubuntu 22.04.5 LTS)
Metadata
Metadata
Assignees
Labels
No labels