example :
1. reactive inactive employees record
update Person set isinactive ='false' where centralaccount = 'xxxxx'
2. remove ad account from a linked person record
update adsaccount set UID_Person = NULL where samaccountname = 'xxxxx'
example :
1. reactive inactive employees record
update Person set isinactive ='false' where centralaccount = 'xxxxx'
2. remove ad account from a linked person record
update adsaccount set UID_Person = NULL where samaccountname = 'xxxxx'