| Author |
Message |
msq
Joined: 20 Jul 2006 Posts: 4
|
Posted: Thu Aug 03, 2006 11:40 am Post subject: What is sort order in Dependencies Tree ? |
|
|
What order are objects sorted in the "Uses" section of the Dependencies tree ? I would have expected them to be either in the same order as they are accessed by the calling object or possibly in alphabetical order. However, they appear to be sorted in a random order.
If you are tracking the operation of a stored procedure by using Dependency Tracker, then it is important to know the order in which objects are accessed, otherwise the outcome would be completely different. |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6348 Location: Red Gate Software
|
Posted: Thu Aug 03, 2006 3:58 pm Post subject: |
|
|
Dependency Tracker simply arranges the objects so that they fit in the grid. It uses an algorithm for doing so which is not specifically designed to sort SQL server objects, but rather to keep related objects together as closely as possible. There are a number of layout options, but none of them consider any aspect of the SQL object other than how close related objects should be. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
msq
Joined: 20 Jul 2006 Posts: 4
|
Posted: Fri Aug 04, 2006 1:02 pm Post subject: |
|
|
That's a shame, as I think the order in which objects appear has a relevance. If you are looking at the objects used by a stored procedure, the order in which they are called/referenced determines the whole operation of the stored procedure.
Could I suggest that a sort option be provided in a later version of the product. Alternatives could include alphabetic and logical order. |
|
| Back to top |
|
 |
jroh
Joined: 21 Aug 2008 Posts: 10
|
Posted: Tue Jul 21, 2009 7:54 pm Post subject: sort order would be very good |
|
|
| I would also like to see the used by / uses objects sorted by name. I'm working with a db with many SP's tied to one table |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group