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
 General SQL Server Forums
 New to SQL Server Programming
 need help in drop UDD

Author  Topic 

shaggy
Posting Yak Master

248 Posts

Posted - 2007-07-28 : 06:13:37
Dear Friends,

i want to drop UDD.which i have used in 1000 of sps and tables. it is impossible to drop all objects and create.so please give any sugessions.

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2007-07-29 : 16:01:50
why impossible? you need to modify the reference to it in any case...
script out all the objects, then do a search and replace (ctrl + H)



--------------------
keeping it simple...
Go to Top of Page
   

- Advertisement -