There's a DMV in SQL Server for everything, and this is no exception. SELECT OBJECT_SCHEMA_NAME([object_id])+'.'+OBJECT_NAME([object_id]) FROM ...
確定! 回上一頁