Test connection failed because of an error in initializing provider....
Hi guys I have google'd this but the information is sparse I have a access mdb file (access 2007 -2020) I simply added in New OLE DB connection selecting Native OLE DB\Microsoft Jet 4.0 OLE DB...
View ArticleHow to call oracle procedure in SSIS 2012 ?
Hi,I am facing problem to execute a procedure with single parameter calling in the execute sql task in SSIS 2012.I tried with parameter mapping as well as show below:DECLAREBEGIN...
View ArticleHow to pass table name to create output file dynamically?
I have one package with 2 connections (1 is SQL Server Source and other is Text File Output). Ideally, I want to use the same package 4 times to create 4 files (one file per table). Is it possible to...
View ArticleSSIS 2008 Connection Error
Client: Win7 using SSMS2008Server: Windows Server R2 and SQL Server 2008Login: Domain Account in both client and server's administrator group.I'm trying to connect to Integration Services via SSMS2008...
View ArticleSQL Agent Login Failed for User
Hi All,I have a SQL Agent job however it fails with the error message that I added belowDescription: The LoadFromSQLServer method has encountered OLE DB error code 0x80040E4D (Login failed for user...
View ArticleSSIS Package for refreshing data and updating
I run my select query and pull the data from the couple of different servers(source) for the first time and subsequently I need to be able to refresh the source and be able to update my table with...
View ArticleSSIS Oracle datasource returning null values when there is data
I have a rather long query that returns data Memberid when I run it in TOAD. But when I use the same query in an SSIS data source, every value for Memberid is null, even though the query on TOAD...
View ArticleWhat is the best way to create a development database?
What is the best way to create a development database or a mirror of the live database? I scripted the database and files, but now that I'm trying to load the data from one DB to another(on the same...
View ArticlePulling Data from excel source into oledb destination by separating null rows
Hi I am trying to pull data from a man made excel sheet into the SQL tables.This is macro enabled excel 2010 spreed sheet.The chanllenges I am facing right know are :1. To get ride of the side...
View ArticleHow to split excel data to two db tables based on gender while importing into...
How to split excel data to two db tables based on gender while importing into sql.Ex:Name Gender Ravi MRaj MLatha FSwathi FThanks in advance.
View ArticleSSDT cannot load Package.Dtsx
Hi everyone,I have the following environment to develop an SSIS Package : Windows Server 2008 R2, 2 instances of SQL Server 2012 installed (Express and Standard) and SSDT installed. The services of SQL...
View Articlepulling Version History from SharePoint using SSIS
Hi,I am wanting to pull the Version history from SharePoint to a database using SSIS. Can you please help? Thank you.Kind Regards,Darragh Farrell
View ArticleSSISOutput variation between SQL Server Integration Services 2012 and SSISDB
Hi,Running the Package that was stored in SQL Integration Services on SQL Server 2012 1. Run using dtexec command 2. Results in SQL, Query took 4:31 mins.. to execute. And detail steps were...
View ArticleLoading Tables Dynamically
Hi all,I have one requirement to load the linked server to sqlserver database.Every quarterly tables will increase.for suppose this quarter I have 19 tables and next quarter 19+10. all tables loading...
View ArticleSSIS 2012 Package Connection Manager - Retain Same Connection across...
Hello,I was wondering if it is possible to retain the same connection across Parent/Child packages using SSIS 2012. I know that I can simply pass the connection string to the child packages, but the...
View ArticleHow to get part of file name parsed to the columnns in SSIS
Hello All,I have a variable with filename which is dynamically set in ssis , the filename is not always same which means it can beEX14 ABC_20130125.csv EX2014 ABC_20130125.csv so I want to get the...
View ArticleParsing data with SSIS package
I want to load data from a spreadsheet into a sql table. One of the ten columns in the xls contains multiple bits of data. I want to parse the multiple bits into two columns in a table. For example:-...
View Articleremove time stamp from datetime value in a column
HII NEED TO REMOVE TIME STAMP FROM A COLUMN FROM DTIME TIME FOR EXAMPLE I HAVE COLUMN WITH VALUES 2013-03-27 00:00:00.000 2013-03-26 19:01:00.000 2013-03-26 00:00:00.000 2013-03-25 19:01:00.000...
View ArticleSSIS package runs from MSDB but not from SQL Server Agent
I have several SSIS packages that are located in the Stored Packages MSDB folder. When I run them from there they work fine. I created a job in the SQL Server Agent that should be able to run all my...
View ArticleError while importing data from Excel to SQL table
I am trying to load data to my sql table from an excel sheet and I am getting this error.Any suggestions on where I am going wrong? The error message is not very friendly to me.
View Article