• use this way to find out what exactly the problem is. Outerjoins in where clauses have troubled me more then once. Using the JOIN-sintax it solved my problems most of the time or showed me semantic errors.

    FROM dbo.PO_Projects as po_projects

    left join dbo.PO_Custom_TextSmall2 as PO_Custom_TextSmall2 on poprj_UID = PO_Custom_TextSmall2.LinkID

    left join dbo.PO_Custom_TextSmall1 on poprj_UID = dbo.PO_Custom_TextSmall1.LinkID

    left join dbo.PO_Custom_StartDates on poprj_UID = dbo.PO_Custom_StartDates.LinkID

    left join dbo.PO_Custom_Flags on poprj_UID = dbo.PO_Custom_Flags.LinkID

    left join dbo.PO_Custom_Costs on poprj_UID = dbo.PO_Custom_Costs.LinkId

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me