摘要: /*******************************************************模块名称:模块功能:生成数据表的关键字值,以输出参数的形式返回。 参数说明: @id需生成的关键字段变量。 *******************************************************/CREATEprocedure [dbo].[SP_DB_NEWID] (@id varchar(20) out)asbeginset nocount ondeclare @year integer, @month integer, @day integer, @ho 阅读全文
posted @ 2011-03-23 14:34 飞鱼87 阅读(680) 评论(0) 推荐(0)