代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/207238/15278330
sql transactions_sql.sql
/*This SQL script uses Demos.abs database.
Please open ...\AbsoluteDatabase\Demos\Data\Demos.abs database file.
This sample illustrates use of TRANSACTIONS via SQL. Notice that TAbsDatabase sup
www.eeworm.com/read/207238/15278459
sql transactions_sql.sql
/*This SQL script uses Demos.abs database.
Please open ...\AbsoluteDatabase\Demos\Data\Demos.abs database file.
This sample illustrates use of TRANSACTIONS via SQL. Notice that TAbsDatabase sup
www.eeworm.com/read/235643/4647662
sql sql_update.sql
-- Create bairong_Cache
IF NOT EXISTS (SELECT Name FROM sysobjects WHERE Name = N'bairong_Cache')
CREATE TABLE [dbo].[bairong_Cache] (
[CacheKey] [varchar] (200) NOT NULL ,
[CacheValue] [n
www.eeworm.com/read/235643/4647664
sql sql_update.sql
-- Create siteserver_GatherDatabaseRule
IF NOT EXISTS (SELECT Name FROM sysobjects WHERE Name = N'siteserver_GatherDatabaseRule')
CREATE TABLE siteserver_GatherDatabaseRule(
GatherRuleName
www.eeworm.com/read/183001/5260442
sql sql_ascii.sql
drop table computer_terms;
create table computer_terms(term text, category text, comments char(16));
create index computer_terms_index1 on computer_terms using btree(term);
create index computer_terms
www.eeworm.com/read/169773/5411097
sql data_sql.sql
insert into TModule values(0,'商品管理模块','goods',5);
insert into Tfunction values(0,'商品信息查询','selectgoods',0);
insert into Tfunction values(1,'商品信息更新','updategoods',0);
insert into Tfunction values(2,
www.eeworm.com/read/165578/5480517
sql sql_1.sql
CREATE TABLE IF NOT EXISTS ibf_cache_store (
cs_key varchar(255) NOT NULL default '',
cs_value text NOT NULL default '',
cs_extra varchar(255) NOT NULL default '',
PRIMARY KEY(cs_key)
);
ALTER T
www.eeworm.com/read/165578/5480518
sql sql_2.sql
ALTER TABLE ibf_posts DROP attach_id, DROP attach_hits, DROP attach_type, DROP attach_file;
alter table ibf_posts change queued queued tinyint(1) NOT NULL default '0';
alter table ibf_posts drop forum
www.eeworm.com/read/283475/4078635
sql sql7.sql
--------------------------------------
-- --
-- 作业 --
-- --
--------------------------------------
--1 sql2005的触发器是如何分类的?
--答:sql2005的触发器按大类分为:DML触发器和DLL触发器。而DML触发器按照功能
www.eeworm.com/read/437663/1829715
sql executed_sql.sql
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
------------------------------------