Cannot load stored procedures since updating Follow
Answered
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
Please sign in to leave a comment.
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.