Dear all,
I have a big table which have some reference key constarint to many other tables.
I simply need from that table to change a filed type from BIT to INT. I do not have any data in the table.
How can I change that field easily without droping the table ?
I am runing SQL server 2008 and can not change the field, directly, it promps me to drop and recreate the table but even with that it refuse because I have Foreign key constraint to other table.
I wold like to avoid deleting all key reference in place as there are quite many
Thnaks for your help on how to solve
regards
serge
Your knowledge is enhanced by that of others.