Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 User Defined Data Types

Author  Topic 

hrishi_des
Yak Posting Veteran

76 Posts

Posted - 2006-12-15 : 02:07:26
can we modify a user defined data type created in sql server 2005?

what is the syntax to drop the user defined data type.

thanks,
hrishikesh

snSQL
Master Smack Fu Yak Hacker

1837 Posts

Posted - 2006-12-15 : 10:47:05
CREATE TYPE, DROP TYPE, ALTER TYPE - see Books Online
Go to Top of Page
   

- Advertisement -