代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/275958/10782427
sql yearinit.sql
use sypos2000
go
sp_dboption 'sypos','trunc. log on chkpt.',true
go
sp_dboption 'sypos','select into/bulkcopy',true
go
sp_dboption 'sypos','ANSI null default',true
go
sp_addalias 'sypos','
www.eeworm.com/read/275958/10782432
sql viewandproc.sql
/*=============================================*/
/* System Base Table View in Year DataBase */
/*=============================================*/
use sypos2000
go
if exists ( select * from sy
www.eeworm.com/read/275958/10782435
sql account.sql
/*============================================*/
/* Object for account */
/*============================================*/
/* Import View For Account Voucher */
if exists ( select * f
www.eeworm.com/read/275958/10782441
sql addjob.sql
BEGIN TRANSACTION
DECLARE @JobID BINARY(16)
DECLARE @ReturnCode INT
SELECT @ReturnCode = 0
EXECUTE @ReturnCode = msdb.dbo.sp_add_job @job_id = @JobID OUTPUT , @job_n
www.eeworm.com/read/275958/10782474
sql yeartr.sql
use sypos2000
go
/*===========================================*/
/* */
/* Create Trigger for Year Database */
/* */
/* Last Modify Date 2000.07.13 */
/*
www.eeworm.com/read/275958/10782475
sql comyear.sql
/*******************************************************************************/
/* Views For Communication */
/*********************************
www.eeworm.com/read/275958/10782478
sql combase.sql
use sypos
go
if (select count(*) from sysobjects where name='tmp_sndlog')>0
drop table tmp_sndlog
if (select count(*) from sysobjects where name='sndlog')>0
DROP TABLE sndlog
if (select co
www.eeworm.com/read/275958/10782479
sql sypostr.sql
/******************************************/
/* Microsoft SQL Server - Scripting */
/* Server: BZP */
/* Database: sypos */
/* Creation Date 00-5-13 21:27:59 */
/******************
www.eeworm.com/read/275958/10782486
sql syposinit.sql
use master
go
sp_dboption 'sypos','trunc. log on chkpt.',true
go
sp_dboption 'sypos','select into/bulkcopy',true
go
sp_dboption 'sypos','ANSI null default',true
go
sp_addlogin 'sypos'
go
s
www.eeworm.com/read/275958/10782492
sql comyearp.sql
use sypos2000
go
/* up_rcvdownalldata */
if (select count(*) from sysobjects where name='up_rcvdownalldata')>0
drop proc up_rcvdownalldata
go
CREATE PROC up_rcvdownalldata
-- @ret integer o