This issue is something that may well easily be resolved. When I use SQL Server Enterprise Manager and open a database listing all the tables associated I expected that by clicking the 'Create Date' at the top of the column I would think that the tables would be ordered accordingly - i.e. the most recently created table at the top of the list (or bottom accordingly).
This is clearly not the case - I am seeing the ordering of the list according to the day part of the date (i.e. those dates with 31 come first, then 30, etc) - so I may see the order of tables with Create Dates like '31/10/98', '30/09/01', '28/06/00', etc. This is clearly misleading for me.
Is there a method of displaying these tables in the order of creation so I know what new tables have been added since a given date. Is it as simple as just indicating the date format - such that the year takes precedence over the day element of the date ?
It could well be something that I've overlooked.
Any help would be appreciated.
Thanks in advance.
Steve
This is clearly not the case - I am seeing the ordering of the list according to the day part of the date (i.e. those dates with 31 come first, then 30, etc) - so I may see the order of tables with Create Dates like '31/10/98', '30/09/01', '28/06/00', etc. This is clearly misleading for me.
Is there a method of displaying these tables in the order of creation so I know what new tables have been added since a given date. Is it as simple as just indicating the date format - such that the year takes precedence over the day element of the date ?
It could well be something that I've overlooked.
Any help would be appreciated.
Thanks in advance.
Steve