Lalit,
Thanks for the response. So, if after moving the site from stage.example.com to example.com, I change the following line in the wp-config.php file from this:
define(‘DB_NAME’, ‘stage_example_com’);
to this:
define(‘DB_NAME’, ‘example_com’);
That will be fine? Also, for my stage.example.com development site, I assume I should create a brand new database?