Syntax errors caused by modifying go and annotations in SQL Server

Source: Internet
Author: User

When I checked the SQL statement syntax in SQL server2008r2, the SQL Server prompt

 

A fatal scripting error occurred.
Incorrect syntax was encountered while parsing go.

After checking the boss for a while, I found that it was caused by go And/**/annotations.

The problem can be reproduced using the following statement:

Go /*
*/

 

The solution is simple.

1. Rewrite/**/annotation to a single line annotation.

2. Add a line break to go And/*. Note that it must be a line break. If a space is inserted, an error message is displayed.

 

The following links provide related answers:

Http://connect.microsoft.com/SQLServer/feedback/details/361251/fatal-script-error-incorrect-syntax-was-encountered-while-parsing-go-incorrectly-parses-comment

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.