When naming columns in a SQL Server table, are there any names I should avoid using?

Posted by Anders on Stack Overflow See other posts from Stack Overflow or by Anders
Published on 2009-07-07T15:45:36Z Indexed on 2010/04/02 2:43 UTC
Read the original article Hit count: 343

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about best-practices