Forum Replies Created

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

  • RE: Converting XML to varchar(max)

    This is how I got it working.

    need 2 variables @X as Xml &@WebSiteXmlData as varchar(max)

    @X will give you the xml output & @WebSiteXmlData will give the varchar output.

    We need...

  • RE: Calling store procedure-B from store procedure-A

    Hi

    Thanks for your suggestions. Ghirag I can't use the function because the stored procedure which I need to call already exists.

    With Hari's reply I could able to solve my...

  • RE: Reporting services Parameters

    Hi

    Even I am struggling with how to do the validation of the parameters before it could hit the stored procedure. But had no success till now.

    if...

  • RE: Append another Item to the Parameter List

    Thank you guys. I guess I will change my stored proc as suggested.

  • RE: Joinig Tables

    Thanks....This is what I was looking for. Results are perfect.

    Thanks also for making me understand the process.

  • RE: Creating Views

    Yes I Checked & I did little manipulation accordingly. but the main approach was as you guided to join the views

  • RE: Creating Views

    Thank you, this is what I was looking for.

  • RE: Creating Views

    I cant do that. those views are really big & i just need only one column from that view.

    Ex: view1 -

    Date columnView1

    ----------------------

    1/1/08 ...

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