Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a procedure as follow
create procedure up_names as
begin
select firstname,middlename,lastname from employee
end
How do you execute this procedure and output the records? No parameters to pass.
I've setup a job with tMSSqlsp-->tParseRecordset--->tLogRow
How do you configure tMSSqlsp and tParseRecordset?
I've followed the link and was able to execute the procedure and get data. Anyway to have the information fill automatically in tParseRecordSet when we click on Edit Schema. I end up typing each return columns and it doesn't have an option like Guess Schema.