實現(xiàn)代碼如下:
建立時進(jìn)行加密,如:
create procedure up_procName
@Result int out
with Encryption --加密關(guān)鍵字
as
-- ...代碼
go
建立時進(jìn)行加密,如:
create procedure up_procName
@Result int out
with Encryption --加密關(guān)鍵字
as
-- ...代碼
go