Object_id
USE AdventureWorks2012;
GO
IF EXISTS OBJECT_ID(N'dbo.AWBuildVersion', N'U')
DROP TABLE dbo.AWBuildVersion;
GO
The additional types at the end can be found at the documentation link above
USE AdventureWorks2012;
GO
IF EXISTS OBJECT_ID(N'dbo.AWBuildVersion', N'U')
DROP TABLE dbo.AWBuildVersion;
GO
The additional types at the end can be found at the documentation link above