Please do the following tasks. All tasks should be in a single package
Read set of files from local folder one by one. The files have the fields "Email" and "Name". Transfer the data from txt file to a table called "User_Info". This table having this field structure...
View ArticleHow to Declare a variable in Execute SQL task to Insert a row..?
Hi There, I need to Insert two rows into a database table in a SSIS Package. I am planning to add a Execute SQL Task. However I am not understanding how to write this query. Insert Into Table...
View ArticleFAQ - SSIS Information, Webcasts, Tools, Add-ons, etc...
To add to the list, simply contact one of the moderators around here, or post a reply to this thread. Microsoft Reference Material SQL Server Integration Services Portal on MSDN - videos, whitepapers,...
View ArticleSSIS Execute SQL task - The type of the value being assigned to variable...
Hi I have one issue that I am trying to insert data from Source DB to destination DB. Here table name should be dynamic. Insert Into @DTableName (@Columns) values Select * from @STABLENAME In Query...
View Articlelooping thru worksheets (aka, tabs, tables...) in Excel
I searched the forum and came upon the following instructions on how to do this. To loop through Excel tables by using the Foreach ADO.NET Schema Rowset enumerator 1. Create an ADO.NET connection...
View ArticleTest King - MCTS Questions
Can anyone confirm Test King is a reputable supplier for test questions for Microsoft Exams and can anyone give any indication of how many questions they provide in their package? (I have been...
View Articlehow to copy excel files to sharepoint
hi, how to copy excel files from my C: drive( from remote desk) to sharepoint unc path (\\sharepoint.corp.********.com\sitename.......) PRO GRAMMATICALLY using ssis package. and i have to schedule...
View Articlehow to get file name from foreach loop
i have a for loop inside that i have put a script task ... inside that script task i want to show a message box with file name from the foreach loop... i mean in the first..when the foreach takes the...
View ArticleUnsuccessful execution caused by an unavailable resource. Reason code:...
Hi Am getting the following error message when the sql agent runs the deployed SSIS Package. We are loading records from DB2 Database (source) to MS Sql Server 2008 (Destination). Error Error:...
View Articlehow to make the one Filewatcher to wait till another one finishes it...
Hi We have the following scenario for FileWatcher Implementation. We have a folder in share drive lets say (\\ussby302\MABCD\).An UI application lets say a windows or asp.net application place...
View Articlehow to get file name from foreach loop
i have a for loop inside that i have put a script task ... inside that script task i want to show a message box with file name from the foreach loop... i mean in the first..when the foreach takes the...
View ArticleCalling SSIS package from another server to select data on a third server -...
Hello everybody, I install SQL Report 2012 into a failover farm of servers to store databases and jobs dedicated to the datawarehouse (call it SQL-DWH). As SSIS cannot manage the failover, I install...
View ArticleHow to SUBSTRING In the Script Task
In the script task how would you do something like this..... If the file name is like 'NAV Performance%' or substring(filename, 1, 15)='NAV Performance' then run this code begin...
View ArticleFailed to decrypt protected XML node "DTS:Password" with error 0x8009000B...
we have developed packages to do the followings Extract data from DB2 Source and put it in MS Sql Server 2008 database (Lets Say DatabaseA).From MS Sql Server 2008 (DatabaseA) we will process the data...
View Articlecheck point
hi i created a package in ssis..in that project i am having 3 package and 1 master package.now i want to create a check point file for this..i am newly for this check point process.. so i m having...
View ArticleSqlServer2012
hi friends, what are major changes happen in sqlserver2012 compare to sqlserver2008
View ArticleHow to create dtsx file and how to see what it execute after passing parameter
I am a new user of writing loading package Microsoft.SqlServer.Dts.Runtime.Application i read other people's program about importing thing. but still do not understand what is the goal of it. How can i...
View Articlescheduling ssis package fails to post file to unc sharepoint path
I have created SSIS package where it copy files from my local drive (c:) & post it to SharePoint path(\\sharepoint.corp.*******.com\DavWWWRoot\sites\sitename....) SSIS package works FINE no...
View ArticleExecute pacakge task error.Error 0xC0012050 while preparing to load the...
Hi I am getting below error,when I am executing parent pacakge.If I run child packages individually,then they are working fine.I ahve problem with parent pacakge only. Error 0xC0012050 while preparing...
View Articleloop through excel xlsm files to import data
Hi guys. i am getting a serious problem in ssis. i have a set of excel files "xlsm" (Macro Enabled). i want to import data from these files to sql server database using ssis. Initially i was doing the...
View Article