Select * into NewKBTable from tblstudent
Select * from NewKBTable
Select * into tblwithbackup from tblstudent where 1 = 2
Select * from tblwithbackup
--2nd Method
Select top 0 * into tblwithbackup2 from tblstudent
Select * into NewKBTable from tblstudent
Select * from NewKBTable
Select * into tblwithbackup from tblstudent where 1 = 2
Select * from tblwithbackup
--2nd Method
Select top 0 * into tblwithbackup2 from tblstudent
Lorem Ipsum is simply dummy text of the printing and typesetting has been the industry's.
0 Comments