3
What is the reserved word "GO" for Sql Server
, when generating a script using Sql Server Management
is always generated with the reserved word "GO" at the end of the instructions, however if I take the same query and execute without the word "GO" it is executed normally.
I understand the use of the point and comma in the MySql
, i understand that when running a query using a system with graphical interface this same system runs it with the period and comma at the end, even if I do not put it, and I also understand that it serves to separate the instructions, in the Sql Server
the word "GO"
has the same point and comma function? And if he is responsible for another task, what would be?