The ice_messaging drupal module is used to access the MS SQL database Within drupal, switching to the alternative database is done using: {{{ db_set_active('YourDatabaseKey'); // execute queries here db_set_active(); // without the paramater means set back to the default for the site }}}