-
查询SQL Server中表占用的空间方法
CodeHighlighter (freeware)http://www.CodeHighlighter.com/>select object_name(id) tablename,8*reserved/1024
技术 2006-07-11
-
通过作业定时同步两个数据库
highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/>create table [user](id int primary key,numbe
技术 2006-06-29
-
Cisco IOS OSPF exploit
Hi there, attached you may find the exploit for the Cisco IOS bug ID CSCdp58462. The bug
技术 2006-06-28
-
Sql Server分组查询示例
),birthday datetime)create table Or_info(Order_id int identity(1,1) primary key
技术 2006-06-25
-
手把手玩转虚拟主机之论坛数据库篇
上期(点击查看)为各位读者介绍了如何选择网络中的虚拟主机空间,并且一步一步的带领大家注册会员申请域名,申请空间。当我们的虚拟主机空间开通后工作才刚刚开始,接下来就需要合理的使用虚拟主机了。一般来说中小企业都需要建立内部论坛,一些事务性通知或工作可以放到论坛以帖子的形式开展,各个员工也可以通过注册ID在
应用 2006-06-19
-
Oracle数据库访问限制绕过漏洞
受影响系统: Oracle Database 9.2.0.0 10.2.0.3 描述: BUGTRAQ ID: 17426 Oracle是大型的商业数据库系统。 Oracle 9.2.0.0到
应用 2006-04-16
-
关于报表显示的问题
如果a是数值型,那么加工查询里的else后跟null select identity(int) id,* into #magic from #tmp 这条语句的时候报错,那是因为你的DB中间的
技术 2006-04-05
-
Informix存储过程示例
create procedure "npmuser".chk_grade(s_time datetime year to second) define v_ne_id integer; define
应用 2006-02-18
-
怎样获得一条SQL语句执行的进度和它的效率
compname)。select sid, /* Session ID */ opname, /* 操作内容 */ sofar/totalwork*100, /*+ 完成百分比 */ elapsed_seconds, /*已经执行的时间*/ time_remain
应用 2006-02-16
-
删除数据库中重复数据的几个方法
数据库的使用过程中由于程序方面的问题有时候会碰到重复数据,重复数据导致了数据库部分设置不能正确设置……方法一declare @max integer,@id integerdeclare
应用 2006-02-10