Find out the stored procedure related tables

xiaoxiao2021-03-06  44

SELECT Name from sysobjects where id in (select) bb on bb.id = sysObjects.idwhere sysobjects.name = 'stored procedure name) - by huntfox

转载请注明原文地址:https://www.9cbs.com/read-86707.html

New Post(0)