I have an Access DB with about 30 tables, that I need to map onto a much larger number of tables on SQL Server as part of a migration exercise. I'm used to being able to get the schema metadata (table names, column names, column type, nullability etc.) from the system catalog by running an SQL query.
Does anyone know if you can do the same kind of thing for Access? I don't really relish the idea of examining each table in turn in design view to collect this information...
Does anyone know if you can do the same kind of thing for Access? I don't really relish the idea of examining each table in turn in design view to collect this information...