代码搜索:数据存储
找到约 10,000 项符合「数据存储」的源代码
代码结果 10,000
www.eeworm.com/read/263494/11360950
sql bcp表数据存为xml.sql
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[p_savexml]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[p_savexml]
GO
/*--将表中的数据存储为xml文档
--邹建 2005.
www.eeworm.com/read/263494/11360957
sql bcp-数据导出为文件.sql
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[p_export]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[p_export]
GO
/*--导出表中的image列为文件
导出当前库,指定表中
www.eeworm.com/read/263494/11360967
sql bcp-数据导入导出(全).sql
if exists(select 1 from sysobjects where name='File2Table' and objectproperty(id,'IsProcedure')=1)
drop procedure File2Table
go
/*--实现数据导入/导出的存储过程
可以实现导入/导出 整个数据库/指定表 到文本文件
--邹建 2003.07(引
www.eeworm.com/read/263494/11361201
sql 宝塔形数据的处理.sql
/*--
第一层 - 1
第二层 - 2 3
第三层 - 4 5 6 7
第四层 - 8 9 10 11 12 13 14 15
将顺序的数据(1~N)依如下规则排列
1,排成塔形.
2
www.eeworm.com/read/263494/11361205
sql 树形数据生成xml.sql
--树形数据生成XML
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[f_xml_LR]') and xtype in (N'FN', N'IF', N'TF'))
drop function [dbo].[f_xml_LR]
GO
if exists (select * from dbo.s
www.eeworm.com/read/262980/11381649
bak 初始化数据库.bak
www.eeworm.com/read/262910/11384802
doc 第3章 数据链路层.doc
www.eeworm.com/read/262906/11384815
txt jsp连接数据库.txt
www.eeworm.com/read/262655/11396560
doc 实验四 数据库设计.doc
www.eeworm.com/read/408164/11403088