How do I migrate Business Contact Manager database to SQL Server?

D

davidlo71

Can anyone please detail the steps to migrate the MSDE database to a
SQL Server database?

I tried using Enterprise Manager but it couldn't connect to the
microsoftsmlbiz database. Maybe I need the default sa password?

Thanks for all your help in advance.

David Lo
 
L

Luther

BCM uses Windows authentication, not sql auth (i.e. sa password).

It does turn off the SQL UDP port and uses a fixed TCP port: 56183
 
Top