IF OBJECT_ID('tempdb..#ObjectsWithTableParams') IS NOT NULL DROP TABLE #ObjectsWithTableParams; CREATE TABLE #ObjectsWithTableParams (objectId int, databaseId int, PRIMARY KEY CLUSTERED (objectId, ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results