There was an error while loading. Please reload this page.
AlaSQL emulates TSQL OBJECT_ID() function:
OBJECT_ID()
IF OBJECT_ID('dbo.Parts') IS NOT NULL DROP TABLE dbo.Parts; GO
This functions can be used to check if table or view object is in the current database.
Quick links
AlaSQL wiki frontpage
About AlaSQL
Install AlaSQL
Get started with AlaSQL