select distinct name from syscomments a,sysobjects b where a.id=b.id and b.xtype='p' and text like '%pro_GetSN%';
pro_GetSN为存储过程名
Copyright © 2024 上善其若水,厚德载物 Powered by .NET 9.0 on Kubernetes