ALTER TABLE my_table ADD @column INT
        Posted  
        
            by Andreas
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Andreas
        
        
        
        Published on 2010-04-10T16:40:52Z
        Indexed on 
            2010/04/10
            16:43 UTC
        
        
        Read the original article
        Hit count: 317
        
If i want to use a variable as name of the new column, is this posiblem in MS SQL?
Example that dont work:
ALTER TABLE my_table ADD @column INT
© Stack Overflow or respective owner