代码搜索:数据存储
找到约 10,000 项符合「数据存储」的源代码
代码结果 10,000
www.eeworm.com/read/301164/13865037
sql sql server数据库检修.sql
SQL Server数据库检修
zjcxc(原作)
使用数据库的过程中,由于断电或其他原因,有可能导致数据库出现一些小错误,比如检索某些表特别慢,查询不到符合条件的数据等.
出现这些情况的原因,往往是因为数据库有些损坏,或索引不完整.
在ACCESS中,有个修复数据库的功能可以解决这个问题,在SQL企业管理器,没有这个功能,要用语句来完成,下面就介绍如何用 ...
www.eeworm.com/read/301164/13865115
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/301164/13865119
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/301164/13865125
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/301164/13865249
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/301164/13865250
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/301145/13865663
txt 训练数据_16段投影数字.txt
0.000000 0.000000 0.250000 0.150000 0.000000 0.000000 0.450000 0.250000 0.550000 0.500000 0.000000 0.000000 0.350000 0.400000 0.350000 0.400000
0.000000 0.000000 0.050000 0.000000
www.eeworm.com/read/301145/13865670
txt 训练数据_16段投影字母.txt
0.000000 0.000000 0.350000 0.050000 0.000000 0.000000 0.000000 0.000000 0.600000 0.550000 0.000000 0.000000 0.750000 0.300000 0.200000 0.100000
0.000000 0.000000 0.600000 0.300000
www.eeworm.com/read/301034/13868955
doc 专题六 数据库知识.doc
www.eeworm.com/read/300941/13879476