how to join two data sets with no common column and with different structure
how to join two data sets with no common column and with different structure
View ArticleDTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER error code 0xC0202009.
Hi All,I have a package with transactions implemented with required and I am trying to run the package on the production server which results in the above error. The google has thrown following answers...
View Articlewhat are ETL best practices
Hi Forum,What is the best practice to move huge volumes of data from legacy to SQL SERVER . im looking around 900k records that have been indexed, partitioned by years . i'm trying to move by date...
View ArticleErrors importing file in SSIS when upgrading from 2005 to 2012
We are migrating to 2012 and all is going well except for an SSIS issue.We nightly download a financial file from an external provider. An SSIS package then loads this into a table using a flat file...
View Articleftp,unzip and script task
hi all,I am having ZIP files in FTP folder, the file names will be like file_2013_04_25, file_2013_04_26. We need to pick the appropriate file, as new file will be dropped every day morning 7:00 am and...
View ArticleExpression
I have two variables which are Boolean. I have put in the following expression as part of my constraint editor on a flow, but although InputError = false and InputHighlights = true, the package does...
View ArticleRemove all special characters from a string..
Hi how to remove all the special characters from a string like,Kumar, Hi.Ram$ siddig.
View ArticleSQL Server Agent 2012 Passing Paramaters
Hey I have an SSIS package with one Parameter , Destination (string)SQL Server Agent 2012 Using SQL server Agent under [Job Step] --> [set Values] I have set the[Property Path] --...
View ArticleUsing a View that uses OPENQUERY to an Oracle linked server fails
I have a view on a remote server that JOINS data from SQL tables and an OPENQUERY to an Oracle linked server. From my dev server, I can connect to that server in Mgmt Studio and query that view no...
View Articlessis 2005 writes the records in the excel file without the data from source.
ssis 2005 writes the records in the excel file without the data from source.I have a csv files as a source, the data from the csv file are checked in the tables, if it is not found then it is inserted...
View ArticleError Running SSIS Package of GP Cubes
Hi All,The SSIS package(of MS Dynamics GP) is created by Microsoft and it was working smoothly fine until now. Here is the SQL History Log file:��Date,Source,Severity,Step ID,Server,Job Name,Step...
View ArticleSSIS SQL Import Export Wizard
Fellow SQL/SSIS ers.I am using the Import Export wizard. I have come across a question that I really can not feel it is answered. When you select a text file as destination, Unicode is enabled for you...
View ArticleSQL Server 2008 Import/export Wizard does not identify some of the datatypes.
I am using SSIS Import export wizard to copy data from a source database to a destination database. During column mappings, SSIS import export wizard showed numbers instead of data type (ie 129 for...
View ArticleScript Tak Error
Hi In a package i have a script task to check if a file exists or not and then based on the conditions to process the packagePublic Sub Main() ' ' Add your code here Dim di As DirectoryInfo = New...
View ArticleExecute Process Task - Arguments as variables
Hello AllI'd like to know how Arguments in a Execute Process task can be represented as variables. For example, I have two arguments that are passed to an executable. Just for some background (but...
View Articledtproj and dtsx in Visual Studio 2010?
I have some SSIS packages (dtsx) in a sln and dtproj that were created in VIsual Studio 2008. I went through the conversion process in Visual Studion 2010, but when I try to open them, I get an error...
View ArticleHow to pass parameters to a package using a Execute Package Task
Hi, I am calling one SSIS package from another using the Execute Package Task.I also need to pass a parameter to the called SSIS package.Can I do this? If yes, how? If no, then what will be the...
View ArticleUnable to Run SSIS Package Through SQL Agent Job
Hi, I recently upgraded SQL server 2008 R2 to SQL Server 2012. I also upgraded all the packages on the server. The package runs fine from BIDS. However when I try to run the package through the SQL...
View ArticleFlat file import gives Null value in destination table
I have two columns in a flat file that have 1's and 0's for data in both columns. SSIS is pulling both columns in as string [DT_STR] and the desination table columns are both [SCORECARD_ELIGIBLE]...
View ArticleMove records with Image datatype column from database on one server to...
Hi Experts,How can i transfer table records (having image datatype column with huge data) from database on one server to database on another server.Issue detail :I have to transfer records (with...
View Article