Forum Replies Created

Viewing 15 posts - 1 through 15 (of 32 total)

  • RE: Help with Multiple Parameter

    Hi Thomas,

    You can try similar logic for splitting the coma delimited value to rows.

    ---

    DECLARE @delimitedstring varchar(8000) = '-ALL- -99,Race 01,Ethnicity 02,Gender 03'

    DECLARE @xmlvalue xml

    set @xmlvalue = N'<root><r>' + replace(@delimitedstring,',','</r><r>') +...

  • RE: Create a Calculated Member in existing Cube

    Hi,

    I did the calculated measure changes, new claculated members usign AMO.

    I tried using Script task of the SSIS 🙂

    Please find the sample code to edit a named SET in...

  • RE: Create a Calculated Member in existing Cube

    Thanks for your reply.

    I may not be able to use BIDS here.. We need to customize OR chage the calculated members during / after the cube deployment.

    Fro Ex: Dynamic Time...

  • RE: Running Packages in Management Studio

    Hi Ruth,

    There is a better and simple approach wich we can avoid 'Script Task' (I used Script task along with some other requirements)

    If your ServerName (Initial Catalog),LoginID and Password are static...

  • RE: Running Packages in Management Studio

    Hi Ruth,

    I have followed two approaches to resolve this problem.

    1. Used only domain accounts (windows authentication) for initializing the Connection managers (I have noticed that, this issue arising only when we...

  • RE: Running Packages in Management Studio

    Hi Ehlinger,

    I can give some insights for this problem.

    Please check the Service startup login for the 'SQL Server Agent' and make sure that same login is present in 'SQL Server' with enough credentials.

    I...

  • RE: how to use alter table command to change the column''''s datatype from money to varchar

    Hi Shweta,

    This is the genral command to do so.

    Alter

    table Test_Table alter column Col1

  • RE: Transactions in SSIS

    Hi Chirag,

    I couldn't simulate the problem.

    I just set the trasaction options you have provided. ('Required' to package and 'supported' to all three SQL Tasks). 

    For me first two tasks are running successfully...

  • RE: Running Packages in Management Studio

    Hi Ehlinger,

    I was also facing a similar kind of problem while running a package from production environment, even though it is executed successfully from my development environment (BI studio on...

  • RE: Select Records then run report

    Hi Smith,

    My understanding of the problem above mentioned is:

    1. You wanted to retrieve Dataset by passing multi values (selected by user from a check box list)

    2. Parameter will be coma delimited Ex:'1,2,3,4,5,6' 

    Generic Solution:

    I am also faced a...

  • RE: Trusted Connection Issue

    Hi All,

    First of all thanks for Lynn for the reply.

    We have resolved the issue. There was nothing to do with VPN, Logins, and Domains etc.

    Issue is with the client operating system...

  • RE: Accessing Data from AS/400 System

    Hello Greg,

    Thanks a lot for your information.

    I have downloaded the driver from the link given by you.

    Regards

    Agson Chellakudam

  • RE: Accessing Data from AS/400 System

    Thanks a lot Jimmy and Fernado for the replies.

    Can you please give me some more information?

    I am not able to find db2 driver on my OS (Windows 2000 Sp 4). As...

  • RE: DtExec Command

    Hi Markus

    First of All Sorry for the delay in replying..

    Legacy DTSs are running fine with 'Dtsrun' command.

    Thanks for the information!.

    Regards

    Agson Chellakudam

  • RE: Report Model from Analysis Services Project

    Hi Myles

    Thanks for your reply

    It is working fine.

    Regards

    Agson Chellakudam

Viewing 15 posts - 1 through 15 (of 32 total)