Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道有一种方法可以使用以下方法从 SQL 获取日期/时间:
SELECT GETDATE() GO
但是有没有办法设置服务器的日期/时间?
提前致谢。
如果要更改 SQLGETDATE()函数的日期和时间,则可以执行以下操作之一:
GETDATE()
您可以在服务器运行的机器上设置时间/日期...