How to add an index or primary key to a user-defined table type in SQL Server?

前端 未结 0 1291
时光取名叫无心
时光取名叫无心 2021-02-11 15:56

I have this user-defined type that I would like to add a primary key or index to:

IF NOT EXISTS (
  SELECT * 
  FROM sys.types st 
  JOIN sys.schemas ss 
    ON          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题