Update Sql Server tables with Foreign Key constraints
Greetings, I need to update multiple tables where userid = bob to userid = bob.smith.
But I'm getting foreign key constraint errors. How can I fix the DB so I can fix this so I can update all dependant tables. Thank you.