• Atif,

    It looks like any time you hit a line which has no spaces eg

    Insert into @vTable Values (1,'Atif1')

    Insert into @vTable Values (2,'Asif2')

    You will display

    Atif

    Asif

    How should we handle this?

    TIA,

    Doug