Search code examples
sql-server-2000ssms

SSMS: How to sort objects by date?


i created a stored procedure recently, and i would like to sort the list of stored procedures by date.

12 years ago this was easy: alt text

What is the preferred way to accomplish this in SQL Server Management Studio? alt text

Bonus: How to sort by owner?


Solution

  • Answer: It's not possible.

    Upate: Possible

    Sometime in the intervening 9 years since i first asked this question, SSMS added the feature that was present c. 2000: Object Explorer Details:

    enter image description here

    And you get the functionality of a user interface that was created 25 years ago:

    enter image description here

    I understand why didn't want to let see items in a folder: it's so much work. It's easier to make the user's suffer everyday, rather than the developers once.