Applications are stuck not getting downloaded in the client cache
Hi All,In our environment we have SCCM 2012.... The Applications are not being downloaded on few of the VM systems.Check the DTS log in the client system:Starting BITS download for DTS job...
View ArticleHow to count # of occurrences of a character inside a string?
I have a string of characters in my data flow and I need to add a derived column showing the # of times a certain character appears within that string. For example, my string in the data flow is:...
View ArticleHow to trigger a SQL Server Agent job by some external event?
Is it possible to create an external event that can trigger the SQL Server Agent Job?I know of a possible solution to call SSIS package through SSRS report. But Micrososft doesn't recommend this to be...
View ArticleImprove Data load perfomance in OLEDB command
Hi All,I designed SSIS package that loads Data from Sql Server 2012 Stage table to SQL server 2012 DWH(Data Ware House) Table.In My source table having 42k number of records, While at the time of...
View ArticleA couple of questions to help decide whether SSIS is a good fit for a large...
Gurus!I am trying to build a solution for accepting input files coming in from a file feed, reading data from files contained in them, and transforming them to a target text file in a predefined layout...
View ArticleMaking the Excel File ready only after copy and rename
Greetings!I've created an SSIS package where it does the following -1. Import data to Excel file (foo.xlsx) which is in Folder C:\Test2. Next, that Excel file gets renamed by appending datetime stamp,...
View ArticleGenerate SSIS Docmentation
I have been trying to find a simple way to document SSIS packages...I've found a couple of third party tools that will document database artifiacts - including SSIS packages and SSAS objects, but these...
View ArticleCreate folders and sub folders if it doesn't exists.
Greetings !I have a package where it imports data into a Excel spreadsheet. Now, I need to move this spreadsheet after creating the folders (based on package run date) like Year - > MonthName - >...
View ArticleBetter option than data flow task for moving 1 million rows from one server...
Im building a new package to move some data from one table to another table thats on a different server. There are 1 million + rows. Is there a better way than using a simple data flow task for this?...
View ArticleUnable to load data from flat file with column fixed width and there is no...
Hi Guys,I am having a flat file which is fixed width and there is no row delimiter at the end.and in our layout each column has assigned a fixed length and flat file we get the same with columns having...
View ArticleDTS to SSIS migration(handling Active X script in Source of a DFT)
Hi -I am working on DTS to SSIS migration. In DTS package a Dataflow task(Data pump task) which is transferring data from mainframe source to a Database(SQL server) table. The activeX script is used in...
View Articlehow to trim decimal points upto two values by ssis expression
in my source i am getting one column value like 100.9824645335454856i want to trim it to 100.98 what expression i hav to write in derived columnany one please give solution for this
View ArticleHow to find the properties of a flat file(.txt) when defining ssis connection...
Please Advise!! I have to import data from a .txt file using SSIS package into sql server.HOW CAN WE FIND(KNOW) THEa) Formatb) Text Qualifierc) Header row delimiterd) Row Delimitere) Column Delimiter...
View ArticleDeploying SSIS packages (created in Visual Studio 2010) to SQL Sever 2008 R2
I’ve developed the SSIS packages in Visual Studio 2010 and I need to deploy these packages that loads data into SQL Server 2008 R2. I came to know that, we can’t deploy because the SSIS doesn’t support...
View Articlereplace value
How do you replace a failed value with null so the entire row doesn't fail?
View ArticleArithmetic Overflow error when loading data through SSIS package
Hi,I have a situation where once in 2-3weeks the SSIS package loading a table with ID column as Identity column throws Arithmetic overflow error. When i delete the records loaded in that run, reseed...
View ArticleConnector for Oracle Fixed Asset Module?
Hi,Are there any connector available for SSIS to integrate with Oracle Fixed Asset Module (I guess that's a part of Oracle E-business suite)?
View ArticleSSIS, WSS, and RS
What I am trying to do is create a simple SSIS package that will get a result set from a SQL stored procedure, take that result set (two fields with 'N' number of rows), and generate one RDL file which...
View ArticleIntermittent failure to enlist in DTC transaction
Our packages are randomly failing with the following error message:SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x8004D00A.COM error object information is available....
View ArticleHow to handle the read only Custom Properties like 'Column Type' while...
Hi,I am trying to create the fuzzy grouping transformation using VB .Net. But output alias for the Similarity score does not come. So i tried to add the Similarity output columns to Output Columns of...
View Article