Can some one explain the significant of the brackets that MSManagement Studio always encapsulates columns in queries with.
Ex..
SELECT TOP 1000 [id]
,[app_fn]
,[app_mn]
,[app_ln]
,[app_suffix]
What are they there for, and how can I use this to my advantage?
They allow to use identifiers that
Try this without the [ and ]
In this case, SSMS just always uses them