• So the verdict is no data corruption or significant performance issue?

    I changed the data type from int to bigint and from image to varbinary(max) on a small partitioning table, it works, can I issue the altering column on a large partitioning table? I am working on sql server 2012 enterprise edition.

    Thanks.