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 server 2008 中找到各种表的数据刷新和加载时间?
问候, C
您可以在表格中添加其他列(例如“RefreshDate”)并将其设置Default Value or Binding为getdate(). 因此,每次更新或插入任何数据时,都会显示准确的数据刷新或加载时间。
Default Value or Binding
getdate()