表select*from sysobjects where id=object_id(N'表名')and xtype='U'-表的结构 select*from syscolumns where id=object_id(N'表名')-存储过程 select*from sysobjects where id=object_id(N'存储过程名')and xtype='P' 查询最后修改时间-...
SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO/*DECRIPTION:生成(插入、修改、删除数据的存储过程)代码的存储过程*VERSION AUTH DATE Defect No DESC*-*V000.0.1 pukuimin 08/03/2012 新建程序*-*/create procedure[dbo].[pro_...