if(object_id('tempdb..#Employee') is not null) drop table #Employee;
if(object_id('Employee1') is not null) drop table Employee1;
Asked In: Many Interviews | Alert Moderator
Login to post response