It would be nice if you timestamped the definition of an object (version). Best would be an option which allowed us to specify version timestamp with a default to current timestamp.

asked 13 Jun '12, 18:55

J%20Diaz's gravatar image

J Diaz
1.2k374465
accept rate: 10%

edited 14 Jun '12, 08:03

Volker%20Barth's gravatar image

Volker Barth
39.5k355539811


See http://dcx.sybase.com/index.html#1201/en/dbreference/sysobject-system-view.html*d5e81537

All objects have an 'object_id' in their respective system view (eg SYSTAB) that can be joined to SYSOBJECT to get the creation time.

-john.

permanent link

answered 13 Jun '12, 20:03

John%20Smirnios's gravatar image

John Smirnios
11.4k394154
accept rate: 38%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×32
×3

question asked: 13 Jun '12, 18:55

question was seen: 1,672 times

last updated: 14 Jun '12, 08:03