Is there an equivalent to the SQL Management Studio "GO" Command?

This forum can be browsed by the general public. Posting is limited to current SAPIEN license holders with active maintenance and does not offer a response time guarantee.
Forum rules
DO NOT POST LICENSE NUMBERS, ACTIVATION KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 4 years and 4 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
User avatar
evato
Posts: 5
Last visit: Fri Jan 26, 2024 6:12 pm

Is there an equivalent to the SQL Management Studio "GO" Command?

Post by evato »

Does anyone know if there is an equivalent to the SQL Management Studio command of "GO" ?

I had tried to run a script that had a "GO" statement in it, but PrimalSQL had returned a Incorrect syntax near 'Go' response.

https://docs.microsoft.com/en-us/sql/t- ... rver-ver15
User avatar
brittneyr
Site Admin
Posts: 1655
Last visit: Thu Mar 28, 2024 3:14 pm
Answers: 39
Been upvoted: 30 times

Re: Is there an equivalent to the SQL Management Studio "GO" Command?

Post by brittneyr »

GO is not a SQL keyword. It's a batch separator used by client tools (like SSMS) to break the entire script up into batches. You'll have to break up the script into batches yourself.

You are welcome to file a feature request here and we will see what we can do:
https://www.sapien.com/requests
This topic is 4 years and 4 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.