摘要:
一、获取表的基本信息SELECT [TableName] = [Tables].name , [TableOwner] = [Schemas].name , [TableCreateDate] = [Tables].create_date , [TableModifyDate] = [Tables].modify_dateFROM sys.tables AS [Tables] INNER JOIN sys.schemas AS [Schemas] ON [Tables].schema_id = [Schemas].schema_id... 阅读全文
posted @ 2014-02-26 14:46
花拉子米
阅读(18796)
评论(0)
推荐(0)
浙公网安备 33010602011771号