moving to SQL Server

  • Thread starter Thread starter patrick.sparks
  • Start date Start date
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?
 
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.
 
Back
Top