I am getting some errors when trying to create a parameter for s stored procedure in SQL 2008 where parameter name has the symbol &
in the name.
What is the correct syntax for something like @Column&Title
?
Have tried @[Column&Title]
but it doesn't work.