Link to home
Start Free TrialLog in
Avatar of toheeb bello
toheeb bello

asked on

0 down vote favorite INSERT INTO Test EXEC p4_Proc

I don't want to use a temp table. I want the information from the store procedure to go to a table I have created. The store procedure only generates 5 columns but I have added a date column and another column that requires update from time to time. So want am trying to do is to make the stored procedure to fill in the date column with a getdate()/date and time of when the stored procedure was ran and update the other column with the new information entered from the application
ASKER CERTIFIED SOLUTION
Avatar of Jim Horn
Jim Horn
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of toheeb bello
toheeb bello

ASKER

Thanks Jim, so what I did was to insert into the Stored procedure the new column as advised.

Thanks for your help.
Thank Jim for your help. really appreciate