Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 sql push job failing

Author  Topic 

sqldoubt
Starting Member

17 Posts

Posted - 2010-06-30 : 14:08:33
I have a scenario where I am getting data from satging to destination database. This could be in append mode or reload mode.
Data loaded using append mode is stored in intermediate table. From there it is sent to destination.

Once I get the data I am running a job. But the job is failing and the error log is giving message that upsert failed. I have no idea why the job is being failed.

If I delete the data in intermediate table, and run the job, then it is working fine. Else it is failing.

Plz help

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-06-30 : 14:19:48
You're going to need to post the code as well as the error.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -