Please Help Newbie...Migrate Access .MDB to Sql
i.e "lastname", firstname", "email", etc...any assistance would be great.
I'm trying to get this working so as i can send out "personalized" letters, emails, froms.
Cheers,
Monica
Cheers,
Monica
Word of caution - The Upsizing Wizard isn't going to improve your database design. If you have a poorly normalized Access database, you'll end up with a poorly normalized SQL Server database. Those of us who work seriously in databases tend to hand create the new schema in SQL Server and then write a DTS package to transform the data appropriately.