If I have two accounts, where:
- both accounts have DBO level access (use the DBO schema to log in, and are part of the owner group)
- one of the accounts is listed as the "actual owner"
- both accounts are currently in use, and will continue to be in use, running long term (2+ hour) operations on the database
- I want to switch the "actual owner" from one account to the other
What kind of performance impact should I expect to see on the database?
What kind of performance issues are you thinking of? There shouldn't be any impact with regards to performance. The only effects you should see would be related to security.