CrystalizeCanada
Instructor
Hi,
I have a view and I'd like to turn it into a Stored Procedure so I can add a parameter. I will then pick the Stored Procedure as a source for a Crystal Report that I'm creating instead of the view that I currently use.
At the moment the view is:
SELECT * FROM JOB
I'd like the stored procedure to give me
SELECT * FROM JOB WHERE Job_No = MyIntegerNumberParameterHere
Any help would be greatly appreciated.
Thanks
Gordon
Gordon BOCP
Crystalize
I have a view and I'd like to turn it into a Stored Procedure so I can add a parameter. I will then pick the Stored Procedure as a source for a Crystal Report that I'm creating instead of the view that I currently use.
At the moment the view is:
SELECT * FROM JOB
I'd like the stored procedure to give me
SELECT * FROM JOB WHERE Job_No = MyIntegerNumberParameterHere
Any help would be greatly appreciated.
Thanks
Gordon
Gordon BOCP
Crystalize