Re: SQL database by Guy
Guy
Sun Dec 19 06:32:37 CST 2004
If you dumped the data in their yourself - i.e. directly into the sql
database, it won't work and this method is completely unsupported.
You can either:
- use the sdk and develop your own code that calls the appropriate web
services to add the data to the database
- use the Data Migration Framework Tool (available for download)
Guy.
"dave" <anonymous@discussions.microsoft.com> wrote in message
news:128c01c4e451$27b984d0$a601280a@phx.gbl...
> Hi,
>
> I have just converted an access database and placed it in
> the SQL database for CRM with all relationships and data i
> had from the old database. The records are all in place in
> the correct database (companyname_MSCRM) but i still can
> not seem to get any of the data into CRM itself... what am
> i doing wrong?