如何将sql2005时间字段默认值设置为当前日期和时间如何将sql2005时间字段默认值设置为当前日期和时间[解决办法]当前日期 ,使用计算列 convert(varchar(10),getdate(),120) 当前时间 默认值 getdate() [解决办法]默认值设置为getdate()就行