代码搜索:Procedures
找到约 3,499 项符合「Procedures」的源代码
代码结果 3,499
www.eeworm.com/read/164665/7692794
sql stored procedures.sql
if exists (select * from sysobjects where id = object_id('dbo.GetAuthorTitleList') and sysstat & 0xf = 4)
drop procedure dbo.GetAuthorTitleList
GO
CREATE PROCEDURE GetAuthorTitleList
AS
select
www.eeworm.com/read/399510/7855220
gif btn_procedures.gif
www.eeworm.com/read/136445/5871874
sql cs_procedures.sql
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[cs_Audit_Post]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[cs_Audit_Post]
GO
if exists (select * from
www.eeworm.com/read/240726/4569523
sql cs_procedures.sql
/***********************************************
* Generated at 8/8/2006 4:31:48 PM
***********************************************/
/***********************************************
* Patch:
www.eeworm.com/read/235643/4647670
sql siteserver_procedures.sql
if exists (select * from dbo.sysobjects where id = object_id(N'[siteserver_system_MemberRole]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [siteserver_system_MemberRole]
GO
CREATE
www.eeworm.com/read/231546/4714950
txt guile-procedures.txt
This is guile-procedures.txt, produced by makeinfo version 4.0 from
guile-procedures.texi.
acons
- Scheme Procedure: acons key value alist
Add a new key-value pair to ALIST. A new pair is
www.eeworm.com/read/206200/5010220
sql cs_procedures.sql
/***********************************************
* Generated at 6/8/2005 12:08:51 PM
***********************************************/
/***********************************************
* SP: c