Hi Courtney,
Try the following logic:
if exists
(select * from sysobjects where name="TestExec")
drop table TestExec
go
begin
create.......
Hope this helps
Hi Courtney,
Try the following logic:
if exists
(select * from sysobjects where name="TestExec")
drop table TestExec
go
begin
create.......
Hope this helps