I've read today the SQL Server 2008 Books Online and found the following statement in the Transact-SQL Syntax Convention:
; - Transact-SQL statement terminator. Although the semicolon is not required for
most statements in this version of SQL Server, it will be required in a future
version.
If you plan to use or sell your software for longer time, you should think about starting to use semicolons in your code today.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
sql server 2008
Categories:
SQL Server 2008