Forum Replies Created

Viewing 6 posts - 1 through 7 (of 7 total)

  • RE: "Flush IDES"

    Guy's I am still waiting for repply, please try to send me some stuff on this problem....

    Thanks in advance

  • RE: Complicated view

    Can you please post some Insert Scripts for reference data in defined tables, then  it will be easy to give generate a VIEW.

  • RE: How could I write this view ?

    Please post your sample data on which you want to run this query, Please find below the details which I am using:

    CREATE

  • RE: INNER JOINS

     Correct Approach

    SELECT [ClientNam] FROM dbo.Client C

    INNER JOIN dbo.ContactInfo CI ON...

  • RE: Question of the Day for 27 Jul 2007

    I think we can do this by using " From Snapshot", Please tell me how can this be incorrect......

    In Microsoft SQL Server 2005, there are three modes of...

  • RE: How could I write this view ?

    Use below mentioned query and it will resolve your problem.....

    Select

    DISTINCT Test1, STUFF( (

Viewing 6 posts - 1 through 7 (of 7 total)