Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Dear All,
What's wrong with the statement "create index engnamestuid on engname + cast(student as nvarchar(6))"?
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
Answer accepted by question author
DDL statements like CREATE INDEX requires fix literal, you can not use "calculated object names".