代码搜索:SQLserver

找到约 3,940 项符合「SQLserver」的源代码

代码结果 3,940
www.eeworm.com/read/471104/1433464

jsp sqlserver_connection.jsp

通过Sq
www.eeworm.com/read/470777/1443776

sql easyjforum_sqlserver.sql

IF EXISTS(SELECT name FROM sysobjects WHERE name = 'ejf_backup_task' AND type = 'U') DROP TABLE ejf_backup_task; IF EXISTS(SELECT name FROM sysobjects WHERE name = 'ejf_error_log' AND type = 'U') DRO
www.eeworm.com/read/461822/1550358

properties ode.sqlserver.properties

# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyri
www.eeworm.com/read/461822/1550372

sql simplesched-sqlserver.sql

-- Apache ODE - SimpleScheduler Database Schema -- -- Apache Derby scripts by Maciej Szefler. -- -- CREATE TABLE ode_job ( jobid CHAR(64) NOT NULL DEFAULT '', ts BIGINT NOT NULL DEFAULT 0,
www.eeworm.com/read/225324/4796708

sql create_sqlserver.sql

use openjms; create table system_data ( id bigint not null, version varchar(20) not null, creationDate datetime not null ); create unique index syst
www.eeworm.com/read/225324/4796712

sql drop_sqlserver.sql

DROP TABLE system_data; DROP TABLE seeds; DROP TABLE destinations; DROP TABLE messages; DROP TABLE message_handles; DROP TABLE consumers; DROP TABLE users;
www.eeworm.com/read/206020/5012623

sql gateway_sqlserver.sql

CREATE TABLE gatewayRegistration ( registrationID BIGINT NOT NULL, jid NVARCHAR(255) NOT NULL, transportType NVARCHAR(15) NOT NULL, username NVA
www.eeworm.com/read/206020/5012627

sql gateway_sqlserver.sql

/* Add nickname column to registration table */ ALTER TABLE gatewayRegistration ADD nickname NVARCHAR(255); /* Add pseudo roster table */ CREATE TABLE gatewayPseudoRoster ( registrationID BIGIN