Create Table #tmpKeyWordLink
(
id int
)
if exists(select * from tempdb.dbo.sysobjects where id = object_id(N'tempdb..#tempKeyWordLink') and type='U')
drop table #tempKeyWordLink
(
id int
)
if exists(select * from tempdb.dbo.sysobjects where id = object_id(N'tempdb..#tempKeyWordLink') and type='U')
drop table #tempKeyWordLink