exec sp_configure 'allow up',1 
reconfigure with override 
go
update sysobjects set crdate='你要修改的日期' where name='表名' and xtype='u' 
go
exec sp_configure 'allow up',0 
reconfigure
exec sp_configure 'allow up',1 
reconfigure with override 
go
update sysobjects set crdate='你要修改的日期' where name='表名' and xtype='u' 
go
exec sp_configure 'allow up',0 
reconfigure
- 本文标题: SQL Server2000如何修改表的创建日期
- 文章分类:【SQLServer】
- 非特殊说明,本文版权归【胡同里的砖头】个人博客 所有,转载请注明出处.
- 上一篇:解决电脑插入USB接口设备蓝屏问题
- 下一篇: XML网址参数之特殊符号处理方式