Re: Index Creation Date

From: Sue Hoegemeier (Sue_H@nomail.please)
Date: 06/27/02


From: Sue Hoegemeier <Sue_H@nomail.please>
Date: Thu, 27 Jun 2002 12:57:34 -0600


I don't think SQL Server keeps that information anywhere.
You can check last updated date with show_statistics but
nothing I can think of with creation dates.
If they were required to script all of the ddl statements,
you would have some type of record if you used version
control methods or software. It would also help in moving
changes from development to production.

-Sue

On Thu, 27 Jun 2002 11:21:17 -0700, Puneet Parashar
<parashar22@hotmail.com> wrote:

>Hi,
>
>My developers are creating many indexes by themseleves, and i want to
>know when was the index created. i looked into sysindexes table but that
>does not have any information about the creation date of the index. If
>any one can help me to determine the date on which indexes were
>created/recreated that would be a great help.
>
>Thanks,
>Puneet
>
>
>
>*** Sent via Developersdex http://www.developersdex.com ***
>Don't just participate in USENET...get rewarded for it!



Relevant Pages

  • Re: sql database creation and its ONLINE status
    ... SQL platform = MS SQL Server 2005 Express ... creation for its availabity? ... between db creation and its ONLINE status, if so, how much time? ... goto create ...
    (comp.databases.ms-sqlserver)
  • Re: Stored procedure modification date?
    ... No, SQL Server does not track this information, only creation date. ... Do you use source control? ... You could also instruct developers to always use DROP/CREATE. ...
    (microsoft.public.sqlserver.server)
  • Re: deployment of asp.net application
    ... Not sure since I have not automated the creation of IIS virtual ... directories and SQL Server DB creation through Inno. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Sp_ not scripted - corrupt syscomments?
    ... I created a new procedure in the query analzyer (sql server 8.0) ... It appeared to execute correctly on creation. ... @u_id int output ...
    (microsoft.public.inetserver.asp.db)
  • Re: How to force ANSI_NULLS ON for a user-defined function - AGAIN
    ... SQL server remebers the ANSI NULLS and QUOTEDIDENTIDFIER setting ... at the time of the creation of sps and function. ... > How can I configure a database so when I generate an SQL script for a UDF ...
    (microsoft.public.sqlserver.programming)