Hello
We have a MS SQL Server database in which we need to change the value of a field. Unfortunately the columns in which that field exist are used to create a relationship between the two tables.
Table -> IM_SER_ACTIV
ITEM_NO SER_NO ACTIV_TYP DAT
------- ------------ --------- ---------
Q07105 S000B977136C R 8/27/2009
Q07105 S000B977136C C 1/18/2010
Table -> IM_SER
ITEM_NO SER_NO LOC_ID SER_COST
------- ------------ ------ --------
Q07105 S000B977136C ST02 136.8544
Is there a way we can change the value of SER_NO from S000B977136C to S000B977139C even though there is a relationship?
We have a MS SQL Server database in which we need to change the value of a field. Unfortunately the columns in which that field exist are used to create a relationship between the two tables.
Table -> IM_SER_ACTIV
ITEM_NO SER_NO ACTIV_TYP DAT
------- ------------ --------- ---------
Q07105 S000B977136C R 8/27/2009
Q07105 S000B977136C C 1/18/2010
Table -> IM_SER
ITEM_NO SER_NO LOC_ID SER_COST
------- ------------ ------ --------
Q07105 S000B977136C ST02 136.8544
Is there a way we can change the value of SER_NO from S000B977136C to S000B977139C even though there is a relationship?