Forum Replies Created

Viewing 15 posts - 436 through 450 (of 669 total)

  • RE: delete Files and Folders > 90 days Using SSIS

    anuragingle (9/16/2010)


    I need to delete files and more importantly the folders containing the files which are older than 90 days.

    Can this be done with a SSIS package

    I can delete the...

    Raunak J

  • RE: Multiple parameter selections

    Nils Gustav Stråbø (9/15/2010)


    You can make a parameter depend on the value of another parameter. I've done it several times with drop down lists. All you have to do is...

    Raunak J

  • RE: Multiple parameter selections

    ian.dunlop 7059 (9/15/2010)


    HI ALL - Anyone ever had to do the following - hopefully someone has

    Scenario

    I have 2 parameters - 1 is a free entry textbox - 2nd is a...

    Raunak J

  • RE: Calculated Member Problem

    RonKyle (9/14/2010)


    For now, don't worry about solve order. Sometimes it's important, but probably not in this case.

    Ron,

    The user has not mentioned about the nature of SalesValue measure.

    If the SalesValue...

    Raunak J

  • RE: How to change a relationship between a dimension and fact table?

    Rich Wyble (9/14/2010)


    I created an SSAS data cube a couple of years ago. At that point I was knowledgeable enough to be dangerous. Since then I’ve realized that...

    Raunak J

  • RE: Creating new files each time we run the package

    It is FST (File System Task) and not FTP task:-):-)

    Raunak J

  • RE: Creating new files each time we run the package

    Deepthy,

    Please note:

    1. FST(File System Task to create a new file)

    2. user variable to store a recent time stamp

    3. Append the file name accordingly with the variable

    4. DFT(Data Flow Task) to...

    Raunak J

  • RE: SSIS 2005 Interview Questions

    Ashish I can give you 100 questions on each and I assure you that you will fail to answer any new technical query that arises in production or atleast at...

    Raunak J

  • RE: How to Pass Object Type Variable as Parameter for IN clause in query

    sacheen (9/13/2010)


    I have to write a query which performs select operation on one table from one database on server A and where condition has result of another query which is...

    Raunak J

  • RE: Excel Source File

    Thanks , I learned a new concept today

    Raunak J

  • RE: How to handle Null in Text source file

    Phil Parkin (9/13/2010)


    Raunak Jhawar (9/13/2010)


    sabari as you said you have close to 2 million records. I suggest ...

    That was Sheckster.

    My mistake...Sorry:-D:-D:-D

    Raunak J

  • RE: How to handle Null in Text source file

    sabari as you said you have close to 2 million records. I suggest you stick with derived column transformation with CRLF as delimiter

    Raunak J

  • RE: How to handle Null in Text source file

    sabarichandru (9/13/2010)


    Hi,

    This source file comes from Peoplesoft Database so u cant correct the format. client will send the CSV as a source.

    u had given some suggestions how to rsolve the...

    Raunak J

  • RE: dropdown list in ssrs

    Dennissinned (9/13/2010)


    Your main Report Dataset needs to look something like this

    select * from cateogortTbl

    where cateogoryID=@Cateogory or @Cateogory = 'All Cateogories'

    Now you create a new Report Dataset that just Lists the...

    Raunak J

  • RE: SSIS Control Flow

    Good question...

    The logic can be well understood as below:

    For Parent : Transaction option = Required

    For Child : Transaction option = Supported/Not Supported

    Raunak J

Viewing 15 posts - 436 through 450 (of 669 total)