摘要: 生成日历的存储过程Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1CREATEPROC[dbo].[GetCalendar2](@inputDATE=NULL)2AS3BEGIN4IF@inputISNULL5SET@input=GETDATE();... 阅读全文
posted @ 2009-12-24 22:06 木子二鸟 阅读(292) 评论(1) 推荐(0) 编辑