摘要:
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[sp_CreateNewPassword]') and OBJECTPROPERTY(id, N'IsProcedure') = 1) drop procedure [dbo].[sp_CreateNewPassword] GO Create Proc sp_... 阅读全文
posted @ 2009-05-06 23:08
Sugerlcc
阅读(2988)
评论(1)
推荐(0)