Schema and Table name in Flat File Destination
Can we get the schema and table name details in the flat file destination along with table columns and operation details?
View ArticleAssigning results of Dynamic SQL to SSIS Variable
I have a statement that loops through a table and pulls out variables for top top row of that table. It then makes Dynamic SQL out of those variables, deletes the top row of the table and runs again....
View ArticleI have a sales date is found using pervious date using that sales date i want...
HI I have a sales date that is found using last year date kept in one function or table.and then i reffer that value in one more input condition like,belowlastyeardate==sales date()(i.e here sales date...
View Article"Root element is missing." - While using Sharepoint List Source in SSIS.
Hi Team,We are trying to import data from sharepoint list using sharepointlist source in SSIS. But the following error pops-up.[SP_SRC_SharePointList [67]] Error: System.Xml.XmlException: Root element...
View ArticlePIVOT error( error code 0xC0202090) in SSIS
Hi,SourceAs per requirement I should like below mentioned: It means Pivot the Records 1,2 into 1,2 as filds with Records of ALINSP--------- -------- ----- -------ALACCT ALCYC# 1...
View ArticleSSIS 2012 ISPAC and Project Naming Difference
Hi.We are using MSBuild with a custom activity to build and deploy ISPACs from SSDT BI 2012. We are building the ISPAC by calling the invoke process activity which inturn performs a build of the...
View ArticleExport of table where an nvarchar column rarely contains Chinese characters...
I have a table in a database that is controlled by someone other than me that has to be exported regularly and all the string columns are defined as nvarchar. I use SSIS to do the export and it works...
View ArticleImporting Access (.mdb) files into SQL Server using SSIS
Hello,I am trying to import a .mdb (Access) file into the SQL Server database using SSIS. But I can find the type of data source that i should use. It throwing error at every type that I tried. Can...
View ArticleSSIS Web Service Bombing (I am pulling my hair out)
Hi Everyone,I am trying to consume a webservice using the SSIS web service task. The task bombs hard (errors below). Could not load the proxy for the specified Web service. The error is:...
View ArticleBi directional MDS/ERP record updates
I am hoping someone can advise me on this.I am working on synchronizing product information between Master Data Services and an ERP system using SSIS as the middleman. Products will primarily be added...
View ArticlePostgerSQL Scripts to SQL Scripts
Hi,Am having postgreSQL script files, i want to convert the same to SQL scripts. Is there any online tool available to convert it or any easy way to convert it.Am not having any PostGre ODBC driver am...
View ArticleScheduling SSIS package in SQL Agent job
I have a SSIS package which has protection level set as DoNotSavaSensitive and a xml config file with all the connection managers.In this package, i have an execute package task which runs another...
View ArticleSSIS, datastage, Informatica ,OWB and ODI
Can any one give a summary of Advantages and disadvantages between these four etl tools?
View ArticleUploading File automatically using SFTP SSIS Task
I wanna upload file automatically to my client server on daily basis through SFTP SSIS task ...In past i have downloaded the files using WinScp but i dont know how to push(upload) file daily using SFTP...
View ArticleShould be simple but I just can't figure it out...Join / Lookup / from to
The actual situation is a bit different to this, but lets keep the question simple!I have an Excel file like this: PrimaryID SecondaryID 1-103JG6 1-103JGF 1-17DB8K 1-1S2-845 1-17G09G 1-1MFB5U This data...
View ArticleWMI data reader task with C#
Hi Guys,Basically I am a dba, I am completely new to SSIS...and know basics about c#, I've got a requirement to collect information about sql services on mulitple database servers and other...
View ArticleSSIS doesn't extract some date
Hi everybody,I create a SSIS package to extract data from SQL Server DB to Data Vault DataWarehouse. The package extract data date from date. So I indicate the start and end date in parameter to the...
View Articlequestion of database server,for one user can use impersonate with delegation...
Hi may i ask a question i have asp net project and the deployed server is srv-deploy.this srv-deploy should access 2 different database server,we say srv-db1 and srv-db2. then the same asp net...
View ArticleHow to the run the same SP multiple times with differenet parameters more...
Hi,We have an SSIS pacakge where there is an Execute SQL task which has code like :EXEC samplesp 'tbl1';EXEC samplesp 'tbl2';EXEC samplesp 'tbl3';'''EXEC samplesp 'tbl15';The stored procedure "samplesp...
View Articleprocess two csv files at a time
SSIS 2008 R2i have .csv files that are in combinations of Folder1key.csv and data.csvkey1.csv and data1.csvkey2.csv and data1.csv... keyX.csv and dataX.csvFolder 2key.csv and data.csvkey1.csv and...
View Article