You will have to do this in a complicated way using scripts:
0) enter single-user mode
1) add a new GUID column to the main table and fill it.
2) add a new FK column to each child table and populate them with UPDATE FROM
UPDATE c
SET FKcolumn=p.NewGuid
FROM ChildTable c
INNER JOIN ParentTable p ON p.OldIntID=c.OldIntId
3) int FKs
4)
5) FK guid
6)
SQL Server Management . SSMS " Script", .