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
请先登录再写评论。
I was injured too ;)
see https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000399399-missing-source-code-on-SqlServer-Routines-
As a temporary workaround, invoke `Database Tools -> Forget cached schemas` action and sync again.