I am trying to execute this query: declare @tablename varchar(50) set @tablename="test" select * from @tablename This produces the following error: Msg 1087, ...
-
May 31, 2022
- 0 Comments