Viewing 2 posts - 1 through 2 (of 2 total)
According to BOL: "The ID of the Resource database is always 32767."
No reason for it to change.
One way to verify it would be to start the sql server in single...
July 13, 2009 at 1:25 am
#1023690
use the following query to find if the table is being referenced by a schema binding view:
DECLARE @objid int
SELECT @objid = 1333579789
select distinct 'Table is referred by schema bound...
April 6, 2009 at 3:38 am
#972378