Re: How can I tell if a view has been modified?
From: David Gugick (davidg-nospam_at_imceda.com)
Date: 11/10/04
- Next message: Kent Johnson: "Loops stops..?"
- Previous message: David Gugick: "Re: Unable to modify a specific SQL table"
- In reply to: Aaron [SQL Server MVP]: "Re: How can I tell if a view has been modified?"
- Next in thread: Aaron [SQL Server MVP]: "Re: How can I tell if a view has been modified?"
- Reply: Aaron [SQL Server MVP]: "Re: How can I tell if a view has been modified?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 10 Nov 2004 15:52:50 -0500
Aaron [SQL Server MVP] wrote:
> SQL Server doesn't track this information (though it is on the list of
> features being added for SQL Server 2005 -- both a working "modified
> date" column, and the ability to add your own triggers to DDL events).
>
> In the meantime, you will need auditing software, or very specialized
> profiler traces...
> http://www.aspfaq.com/2495
> http://www.microsoft.com/technet/security/prodtech/dbsql/sql2kaud.mspx
>
>
> "Tennis" <Tennis@discussions.microsoft.com> wrote in message
> news:622E237E-490C-4534-AE19-492E594FAE3F@microsoft.com...
>> How can I tell if a view has been modified/updated? This does not
>> mean dropping and recreating, but modifying it through Enterprise
>> Manager. I expected the crdate field in sysobjects to change but it
>> didn't.
>>
>> Thanks
>> --
>> Tennis Player
Or a change manager tool to comare it to a snapshot of the production
database schema.
-- David Gugick Imceda Software www.imceda.com
- Next message: Kent Johnson: "Loops stops..?"
- Previous message: David Gugick: "Re: Unable to modify a specific SQL table"
- In reply to: Aaron [SQL Server MVP]: "Re: How can I tell if a view has been modified?"
- Next in thread: Aaron [SQL Server MVP]: "Re: How can I tell if a view has been modified?"
- Reply: Aaron [SQL Server MVP]: "Re: How can I tell if a view has been modified?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|