SQL Server Agent 2005 job runs but no output

Posted by alimack on Stack Overflow See other posts from Stack Overflow or by alimack
Published on 2010-04-21T13:36:19Z Indexed on 2010/04/21 19:23 UTC
Read the original article Hit count: 264

Essentially I have a job which runs in BIDS and as as a stand lone package and while it runs under the SQL Server Agent it doesn't complete properly (no error messages though).

The job steps are:

1) Delete all rows from table;

2) Use For each loop to fill up table from Excel spreasheets;

3) Clean up table.

I've tried this [MS page][1] (steps 1 & 2), didn't see any need to start changing from Server side security.

Also SQLServerCentral.com for [this page][2], no resolution.

How can I get error logging or a fix?

Note I've reposted this from Server Fault as it's one of those questions that's not pure admin or programming.

I have logged in as the proxy account I'm running this under, and the job runs stand alone but complains that the Excel tables are empty?

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about ssis