Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)

  • RE: Calling different dataflow tasks according to the file being processed

    Well I ftp these files from a ftp location. When I have a file named sales I want the sales related dataflow to be executed, file named finance then another...

  • RE: Cube security

    Please briefly explain how would I achieve this?

    Thanks in advance

    Regards......

  • RE: Index

    Thanks very much............

  • RE: SSIS

    hello,

    do i need to save them in 2 different folders one each for dev and prod server?

    thanks

  • RE: SSIS

    Hello,

    I do understand i have to have config files but do I need to create 2 different files one for dev package and the other for prod?

    Thanks

  • RE: SSIS dynamic package creation

    Hello,

    I would definitely love to share that info with you, unfortunately i have nothing available except for the req.

    Regards

  • RE: SSIS dynamic package creation

    Hello,

    I would definitely love to share that info with you, unfortunately i have nothing available except for the req.

    Regards

  • RE: SSIS dynamic package creation

    Hello,

    I would definitely love to share that info with you, unfortunately i have nothing available except for the req.

    Regards

  • RE: SSIS dynamic package creation

    Hello,

    I would definitely love to share that info with you, unfortunately i have nothing available except for the req.

    Regards

  • RE: SSIS dynamic package creation

    Hello,

    I would definitely love to share that info with you, unfortunately i have nothing available except for the req.

    Regards

  • RE: SSIS

    Thanks Jack for the information provided. It was of great help.

    Regards

  • RE: SQL Query

    Thanks Lynn and Lutz.

    Regards

  • RE: SQL Query

    Hello,

    Select * From [dbo].[Employee] E1 Where

    (N-1) =

    (Select Count(Distinct(E2.[Sal])) From [dbo].[Employee] E2 Where

    E2.[Sal] > E1.[Sal])

    This is what I have but this doesn't solve my purpose I want top...

  • RE: SQL Query

    Please find the table and the data below:

    Create Table Employee

    (

    Enum int Primary Key,

    Dept nvarchar(15),

    Sal money

    )

    INSERT INTO Employee (Enum, Dept, Sal)

    SELECT '1', '10', '1000' UNION ALL

    SELECT '2', '10', '12567' UNION ALL

    SELECT...

Viewing 14 posts - 1 through 14 (of 14 total)