开发者

How can i get Created date of a column in SQL server Table?

I use the following query to get information about columns of a SQL Table :

SELECT * from information_schema.columns 
WHERE table_name = 'userpersonalinformation'

but I can't find any da开发者_如何学Pythonta about creation date for each column ... Is there any way to get creation date of a column in a table ?


I don't think that information is available in any system tables or the information schema views. I would look for that information in a source control system rather than the database.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜