修改存储过程等的创建时间
摘要:如果要修改已经创建的存储过程、表、视图等的创建时间,可以试用以下代码:gosp_configure 'allow updates',1 reconfigure with override go update sysobjects set crdate='2010-10-10' where name='CustOrderHist' go sp_configure 'allow update...
阅读全文
posted @ 2010-10-25 14:57
浙公网安备 33010602011771号