Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Monday, December 11, 2017

query help

SQLServerCentral » Latest topics
query help
[code language="sql"]IF OBJECT_ID('Tempdb..#tStudents') IS NOT NULL
DROP TABLE #tStudents

CREATE TABLE #tStudents(
  [StudentID] [varchar] (6) NOT NULL ,
  [StudentName

No comments: