I added a field in SQL Server 2008 and it put the column name in brackets like this: [column2]. The other column names don’t have brackets. What do the brackets mean?
The column is named macro-writer
Should I remove the minus sign and replace it with an underscore?
Columns enclosed in square brackets are usually keywords or contain special characters or spaces.
What specific column name do you have enclosed in brackets?