I need to change the table 's field from Numeric(5,10)
to int
.
This field is a primary keys and related to more than 20 other Tables (some tables has more than millions records).
Can someone know the easiest and safest way to change the field type?
I tried to change it form SQL Server Studio management but my concern the table will be dropped and re-created again and that slows the process and even when I tried it was giving timeout error , can someone has an experience advice on the best way ... Regards