User-defined table type definition [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I want to create a procedure to clone SQL Server database using T-SQL . I'm using cursors to clone objects (tables, procedures, functions ,...). How can i get user-defined-table-type definition from System Catalog Views ? 回答1: Here is your answer. Below query gives the result of all types as a text. You can