when i try to run this:
USE [BADALEX1] GO
BEGIN TRAN
i get
/ Error de SQL (102): Sintaxis incorrecta cerca de 'GO'. /
any help
when i try to run this:
USE [BADALEX1] GO
BEGIN TRAN
i get
/ Error de SQL (102): Sintaxis incorrecta cerca de 'GO'. /
any help
That GO
statement is a feature of MS SQL Studio, and HeidiSQL does not support it. Probably other clients as well.
GO is not a Transact-SQL statement; it is a command recognized by the sqlcmd and osql utilities and SQL Server Management Studio Code editor.
Please login to leave a reply, or register at first.