Cannot load stored procedures since updating

已回答

 Since updating no stored procedure will open. All resemble

-- auto-generated definition
create procedure [__FindCustomerBySurname]([@ClientID] int, [@Surname] varchar(max), [@Postcode] varchar(max), [@RowsToShow] int) as -- missing source code
go

Which is useless

0

请先登录再写评论。