use master
sp_configure 'allow update','1'
go
reconfigure with override
go
update dbo.syslanguages
set shortmonths='一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十一月,十二月',
months='一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十一月,十二月' where name='簡體中文'
go
sp_configure 'allow update','0'
go
reconfigure with override
go
然後重起一下資料庫伺服器。
然後運行
select convert(varchar(20),getdate(),107)
go
--------------------
九月 01, 2003
select convert(varchar(100),getdate(),9)
go
----------------------------------------------------------------------------------------------------
九月 1 2003 11:36:25:507AM