|
CREATE TABLE @username (name nvarchar(50)) Please suggest any option.
(comments are locked)
|
|
It should be either
or
(comments are locked)
|
|
As it is not possible to modify a Table Variable once created, and it can only have one index - the Primary Key - we always [well, nearly always!] add a PK in the declaration:
(comments are locked)
|

