Activity overview
Latest activity by mensand
UserdefinedDataType changes
Hi is it possible to have a UserDefined referenced type changed by SQLCompare ?
For example i have the following type
EXEC sp_addtype N'FLD_INITIAL', 'varchar (10)', 'NULL'
and it needs to be chang...
User Defined Type
When i have a user defined type i can't change it because the SQL Compare script tries to drop the fieldtype and then recreate it with the new settings.
Example
FLD_LastName VARCHAR(40)
next i need...