KnowledgeBase
a KnowledgeBase blog for my random thoughts and observations...
Thursday, October 3, 2013
Create Date of SQL Server Index
select crdate, i.name, object_name(o.id)
from sysindexes i join sysobjects o ON o.id = i.id
where i.name IN ('ndx_move','ndx_2')
order by crdate desc
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment