Hi I Have Table that called Tags, in tag table I have 2 columns (QuestionID int ,Tag nvachar(100))
I want to Select Questions with all Tags in one column like the below
QuestionID  Tag
----------  ----
1   Math
1   Integral
2   Physics
QuestionID  QuestionText
----------  -----------
1       What is 2*2?
2       What is Quantom roles?
QuestionID  QuestionText        Tags
----------  -----------     -------
1       What is 2*2?        Math, Integral
2       What is Quantom roles?  Physics
Can any one help me with out using scalar value function
 
     
     
     
     
     
    