What is the difference between ";" and "GO" in T-SQL?

Viewed 41020

I use ADO.NET as well as the sqlcmd utility to send SQL scripts to SQL Server 2008. What is the difference between using ; and GO to separate chunks of SQL?

7 Answers
Related