lamosty – thanks for the quick response.
I think what my issue is, is that when I imported the database it created new tables and didn’t overwrite the existing tables. For examples I have:
wp_123456_options (created during WordPress installation) and wp_234567_options (imported database)
It is clear that WordPress is looking at the siteurl for the new options table from the imported database.
I guess the cleanest thing might be to blow-up all the tables when the new database was created during the Word Press installation. Then update the rows the appropriate data.
Thoughts?