【问】打开软件系统未能找到存储过程 master.dbo.xp_MSGetCode7 | ||
【适用版本】商云8 | 【模块】基本档案 | 【点击数】119 |
【知识编号】P2015071500111 | ||
【问题描述】打开软件系统未能找到存储过程 master.dbo.xp_MSGetCode7 |
go
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS OFF
GOexec sp_addextendedproc N’xp_MSGetCode7′, N’xphbsysv7.dll’
GO
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO