imtheodore
Registered User.
- Local time
- Today, 07:52
- Joined
- Jan 20, 2007
- Messages
- 74
Is there a way to run a Stored Procedure in SQL from Access?
I have a rather long query that takes too long to run locally and a stored procedure would work for this, but I cannot figure out how to run it.
I would like it to run when I open the Access db.
The project I'm working on is using a SQL back end since the data is also used on our internet pages..
I will have to pass a date to the procedure and execute it.
Is this even possible?
Dave
I have a rather long query that takes too long to run locally and a stored procedure would work for this, but I cannot figure out how to run it.
I would like it to run when I open the Access db.
The project I'm working on is using a SQL back end since the data is also used on our internet pages..
I will have to pass a date to the procedure and execute it.
Is this even possible?
Dave