I need to add some more columns to the current current user-define table type in SQL Server 2008
But I did not see any type of table in a specific database in Tables .
Where exactly do I need to check and how can I change the design of an existing user-define table type in SQL Server 2008
I am using SQL SERVER 2008 and SSMS
Where can I find this table in SSMS ,
so that I can navigate and change the type of table.
thanks
to answer the previous question
Can someone help with sql alter type table add column syntax? how can i insert any new column ... since ALTER is not working .. it is disabled
source share