select 'Column One' ,'Column Two' union all select cast([Col1] as varchar) ,cast([Col2] as varchar) FROM [dbo].[myTable] where [Col1] = @myValue and @@RowCount > 0