摘要:
SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS OFF GO create procedure sp_password @old sysname = NULL, -- the old (current) password @new sysname, -- the new password @loginame sysname = NULL -- user to change password on as -- SETUP RUNTIME OPTIONS / DECLARE VARIABLES -- set nocount on declare @s... 阅读全文
posted @ 2013-07-10 13:09
心电心
阅读(1679)
评论(0)
推荐(0)
浙公网安备 33010602011771号