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 / saaron
When you deploy SSIS packages to run from SQL Agent jobs;
you have to specify the Configurations file which should
contain the essential details for executing the package
such as 'Connection Managers', 'Variables', Sources and
Destinations defined and others as per the developed
packages. Also, the underlying tables need to be
subsequently taken care to match the refreshed metadata
from the mappings in the DFT in the package.
This is an open-ended question and you must be prepared to
talk a bit more about the troubleshooting involved in SSIS
Package development and deployment.
All the best,
Hope this helped,
Regards,
SaaroN
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How and why use sql server?
last function used in MS Access to convert sql what function will use in sql
How many triggers are possible per table?
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
What do you understand by recursive stored procedures?
what is the difference between delete table and truncate table commands? : Sql server database administration
Explain how many types of relationship?
how can you attach more than 20 ldf files in sql server
Name some of the open source software that you can use in alternative to SSR?
What do you understand by triggers?
What samples and sample databases are provided by microsoft?
What is efficiency data?
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
What is acid mean in sql server?
What is a transaction and why is it important?