SSIS package or sql job through web
Hi There,I have bunch of SSIS packages basically truncating and loading data, I have one master package to kick off all other packages, then sql job is set up to run master package on schedule...
View Articlehow to get the variables in console application from execute process task ?
Hi , In execute process task am passing 2 variables under expression -> argument type as @var1+" "+@var2.I received in console application as string Region= args[0].ToString().Trim(); string...
View ArticleTo run a SSIS package outside of SQL Server Data Tools you must install Move...
I am testing SSIS package that I upgraded from VS2005 project to VS2013 project. This is very simple package which just processes files and updates database based on those files. And I am getting odd...
View ArticleSSIS DB2-> SQL Server 2014 data migration issue (Timestamp -> DateTime2)
we are trying to transfer data from DB2 -> SQL Server 2014 database with identical schema with column types translated like db2 Timestamp mapped to sql server Datetime2 type. When using SSIS to...
View ArticleTransfer Database Task From Multiple files to single file
The source database is on 10 files, I need to transfer the database from the production environment to the local dev machines so we can develop and test against it. We want the local file just the...
View ArticleSSIS execution using DTEXEC in a batch script
Hi,Let me set the context first. I am executing an SSIS package using DTEXEC command in a batch script. The SSIS package takes an input text file(A.txt) to execute a stored procedure and updates the...
View ArticleSSIS 2012 Project Deploymeny Progressively Slower
I've noticed a gradual increase in the amount of time it takes for me to deploy a project to the SSIS Catalog. First of all, is there a way to deploy only specific packages or do I need to deploy the...
View ArticleUploading excel files in Sharepoint 2013 using SSIS
I'm looking into uploading excel files in SharePoint 2013 using SSIS. These excel files are generated every morning by some external system. Can anyone guide me how is it done?Thanks.
View Articleunable to connect excel source
Hi allI am using SSIS 2012, I want to load data from excel to OLDEDB .When i am using excel manager to connect , the table doesnot loadi changed the 64bit runtime to false also .What to do ? any...
View ArticleSSIS Cannot Find Renamed Excel File Until After Restart
I have an xlsx file as a source. I use a Foreach Loop Container to take an xlsx file that lands in the directory, copy it to an Archive directory and then rename it to a standard name. Outside of the...
View ArticleFile Connection Error After Server Deployment
I have a package that runs fine on my local PC, When I import it onto the server and attempt to run it, I get the "[Excel Source [2]] Error: Opening a rowset for "'Sheet1 $'_xlnm#_FilterDatabase"...
View ArticleHow to test a SSIS package while developming it?
Hi, I recently started learning SSIS. I have a question on how do we test a package to make sure that it working properly in development? My question is we may have to test it multiple times, but every...
View ArticleHow to look for a user ID in all SSIS packages and replace with another user ID.
Hi All,I would like to know the process to search for a word(in my case email id) in packages stored in file system and replace with another word(another email id). One of our colleagues left our team...
View Articlehow to change the format
Hi alli am trying to upload excel, but there were some issues so changed to CSV.Now when i connect to csv file and see the preview in connection manager the format is changed.how to regain format. ?i...
View ArticleError when loading server names in connection manager dynamically
HelloI am working on this project to dynamically load server names into the connection manager.When configuring my Data Flow Task -->OLE DB Source, I have this error (I'm still in design mode):SSIS...
View Articlemapping error flat source and oldedb source merged
destination table is create table emp4 (id int, name varchar(50), sal int, dept int, deptname varchar(50))source table flat file has :id,name,salary,deptanother oldedb bsoruce table has :...
View ArticleSSIS packages (VS 2012) work with VS 2015
We have various SSIS packages developed using VS 2012, SQL Server 2012. We are now upgrading to VS 2015 and SQL sever 2014.Will we be able to manage and update these SSIS packages from within VS 2015?
View ArticleTable With Id field in Destination Table
hi expert, i am new to SSIS, i have basic query regarding SSIS, i want to transfer my data from one Table to another,right,scenario is that, in Source Table, there is no any primary key define , but in...
View Articlehow to connect the previous flow ?
hi , i want the steps to run again . for eg. in the below image after the forEach loop i want the process again start from getting username.Any help appreciated :)
View ArticleExcel Connection Manager Can't Find Worksheets
I created a package using VS 2010 with an Excel Connection Manager that connects to an .xlsx file.Intermittently, the package throws an error stating that it can’t find a worksheet (even when I specify...
View Article