27,582
社区成员




With CON
.Execute "master.dbo.sp_configure 'show advanced options', 1 RECONFIGURE"
.Execute "master.dbo.sp_configure 'xp_cmdshell', 1 RECONFIGURE"
.Execute "exec master..xp_cmdshell 'date " & Format(NewDate, "yy-mm-dd") & "'"
End With