MSSQL 2008 Precision Problem
Hello everyone,I have a problem about precision range in MSSQL 2008. I am trying to transfer data from Oracle db to MSSQL db. One column in Oracle db has a precision larger than 38, which is...
View Articlehow to get return values from stored procedure to ssis packge?
Hi,I need returnn values from my stored procedure to ssis package - My procedure look like and ssis package .Kindly help me to oget returnn value to my ssis packageSET ANSI_NULLS ON GO SET...
View ArticleSSIS:name PasswordVerifier
Hi,In the SSIS project file (.dtproj) we have a property called PasswordVerifier like below:<SSIS:Property SSIS:Name="PasswordVerifier" SSIS:Sensitive="1">AQAAAN...</SSIS:Property>The...
View Articlesplit by & based on column name
I have 4 rows in 'dataset' table in 'result' field and it is seperated by ampersand (&). I want to divide one field into multiple fields based on field name. How do I do this in SSIS? I'am ok to do...
View Articleconnectiong to SQLServer in script component (SSIS)
HiI'm very new to SSIS but can't find the answer to this anywhere.I'm simply trying to connect to a SQLServer database from within a script component.I am doing this using a [Native OLE DB\SQL Native...
View ArticleSSIS Import Flat File to SQL: reuse source columns to populate SQL table
I have flat file come from external. The source fields are breaking into "atomic " such that the destination table will have to assembly into column. E.g.CustomerLastName = Column 2CustomerFirstName =...
View Articleemptying a folder using SSIS script task
Hi Guys,I am generating reports to a directory (folder), via ssis script task and C#.. I want to validate the following..1. Deleting all old reports except last 10 reports. My report name for example...
View Articlei have one column in that column i have numeric and string data but i want to...
Hi allI am new to ssis I have one column in that column i have numeric and string data but i want to load only numeric data into destination .for exampletable1 id123adcoutput...
View Articledimension merge transformation for sql server 2012
Hi,Has anybody tried Dimension Merge (former Kimball SCD) for SQL Server 2012?Thanks.Remember to mark as an answer if this post has helped you.
View ArticleSSIS job performance issues
Hi,I have an SSIS job that runs a view and the data output from that view is populated into a table on a different database on the same server.Until about two weeks ago this was taking less than 45...
View ArticleStrange - oledb data source preview shows results, but running results in 0...
So I have this as a command of a OLEDB source, and the preview shows a sample result set. Mappings are correct, builds with no errors etc. Works fine in SSMS. However, when I run this Dataflow task...
View ArticleVisual Studio does not recognize Integration services being installed Sql...
I am trying to modify .dtsx packages that we run daily in Visual Studio. However when I select edit all I get in Visual studio is an error that says integration services needs to be installed. I...
View ArticleCompatibility raw file from sql server 2012 to sql server 2005
Hi all I got a SSIS which creates40Raw file, from a SQL SERVER 2012 instance.I try to load files in SQL SERVER 2005, using a 2005 SISS, but got this error:"The file had bad version and flags...
View ArticlePowershell 3.0 script misbehaves when launched by SQL Agent job in SQL 2012
I have a Powershell 3.0 script that runs fine from the PS prompt on Windows 2008 R2, but when I execute it through an SQL Agent job in SQL 2012 I get different behavior. I was launching it as a...
View ArticleMulti records import
Hi All,I am cleansing data. The source table is:ID, DATE, COMMON_NUMBER,PRICE 1, 02/01/2013, 001, 20 2, 02/01/2013, 001, 10 3, 02/01/2013, 001, 25 4, 03/18/2013, 002, 5 5, 03/18/2013, 002, 10How can I...
View ArticleHow to insert VBscript in Script task in SSIS for Format Excel-columns?
I want to format the Excel columns by My macro code( it is VB)the code is SubDBMatch_InputFormat()' 'Macro recorded 8/8/2011by ngrant' Columns("A:G").Select Selection.NumberFormat = "@"...
View ArticleScript task edit on visual studio 2008 Integration Services project fails
I installed BIDS from SQL Server 2008 R2 installer. I have .Net Framework 3.5 SP1 and sql server 2008 R2 with SP2.I also have BIDS 2010 and sql 2012 installed on the same machine, which is working...
View ArticleThe ADO NET Source was unable to process the data. ORA-64203: Destination...
We developed a SSIS Package to pull the data From Oracle source to Sql Server 2012. Here we used ADO.Net source to pull the records from Source but getting the below error after pulling some 40K...
View ArticleReason to set MaxErrorCount along with Propogate value for Excel Files
Hi,I had an ETL earlier which processed CSV files from a folder. The requirement was to load the error files into a Rejected folder but continue to process all the files from the source Folder. This...
View ArticleCreating snapshot table:
Hi, Too start off, as part of a new project i have been given a query that i'm able to run in SQL Server Management Studio, this query uses 'MSDB' database to produce a current result of various job's...
View Article