• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

SQL 2005 to Access 2003 converter?

SoundTheSurrender

Diamond Member
I need to convert a new SQL 2005 server to Access 2003.

Reason is so I can easily map out relationships and test it before I try it via coding in SQL 2005.

Thanks
 
Microsoft has an Access to SQL Server converter built into Access, but not one that goes the other way.

Why don't you just make a test database in SQL 2005, map out the relationships, test it and then use the script the database tool builtin to Enterprise Manager so you can create a new database matching your test database. If you are going to use SQL Server it is better to start there since Acecss SQL and SQL Server SQL are slightly different.
 
Back
Top