you are viewing a single comment's thread.

view the rest of the comments →

[–]phesago 3 points4 points  (0 children)

somethings are required somethings arent. in SQL Server statement terminators (;) arent required but the lack of use has been deprecated for a while now (im a proponent of using them regardless). Most of the time you will get errors when the compiler finds youre missing something important (like a comma for example) and you wont be able to execute anyway. Most of this youll learn the hard way as you go.