Hi All, I am a bit confused and need your help. I have a database that has more than 150 tables. I have several fields which should support Unicode but right now they dont and therefore I want to change the column datatype to ntext and nvarchar in this process I have to drop the constraints and then create them again. Is it safe to drop the constraints and create them again.
*I have 286 columns to change and just dont know many constraints have to be dropped and created in this process.
*All I want to know is that is it safe to alter the column data type of a fully grown project.