I'm new to TSQL and wondering what the GO
statement really means. To me it just seems thrown in there where ever it seems to fit.
I guess it somehow tells sql server to run the previous statement? What happens if you don't use them at all? Could someone give an example where a statement will break if I don't use a GO
.
Please elaborate.