Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,652 questions
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))"?
DDL statements like CREATE INDEX requires fix literal, you can not use "calculated object names".