Forum Replies Created

Viewing 5 posts - 31 through 35 (of 35 total)

  • RE: Function to Split a Delimited String into a Table

    Hi good Sir

    thanks for doing the string split function. i would like to kindly ask if you have a sample code for my scenario below;

    Column 1 = ID

    Column 2 =...

  • RE: how to do coalesce with in

    thank you sir. can i ask you one last favor?

    can you tell me how to construct a dynamic where clause statement

    (@columnname = @columnvalue)

    thank you very much

    N.O.E.L.

  • RE: how to do coalesce with in

    I am constructing a dynamic sql statement that's why i am using a Coalesce function in sql. i was trying to achieve the following

    set @id = '1','2'

    set @name = null

    select...

  • RE: how to do coalesce with in

    i would like to kindly ask if we can incorporate a Coalesce Function inside a where in clause ?

    Thanks

  • RE: Dynamic Where Clause in Reporting Services

    I'm using this code sequence but i still get all the results i need instead of the ones i have selected in the report manager

    /*****************************************************/

    set ANSI_NULLS ON

    set QUOTED_IDENTIFIER ON

    go

    ALTER Proc...

Viewing 5 posts - 31 through 35 (of 35 total)