in reply to Re: Sending Custom Mass Mail - Fastest Way Possible
in thread Sending Custom Mass Mail - Fastest Way Possible

because you are connected with only that database.

Good point. I completely missed that. FWIW, you can connect to another database in SQL Server by using a qualified object name, which includes the database name.

Conversely, this cannot be done in Oracle, as it would require a database link, which instead follows the object name.

  • Comment on Re^2: Sending Custom Mass Mail - Fastest Way Possible