Object_Id Operate in SQL Server 2008 This article Explains that Object_Id() purpose beneath Metadata group of purpose in SQL Server 2008. This purpose provides object identification number of a schema-scoped object. Syntax Object_Id ( '[ database_name . [ schema_name ] . | schema_name . ] object_name' [ ,
Windows 7 Ultimate,'object_type' ] ) Parameters object_name - Signifies the object name to be utilised. object_type - Indicates the object kind. Return variety int Sample Query select Object_Id(N'MyDatabase.schem.tbl_sample') AS 'Object ID'; Associated Video clip :