代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/275958/10781446
sql org.sql
INSERT INTO funcs (name,pname,disp,window,event,params,leaf,funclevel,openway)
VALUES ( 'orgsystem', 'root', '老系统数据查询', '', NULL, NULL, '0', 1, '0')
go
INSERT INTO funcs (name,pname,disp,wind
www.eeworm.com/read/275958/10781482
sql jhls.sql
use sypos012000
go
Create View xslstj as select * from sypos011999..xslstj0000_1999
go
Create View jhls as
select * from sypos011998..jhls
union
select * from sypos011999..jhls
go
www.eeworm.com/read/275958/10781484
sql org.sql
INSERT INTO funcs (name,pname,disp,window,event,params,leaf,funclevel,openway)
VALUES ( 'orgsystem', 'root', '老系统数据查询', '', NULL, NULL, '0', 1, '0')
go
INSERT INTO funcs (name,pname,disp,wind
www.eeworm.com/read/275958/10782372
sql 20010108.sql
if exists ( Select * from sysobjects where name='up_Processdayretail' and type='p')
drop procedure up_Processdayretail
go
Create Proc up_Processdayretail (@InputDate varchar(8))
as
Declare @
www.eeworm.com/read/275958/10782386
sql costflag.sql
if exists (select * from sysobjects where id = object_id('up_ProcessDayRetail') and sysstat & 0xf = 4)
drop procedure up_ProcessDayRetail
go
Create Proc up_Processdayretail (@InputDate varchar
www.eeworm.com/read/275958/10782392
sql sypostr.sql
/******************************************/
/* Microsoft SQL Server - Scripting */
/* Server: BZP */
/* Database: sypos */
/* Creation Date 00-5-13 21:27:59 */
/******************
www.eeworm.com/read/275958/10782405
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/10782415
sql stat.sql
/* ============================================================ */
/* Database name: SYPOS */
/* DBMS name: Microsoft SQL Server 7.x
www.eeworm.com/read/275958/10782418
sql apart.sql
/* ============================================================ */
/* Database name: SYPOS */
/* DBMS name: Microsoft SQL Server 7.x
www.eeworm.com/read/275958/10782422
sql yeartr.sql
use sypos2000
go
/*===========================================*/
/* */
/* Create Trigger for Year Database */
/* */
/* Last Modify Date 2000.07.13 */
/*