gpt4 book ai didi

SQL Server 找出何时重命名表?

转载 作者:行者123 更新时间:2023-12-04 12:39:43 24 4
gpt4 key购买 nike

是否可以查明表何时重命名? (作为主要问题)如果可能的话,是哪个用户做的?

最佳答案

你可以试试这个:

SELECT Name, modify_date, * FROM sys.all_objects
WHERE Name = 'Table name'

关于SQL Server 找出何时重命名表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29693448/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com