SQLUSA

Microsoft SQL Server 2005

Best Practices

 

How to find the objectid of a database object?

 

Execute the following script in the application database:

SELECT OBJECT_ID('AdventureWorks.Production.Product')


 

The World Leader in SQL Server Training
 
SQLUSA.com Home Page