moving to SQL Server

P

patrick.sparks

I read a recent post concerning migration from msde to sql server but
it wasn't totally clear. How do I migrate BCM from MSDE to SQL Server?
I've enabled named pipes and tcp/ip, so i can access the database from
enterprise manager on the client. Will moving it to sql server allow
it to be shared without going through the ragamarole?
 
L

Luther

The simplest path so far appears to be:

1) Install BCM on server machine.
2) Share database (does all the name pipes/TCP/IP/port numbers
rigamarole).
3) Upgrade MSDE to SQL Server.
 
Top