April 28, 2005 at 3:00 am
April 28, 2005 at 6:35 am
The sql resouce kit comes with a system table map which will help you.
The other question is why? surely you would have control over object creation on a server ?
[font="Comic Sans MS"]The GrumpyOldDBA[/font]
www.grumpyolddba.co.uk
http://sqlblogcasts.com/blogs/grumpyolddba/
April 28, 2005 at 10:11 am
You can use system function STATS_DATE(table_id, index_id) to return the date when index was last updated.
April 28, 2005 at 10:36 am
April 28, 2005 at 1:12 pm
Colin is attempting to provide help.
Questions are not always clear as to their intent, giving more information rather than less helps other to help you. Colin is just trying to get that information to be of greater assistance. Berating him for that is pointless and ridiculous.
April 29, 2005 at 1:32 am
Tststs, such answers are inappropriate here
One might be inclined to presume you do some basic research on your own, before asking a question. This is a FAQ! A simple search here would have returned many useful threads.
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
April 29, 2005 at 1:41 am
How to ask questions the smart way
You said yourself that you did not have a clue where to look. Colin is giving you a clue to work from.
April 29, 2005 at 3:09 am
If you had a database change management pratice in place these questions would always be answered. Ever thought about getting one?
regards,
Mark Baekdal
+44 (0)208 241 1762
Build, Comparison and Synchronization from Source Control = Database change management for SQL Server
April 29, 2005 at 6:02 am
Mr. Prasad,
It is better to keep patiance and hear others if you are rising a question for help whether answer is generic or not.Second if question is of generic nature don't expect a full fetured answer.A simple search on the net will give enough clue to your question? is in't it?????????.
April 30, 2005 at 2:27 am
May 2, 2005 at 1:03 am
What exactly are you looking for? You can use the function that Jimmy Jen mentioned, STATS_DATE, to get the time when the statistics for the index was last updated. If by modified you mean when something was changed in the data that is indexed, then there is no automatic way of checking that. I do not think the date when an index is created is stored anywhere.
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply