Can Access populate MS SQL Server DDL script?

J

Jacky

I have try to populate MS SQL Server DDL script in Access via MS Query.
It works on a statement by statement level.
i.e. It does not work to run the script in one go.
Does any one know how I can build the schema from a full listing of MS SQL
Server script?
 
S

Sylvain Lafontaine

Maybe with a SQL Pass Through query (using Cr/Lf as a line separator?).

However, it would be a better idea to use ADO objects and forget about MS
Query.

S. L.
 
Top