Activity overview
Latest activity by lcarpay
I will certainly use this idea of Malcolm to get my coding to a faster track
e.g.
IF OBJECT_ID(N'tempdb..<TableName,TABLE,LocalTempTable>', N'U') IS NOT NULL
BEGIN
DROP TABLE <TableName,TABLE,LocalTempTable>
END
and hit Ctr-Sht-F10
thanks malcolm,
gr leon / comments
I will certainly use this idea of Malcolm to get my coding to a faster track
e.g.
IF OBJECT_ID(N'tempdb..<TableName,TABLE,LocalTempTable>', N'U') IS NOT NULL
BEGIN
DROP TABLE <TableName,TABLE,Local...