More Info

  • Thread starter Thread starter Josh
  • Start date Start date
J

Josh

Basically Iam trying to create a SQL script, that copies all of the tables
(already done), stored procedures (not done) and data (done) from a SQL
Server Database into an Access Database.
 
Josh said:
Basically Iam trying to create a SQL script, that copies all of the tables
(already done), stored procedures (not done) and data (done) from a SQL
Server Database into an Access Database.

Perhaps the reason you can't copy Stored Procedures into an Access (Jet
database engine) database is that there is no such thing in a Jet
database -- stored procedures are not supported.

A close approximation, but not exactly identical, would be saved Queries.
Jet SQL has some modestly significant differences, too.

Larry Linson
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top