S
Steve Baenett
When I'm developing, I tend to mess with my database in MS-Access. Once it's
complete, I like to create an SQL script of CREATE TABLE and CREATE INDEX
statements to recreate the database tables and fields. In the past, I've
always done this manually, but my databases are becomming more complex and
this is becoming a pain.
Does anyone know of a simple app that can interrogate an MS-Access database
and generate an SQL script that can be used to re-build the database (just
the structure). Ideally, I'd like the script to work for Access and
SQL-Server.
I've seen a couple that do this, but nothing that properly handles primary
and secondary indexes.
Any suggestions?
Thanks
Steve
complete, I like to create an SQL script of CREATE TABLE and CREATE INDEX
statements to recreate the database tables and fields. In the past, I've
always done this manually, but my databases are becomming more complex and
this is becoming a pain.
Does anyone know of a simple app that can interrogate an MS-Access database
and generate an SQL script that can be used to re-build the database (just
the structure). Ideally, I'd like the script to work for Access and
SQL-Server.
I've seen a couple that do this, but nothing that properly handles primary
and secondary indexes.
Any suggestions?
Thanks
Steve