Load data into email and send as email in ssis
Hi guys,I have a task query data from OLE DB Source, write it to an excel file and then send an email using the excel file as an attachment.Please help!!me
View ArticleAttunity oracle connector Version 5.0 Error on Vs 2017 ; V4 on vs 2015
=================================== Error at Package [Connection manager "Oracle Connector 1"]: OCI error encountered. Error encountered while creating OCI environment (Microsoft Visual Studio)...
View ArticleSSIS import from SQL Server 2016 exports datetime as smalldatetime in error
A production server has just been upgraded to SQL Server 2016. When I now use SSIS Import in SSMS both 2008 and 2016 versions into a blank database under SQL Server 2008 the datetime columns are...
View ArticleError while loading data in excel with SSIS
Hello Guys,I'm getting the following errors when trying to load the data from oracle database to excel with SSIS package.Description: The requested OLE DB provider Microsoft.Jet.OLEDB.4.0 is not...
View ArticleSSIS question - loop through values in textfile
I am new to SSIS and am trying to create SSIS package.I have value per line in a text file. There is a table consisting of records with each of the values in the text file. The SSIS package should...
View ArticleHow to connect SSIS to an Advantage database
We have been asked to extract data (using SSIS) from an Advantage database - which is a set of .DBF files in a file system.Can anyone advise re how you do this ?i.e. do we need to download some sort of...
View ArticleADO NET data source doesn't accept dynamic variable?
Hi, I created an execute sql task to select max(date), then passed the result to a variable, then followed by a data flow which pulls data from ADO SOURCE (ORACLE), I used this variable as...
View ArticleFind unused packages
Hey all,I am trying to write a query in order to remove the unused packages (along with tables etc). So I thought to write something like the below query. But it's not so accurate as I don't count...
View ArticleError code: 0x80004005 when executing an SSIS package with a SQL Server...
Hi,I have received the following error with when executing an SSIS package with a SQL Server database as a data source where I have read only access; -Error: 0xC0202009 at my_SSIS_component,...
View ArticleBIML - How do I create table metadata from two databases?
I have been using the Automated Staging video as a tutorial and seeing if I can make it work for me.In the example it uses a single DB as source for the tables.I want to extend this to 2 DBs.So I...
View Articlecant get my toolbox back
Hi under vs2008, I've suddenly lost most of my toolbox items for ssis. I've done all of the remedies I see on line (eg choose items, rt click and reset toolbox, x out and then show toolbox again, x out...
View ArticleXML For Each Node, multiple Elements but no relationships to additional nodes
Good day,I have to import xml files, i used xml task when simple xml file with one elementbut now i have a file that has repeating elements (8000 is header and 8001 is additonal data of 8000)but when i...
View ArticleFor Each File get files starting with M8
Good day,i am looping through a folder, i would like to get all files containing or starting with "M8"i tried: M8*.*?Please HelpRegards
View ArticleTeradata Attunity connector in SSIS for Unicode characters
Hi AllI'm new to SSIS, using Terdata Attunity connector for integrating data flow between Terdata (source) to SQL Server (Target).SSIS package is getting failed because of length mismatch between...
View ArticleHow to export Data to multiple excel sheet from SQL server Table using SSIS
i have a Data in SSMS and i want to export them to multiple Excel sheet using two columns in the table as the tabs in excel. Example of My Source data looks like this: LoanID State TYPE...
View ArticleHow can i insert records to a database on a different server
Sorry I am pretty new on SSIS and have this question regarding how to load data to database.in my SSIS package, I have got a list of objects from one source(not sql server database, a different...
View ArticlePackage should Fail if the file exists in the destination
HelloI'm using Script task to check whether the file is exists in the Destination.I connected script task to data flow task.The data flow task out put is flat file. Is there any way to fail the data...
View ArticleSELECT WITH 886 COLUNS IN WHERE - Base in AVERAGE AND STDEV by column
I have a tablewith 886 columns being allFLOATtypeand 700000 row,would need to do a selectas below, butforall 886 columns.DECLARE @Min float, @Max float;set @Min = 0.9set @Max = 1.1SELECT [A], [B],...
View ArticleAzure: How to set up a connection to an excel file in azure blob storage from...
Dear All,I need to load data from an excel file to azure sql. I was able to load data from local file path to azure sql db. But, I need to read excel file from azure blob storage. My SSIS package is...
View ArticleSSIS AND SQL
Hi,I have a task, where I have a source table and a destination table. Source has 200 records and destination has 100 records. I need to compare the destination records with source and if there are...
View Article