I have the need to increase the ProductID from nvarchar(30) to nvarchar(255). I am getting an error about needing to delete the indexes. This brought up a few thoughts. Will this cause an impact to performance? Also, in EcomGroupProductRelation, the GroupProductRelationProductID is already set to nvarchar(255). Seems if 1 table allows it, it should be OK in the EcomProducts table as well. Just want to make sure I'm not going to cause issues down the road with this change.
Thanks,
Terri