CSDN专家博客精华版

为人民服务!
  首页  :: 新随笔  :: 管理
上一页 1 ··· 230 231 232 233 234 235 236 237 238 ··· 520 下一页

2007年12月17日

摘要: /*--作业处理实例?根据sendTab的SendTime定制作业?并且在该作业完成时,可以自动删除作业--*/--示例--测试表create table sendTab(ID int identity(1,1),Name varchar(10)?,SendTime datetime,AcceptUnit varchar(10)?,SendUnit varchar(10),Content va... 阅读全文

posted @ 2007-12-17 10:40 csdnexpert 阅读(90) 评论(0) 推荐(0)

摘要: 原帖地址:http://community.csdn.net/Expert/topic/3220/3220744.xml?temp=.6029474问题描述:insert 主表 select 'Q',0000001,0000100,100,'0000001-0000100'? union all select 'M',0000001,0000200,200,'0000001-0000200'i... 阅读全文

posted @ 2007-12-17 10:40 csdnexpert 阅读(93) 评论(0) 推荐(0)

摘要: if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[p_movefile]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)drop procedure [dbo].[p_movefile]GO/*--移动服务器上的文件 不借助 xp_cmdshell ,因为这个在... 阅读全文

posted @ 2007-12-17 10:40 csdnexpert 阅读(105) 评论(0) 推荐(0)

摘要: if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[p_movefile]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)drop procedure [dbo].[p_movefile]GO/*--在文本文件中追加数据 在文本文件中追加数据 如果文件不存在,将创... 阅读全文

posted @ 2007-12-17 10:40 csdnexpert 阅读(320) 评论(0) 推荐(0)

摘要: 原帖地址:http://community.csdn.net/Expert/topic/3269/3269542.xml?temp=8.726138E-02table1序号 类别 起始号 终止号 总数 已用票号 已用票数 结余票号 结余票数 组合编号(主键)1 A 0000001 0000005 5 0000001,000... 阅读全文

posted @ 2007-12-17 10:40 csdnexpert 阅读(105) 评论(0) 推荐(0)

摘要: 原帖地址:http://community.csdn.net/Expert/topic/3239/3239774.xml?temp=9.711856E-02物料 批号 库存数aa p01 5aa p02 10bb p01 20订单 物料 订货数1 aa 111 bb 102 aa 23 aa 1要得到:订单 物料 批号 出库1 aa p01 51 aa p02 61 bb p01 102 aa... 阅读全文

posted @ 2007-12-17 10:40 csdnexpert 阅读(148) 评论(0) 推荐(0)

摘要: 原帖地址:http://community.csdn.net/Expert/topic/3298/3298074.xml?temp=.6988336table1为初始化数据,table2为已用票据在table2上写触发器,table2每insert,update,or 批量delete时,实时体现tabel1的'已用票号','已用票数', '结余票号','结余票数'的值.-----------... 阅读全文

posted @ 2007-12-17 10:40 csdnexpert 阅读(88) 评论(0) 推荐(0)

摘要: 原帖地址:http://community.csdn.net/Expert/topic/3317/3317231.xml?temp=.7252313程序选择了: 项目名称,项目年度,地市,申请单位,支持金额这几个字段其中汇总字段为项目年度,地市查询结果列就要按需要项目名称,项目年度,地市,申请单位,支持金额排列好并能按指定的字段进行排序处理要求生成的结果:===================... 阅读全文

posted @ 2007-12-17 10:40 csdnexpert 阅读(135) 评论(0) 推荐(0)

摘要: 原贴地址:http://community.csdn.net/Expert/topic/3338/3338785.xml?temp=.9853022有表t1:ID | Place Time Level---|------------------- 1 | P1 T3 L1 2 | P1 T1 L1 3 | P3 T1 L2 ... 阅读全文

posted @ 2007-12-17 10:40 csdnexpert 阅读(82) 评论(0) 推荐(0)

摘要: 原帖地址http://community.csdn.net/Expert/topic/3384/3384941.xml?temp=.6640436---------------------------------------------------------------------------测试数据CREATE TABLE [dbo].[BOM_DETAIL] ( [PKID] [int]... 阅读全文

posted @ 2007-12-17 10:40 csdnexpert 阅读(92) 评论(0) 推荐(0)

上一页 1 ··· 230 231 232 233 234 235 236 237 238 ··· 520 下一页