SSIS importing and creating tables from XML
I do apologise, this is a beginner SSIS question but I am not really sure of the resources to use.If I have an XML without an XSD what is the best way to create and import data in SQL Server? I know I...
View Articleexport Integration Services Catalogs project using powershell
We can manually take backup of existing "Integration Services Catalogs project" by right click on it and give "export" option which will give an .ispac file. I am trying to automate this export...
View ArticleData Flow: Can not connect to SharePoint List - The remote server returned an...
Hi all,I am trying to connect to SharePoint (2010, on-premise) using SSIS 2012. I downloaded the SharePoint Adapter for SQL Server 2012 and am following the MSDN tutorial on "Extracting and Loading...
View ArticleStrange with sys.triggers
Hi Guys i am using follwing script to create trigger on table through ssis package which can populate W_UPDATE_DT with getdate() if a column in rows updated it was fine, but now even though the...
View ArticleImport oracle data into ms sql.
I'm using - Destination - Oracle driver - oraOLEDB.Oracle.1 (native ole db\oracle provider for ole db)Source - SQL driver - microsoft ole db prover for sql server.I want to import data from sql server...
View ArticleSSIS ETL PROJECT JOB IS STILL RUNNING WITH NO ERRORS
hi,I started SSIS ETL JOB morning. actual duration time for etl job is 6 hours. 6 hours is over but still running that job and not showing any errors. how to troubleshoot. I see view history in job...
View ArticleSSIS 2012 Project Deployment Wizard "Out of memory" Exception
Hello,I encounter "Out of Memory" exception when trying to deploy SSIS Projects to SSISDB catalog using the Deployment wizard invoked through SSMS. A screenshot is attached. The error occurs at...
View ArticleRESPONSE REQUEST: SSIS Gurus Please Connect with Internet of Thinkers (aka...
May the Thoughts be with you!Well, a small nod there to Star Wars day, and we turn our thoughts to more the serious matter of ingesting the more valuable brain telemetry from and to our very own...
View Articlecopied data from text file to db. After this need to transfer data to another...
Hello,Hope to find everyone in good health.In control flow I successfully created a task which will copy data from text file to a table named abcback.Now I want to transfer data from abcback to abc...
View ArticleUpdating SSIS task standard properties window
Hi, If, in an SSIS package, you put an instance of an 'Execute SQL Task' task in the Control Flow, in the Properties window, you can see the properties of the task, for example CodePage. If you...
View ArticleSSIS oData Source
Hello, I am trying to access the SuccessFactors oData API through the SSIS using the oData Source component. I am able to access the feed through the web browser without any problems but it doesn't...
View ArticleThe data conversion for column "MyColumn" returned status value 2 and status...
I have a flatfile datasource with quite a few columns. On one column I set the datatype to 8 byte signed integer. It worked but then i realized that a 4 byte would do, so i changed it to 4 byte and...
View ArticleCannot see SSIS package in drop down list when setting up SQL job
I have an SSIS package created on SQL Server 2005. I have moved this to a SQL Server 2008 R2 server and amended the package on this new server to point at the correct databases.The package runs...
View ArticleImport different excel file with different schema to different table in SQL...
Is it possible to import different excel file with different schema to different table in Sql Server dynamically.Let say i have two .xls file 1. Employee.xls(empid,...
View ArticleError running a Fuzzy grouping process
Hi, I have a table that I need to identify similarities so I'm running a Fuzzy Grouping Process. I'm getting the follow errors and I can't identify the problema since all the fields are varchar, except...
View ArticleCheck Point in SSIS
Hi I have Simple package with DFT with Source and Destination ,check point is enabled to the packageI Have 100000 rows from source , while 5000 rows transferring and committed in destination i lost...
View ArticleThe execution of a SP in SSIS returns nothing
Until now I've been looking for a possible solution to the execution of a sp from SSIS, but anything seems to work. I´ve got a sp:CREATEPROCEDURE[DBO].[SPIDENTIFIERS]@IDENT NVARCHAR(MAX) OUTPUT What I...
View ArticleSSIS ADO.NET Connection Configuration with MySQL
Hello, I am trying to configure ADO.Net Data Source within SSIS. Although I cannot seem to access the databases.Any tips on what may need to be required with configuration setup ? I thought all was set...
View ArticleERROR [HYT00] Timeout expired On SSIS Package Execution
Hi,We Develope one .dtsx package in SSIS 2008 to Extract Data from IBM NETEZZA Database.. For this we are using "netezzaoled" and "netezzaodbc" 64 bit drivers for this. we created connection with...
View ArticleUnable to add reference in BIDS 2008
Hi there, I am trying to build packages Programmatically, added a Script Task and tried to add some references from DLLs. I got an error message showing that there is no template found, and from the...
View Article