Add ForEachLoop in SSIS 2012
Hello, I downloaded SSIS 2012 (beta) and try to learn it. Lession 1 can be done without problem. Now I proceed to add ForEachLoop at step 3 in lesson 2. In step 3, it needs to modify the Flat File...
View ArticleModify a deployed SSIS package saved in the Integration Services Catalog
I have a packages deployed to the Integration Services Catalog in SQL 2012. Is there a way to modify the package or view the deployed package using BIDS? We have a scenario that we need to see how...
View ArticleOracle Connection Issue
Hi, I am using SQL Server 2005 on a 64-bit machine and trying to connect to oracle 10g 64-bit database and when i create the connector i can view the datasource(the connection succeds),but when i run...
View ArticleSSIS: Transfering Data from internal DB to external db (site-to-site)
Good Day, I am working on a package (modification) where I want to transfer data directly from an internal DB to an exernal (Site-To-Site VPN). I have the connection manager set up and when I run it...
View ArticleExecuting Package from a batch file gives error
I am executing a SSIS package through bat file using the following command:"C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTExec.exe" /f "C:\Test.dtsx" /ConfigFile "C:\testconfig.dtsConfig"I get...
View ArticleHow to create a fixed width flat file, useing column types and lengths from a...
I`ve been stuck on this for a while now.I`ve worke dout how to pull the data from a database table into an XML file and then from the XML file into a recordset.Now I need to dynamically create the flat...
View ArticleImporting mutiple query tables data into single sheet CSV file
Hi ,I have a situation where we have to move data from multiple sources data into one CSV file likefor eg:- first table data ( select * from table1 ) oledb source goes to csv destination file1...
View ArticleSSIS Data Import
I am currently importing data from a flat file into SQL Server 2008 R2 (using SSIS) in the following format:RawData_ID Station_ECID DataDate [00Hrs] [01Hrs] [02Hrs].......[23Hrs]...
View ArticleStill buggy Text Qualifier function when importing Flat files?
Hi,I'm using SQL Server 2012 and try to import a flat file where the data looks like this:"Column A";"Column B";" Column C"; ...I set the double quote as Text Qualifier and the Preview is...
View ArticleImport/Export Wizard truncating text fields to 255 characters
Using the SQL Server Import/Export wizard truncates the source column to 255 characters. I read an article that said to use the custom query option, but not sure how to write that to be honest. I tried...
View ArticleWho can share some knoledge about SSIS?
Hi all,Who can share some Vedio about SSIS? Really thanks.
View ArticleConnect databases to website?
I'm creating a website for a school project. I'm using Expressions Web 4. In my database, which is stored on the school server in SQL Server Management Studio 2008 R2, I have several tables.How do I...
View ArticleConnect databases to website?
I'm creating a website for a school project. I'm using Expressions Web 4. In my database, which is stored on the school server in SQL Server Management Studio 2008 R2, I have several tables.How do I...
View ArticleOLEDB SOURSE is take more time.....
Hi,I am excuting one quey in sql server it took 2 min..but same query i am using in oledb sourse it is taking 17 min is taking to retrive the data...can you tell me what is the issue...how to resolve...
View ArticleSharePoint and SSIS
Hi All,I am using SharePoint list as source for my DWH project and i am using SSIS to do ETL. I have successfully configure the site in SharePoint list and load the data into tables. Here i need to...
View ArticleBest Way to Migrate Data
I have data like the following: :PK Desc InsertedByUserID UpdatedByUserID1 Johnny 13...
View Articleloop thru columns and find isExecute =1 and loop the name column in dataflow...
I have table with record isExecute = 1 and 0 value. I need to get the columns isExecute =1 and loop the name column into my set of data flow tasksShanmugaRaj
View ArticleRead from same Excel file with multiple sessions
Hi Friends,I have one excel file that I use as meta data. My SSIS can be scheduled and ran multiple instances at the same time. The problem is that when the first process opens the excel file to read...
View Articlecharacter map transformation
Hi, I can see good features in Character Map transformation, but I am unable to understand the fallowingwhat is mean by byte reversal? and when it is used?whats about converting full width to half...
View Articlewhere are the SSIS packages?
Hi Everyone,Here I got a problem. I have a job. When I doulbe click it in SSMS 2005-> click steps-> edit-> package, if I click "..." on the right, it is showing me a SSIS packages folder which...
View Article