MSSQL 的 Stored Procedure 显示 The text is encrypted

2020-08-20 23:23发布

MSSQL 的 Stored Procedure 显示 The text is encrypted 怎么办?

今天遇到一个远古时期前人(已离职,不知道是谁,我OO你的XX,Fxxx!)遗留的 Stored Procedure,发现有问题需要做调整,结果发现出现 The text is encrypted

我爬了很多文都说无解,请问大神们有机会解决这问题吗?

image-20200820103749761

Property TextHeader is not available for StoredProcedure '[dbo].[xxx_Proc]'. This property may not exist for this object, or may not be retrievable due to insufficient access rights. The text is encrypted. (Microsoft.SqlServer.Smo)

image-20200820103632722

登录 后发表回答