Showing posts with label printing in sql. Show all posts
Showing posts with label printing in sql. Show all posts

Tuesday, June 21, 2016

printing in sql

  Print 'schedule Id value is : ' + convert(varchar(20), @test_id) +    
          ':   @task Id value is : ' + convert(varchar(20), @mycount)