Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

176
Views
Running stored procedure immediatelly

I'm currently in need to execute a stored procedure just before I load data into a table.

I've tried with a stored procedure activity but it still has a time (around 10 secs) to start the copy and it will interfere with other processes we have running.

Is there a faster way? I also looked at Azure functions but I dont think it should be that complicated.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

The only way I can think of running it immediately before doing the actual copy is at the pre-copy script on the sink tab of the copy activity.

Any query you write there will be run before inserting the data, so if your database is a postgres (as you tagged the question) you may write:

Call functionName()

If it was a sql server:

exec functionName

Hope this helped!!

enter image description here

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!