Hi,
In CE 90, I have one table named u2018APS_InfoObjects2u2019 (in SQL 2000). Every times I need upload this table to my backup server (disaster recovery server). After copy to my backup server, I will use script replace a field named u2018ObjNameu2019 (data type nvachar (255)) with the current server name. Everything works OK.
But, after migrated to CRS XIR2, in table CMS_InfoObjects5, data type of ObjName field changed to varbinary (255). This causes the problem which I can not use my script to replace this filed with char/text.
What should I do? Manually change the field from varbinary to varchar? Wil this effect the system and cause the error?
Thanks for help
Best Regards,
Kevin T