I'm considering converting a client's .Net / MS SQL site to Drupal.

The client is an international medical organisation with many members and uses a MS SQL table that holds membership and login data for several thousand members.

We have recently established a server with Drupal running with IIS and MSQL.

I'm wondering if it will be possible to relate the Drupal user login to the existing members table - and if so what the best practice approach might be?

Mark Wilderspin

Comments

WorldFallz’s picture

if you don't need to continue managing the other table, I'd just use one of the import module to import the relevant info (username, email, etc).