Unix Technical Forum

Last modified date of a view

This is a discussion on Last modified date of a view within the SQL Server forums, part of the Microsoft SQL Server category; --> How to get the date a view was last modified? (As opposed to created)...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-28-2008, 07:01 PM
Trev@Work
 
Posts: n/a
Default Last modified date of a view

How to get the date a view was last modified? (As opposed to created)


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-28-2008, 07:02 PM
Erland Sommarskog
 
Posts: n/a
Default Re: Last modified date of a view

Trev@Work (bouncer@localhost) writes:
> How to get the date a view was last modified? (As opposed to created)


Alas this information is not available in SQL Server. There is a column
schema_ver in sysobjects which appears to be incremented by 16 each time you
alter the view, but that is as close as you get.


--
Erland Sommarskog, SQL Server MVP, sommar@algonet.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-28-2008, 07:03 PM
Trev@Work
 
Posts: n/a
Default Re: Last modified date of a view

"Erland Sommarskog" <sommar@algonet.se> wrote in message
news:Xns94464E4FE2E5Yazorman@127.0.0.1...
> Trev@Work (bouncer@localhost) writes:
> > How to get the date a view was last modified? (As opposed to created)

>
> Alas this information is not available in SQL Server. There is a column
> schema_ver in sysobjects which appears to be incremented by 16 each time

you
> alter the view, but that is as close as you get.


That may help, thanks.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:04 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com