python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to run series of values through stored procedure
I have a stored procedure that I need to run a list of values through and output into a temp table.
This is the SP: EXEC [SP_ReturnHTML] @zoneid, 1
The first value, I assume, will be a variable and th...

jw11432
Votes: 0
Answers: 1
SSIS Execute SQL Task continue execution after completion of Oracle stored procedure
I have an Oracle stored procedure I am trying to execute in SSIS Execute SQL Task. This stored procedure involves refreshing materialized views. For each and every step completion we are logging it in...
PK1128
Votes: 0
Answers: 1
Stored procedure to create view with dynamic ID based on another table
I have a little problem with creating view based on another table.
My first approach was to create variable and assign length of the table to variable, then create view and in loop insert dynamically ...
Wilk Rafał
Votes: 0
Answers: 1
Postgres Exception handling in stored procedure to continue the process
Database is postgressql.
I want to call five stored procedure in on stored procedure that is master_call_all() and need to handle exception after every call. So if any error occur it raise the excepti...
Raghav
Votes: 0
Answers: 1