小弟我们来复习一上MSS 存储过程

我们来复习一下MSS 存储过程?select *from sys.objects where type_desc like %pro% and name like sp%

我们来复习一下MSS 存储过程

?

select *from sys.objects where type_desc like '%pro%' and name like 'sp%';

?