I configured the Database Mail successfully on the test server and sent an email as well, but encountered a problem on the production server when sending a test email. The error message is as follows:
TITLE: Microsoft SQL Server Management Studio------------------------------
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
------------------------------
ADDITIONAL INFORMATION:
The database owner SID recorded in the master database differs from the database owner SID recorded in database 'msdb'. You should correct this situation by resetting the owner of database 'msdb' using the ALTER AUTHORIZATION statement. (Microsoft SQL Server, Error: 33009)
------------------------------
The solution, as the message indicates, is to make the owner of MSDB same as the Master's. My question is, can I do this with my database online, especially that the system is a website and cannot be stopped anytime. There should be planned times for this. In addition, is there any further impact on the other running activities such as replications...etc, for my test environment is far different from the live one?
Thanks in Advance,
Ghada M. Ahmad