Parsing Non-Standard Text File using SSIS script component.
I have a ":" delimited text file which is like below Hospital Outpatient Profiles(HOP)(1) Patient Characteristics ---------------------------------------------------------------- Patient Gender(4)...
View Article,Converting DT_I4 into DT_DBDATE
Hi All, Need some advise and help. I have a table which has date columns defined as Int, as part of transformation process I need to populate fields into staging and do some data manipulation on them....
View ArticleWQL Object reference
OK, not strictly a SQL Server question, but it relates to the SSIS WMI tasks. Can anyone point me towards any decent reference material for this? Particularly in terms of definitions of objects and...
View ArticleAutomate the SSIS Package Job
I have to create an SQL Server Job to run the SSIS package daily on scheduled timings. The SSIS package will import .XML and .png (Screenshots) files from local path to the SQL Server database. The...
View Articleneed help creating a SSIS script task for ftp to receive files
I normally use the FTP Task in SSIS but I'm trying to connect to an IBM Power7 running UNIX and SAP. The reason I can't use the FTP task is because I have to change a FTP attribute on the IBM to allow...
View ArticleSSIS Server Hardware requirements for the best perfomance??
I creating a SSIS server, this server will consume a database, execute the package one or two times per hour, on each execute will process 100 000 rows, It's better use SSIS server in the same SQL...
View ArticleSSIS executing 2 packages within a package.
Hi I am runnig a SSIS package in 2005 which decides which of the two packages to run. There is a C# script that check which file is in a folder and if it's file A, package A runs and package B if it's...
View Articledifference between nonempty and where clause in mdx
Hi, This may be very basic question. What is the difference between NONEMPTY and WHERE clause. If you see the below 2 mdx queries. Query1 select {[Labor_Periods].[Total Year].[Qtr1].[Apr],...
View ArticleUpdating cube using writeback when processing the partition using...
Hi, We have a cube which contains only one partition(Writeback enabled). This partition is having proactive caching enabled. **Issue** We have a client application which writes data to this partition...
View ArticleImport Multiple Flat Files to Multiple tables
Hi, I need to import around 250 Flat files with different schemas to their corresponding Tables. I have tried using a Dataflow task with for each loop to assign FileName Var to Table Var in OLEDB dest,...
View ArticleWhy space more for staging Table compared to main tables
I have used below query to get space for tables. I have one doubt... http://www.databasejournal.com/features/mssql/article.php/3733996/Find-space-Usage-by-Table--Schema-in-SQL-Server-2005-and-2008.htm...
View ArticleCONTROL-M ON MAINFRAME AND SSIS
My shop runs lots of mainframe Cobol jobs, many of which are submitted by Control-M. I'm a developer who's not really familiar with Control-M (in our shop it's the Computer operators job to know how it...
View Articlehow do you populate 1st record to 1st target,2nd record to 2nd target,3rd...
i need need to package like this
View Articlewe have a target source table containing 3 columns: col1,col2 and col3 there...
col1 col2 col3 a b c There is target table containg only 1 col.design a mapping so that the target table contains 3 rows as follows: col1 a b c
View Articlehow to concate row data through ssis?
source: ename empno stev 100 methew 100 john 101 tom 101 target: ename empno stevmethew 100 johntom 101
View ArticleArchiving complete tables
Hello All, SQL instance - SQL server 2005 I have some tables that get created every day, 1 for each day transactions. I have many such tables(atleast 500-1000). I need to archive say tables older than...
View ArticleI have 2 data source tables like this
source one:table1 col1 col2 col3 col4 1 a b c 2 d f g source2:table 2 cola colb colc 1 e h 2 f g i have like this then the out put is like this in flatfile destination col1 col2 col3 col4 cola colb...
View ArticleETL ssis Excel to SQL column encryption
Hi , I am trying to load excel sheet in SQL server database and it has 5 columns 2 variables start date and end date . I want to encrypt one of the columns in the excel sheet while i load it in...
View ArticlePowershell script for tab delimited for SSIS upload
Hi Everyone! I have become challenged with a TXT file that a server admin would like for me to upload which he is using a powershell script to output to the TXT file. The format is using a custom...
View Article