A successfully created SSIS package in SQL Server 2005 runs
fine in MS BIDS and Integration Services. But gives error
when run through an SQL-Job. What are the possible reasons?
Answer Posted / abhi
most common place to check for this kind of error is services. by default sql server agent is manual start and is disabled. so we need to start the sql server agent to run the sql server jobs.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is report rendering ?
Please illustrate physical database architecture? : SQL Server Architecture
How do triggers work?
Define self join?
How sql server enhances scalability of the database system?
Explain nested trigger in sql?
What is lookup override?
What is a scheduled job or what is a scheduled task?
What different steps will a sql server developer take to secure sql server?
explain different types of cursors? : Sql server database administration
Where do we use trace frag?
What is the purpose of a table?
Explain different backup plans?
What are the disadvantages of merge replication?
How to turn off warning messages during php execution?