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
DROP TABLE #tStudents
CREATE TABLE #tStudents(
[StudentID] [varchar] (6) NOT NULL ,
[StudentName
No comments:
Post a Comment