When naming columns in a SQL Server table, are there any names I should avoid using?
- by Anders
I remember when I was working with PHP several years back I could blow up my application by naming a MySQL column 'desc' or any other term that was used as an operator.
So, in general are there names I should avoid giving my table columns?