SQL Query: Assignment of value of an input variable in to internal temporary variable
Hello all !!!!
I have problems with assignment of value of an input variable to temporary variable. I create service with SQL Query. Added an input variable [[container]] with type of data a string. In assignment attempt: set @Container=[[container]] - the compiler ceases to highlight syntax and execution happens to an error. At execution of any command as soon as I insert an input variable, [[.....]] check of syntax shows that it is not right.

Whether somebody knows in what an error? In SQL Managment studio everything works.

