Activity overview
Latest activity by adam_hafner
I think there was a slight miss here. I know I stated specifically PDF, but you should probably also fix the XML export as it doesn't respect the hidden objects either. It includes everything as well and should only include the hidden ones as well. I am not sure if you want to track this as a separate bug, or open a new one? I would confirm that the PDF export is working as expected now though. Thanks! / comments
I think there was a slight miss here. I know I stated specifically PDF, but you should probably also fix the XML export as it doesn't respect the hidden objects either. It includes everything as ...
@Dan_J well, I updated to 4.2.0.3722 recently and now I am unable to recreate the issue. I am guessing it was directly or indirectly fixed by whatever changed in the recent release. / comments
@Dan_J well, I updated to 4.2.0.3722 recently and now I am unable to recreate the issue. I am guessing it was directly or indirectly fixed by whatever changed in the recent release.
Collapse All Classes Option
There is an option in SQL test for `Collapse/Expand All Databases` but it would also be helpful to have an option for `Collapse/Expand All Test Classes`. Can that be added?
Add SSMS Right Click Option to Create Tests
Add the ability to create a new test class by right clicking on an object in the Object Explorer in SSMS. By right clicking there would be an option added in the context menu that would say `Creat...
Renamed class still exists after rename
If I create a test class called `testMyProc` and then rename the class to `testMyNewProc` works correctly. If I now change it back to `testMyProc` it doesn't work as expected. What I expected was...
@Jon_Kirkwood Would you be able to provide some instructions on how you were able to import this into Excel? I tried something similar, but it was not intuitive and I couldn't get anything that was very useful without a lot of effort. So if there's something I was overlooking, I am open to suggestions for a workaround until an Excel output could be possible. Thanks! --Adam / comments
@Jon_Kirkwood Would you be able to provide some instructions on how you were able to import this into Excel? I tried something similar, but it was not intuitive and I couldn't get anything that w...
@Jon_Kirkwood We would use this information when trying to determine the impact of deprecating a field in table, view, stored procedure, etc or implementing breaking changes to a field. Using the previous example, if I was going to remove the Attribute field from Table A, currently all I know is what objects depend on Table A, but I have to do further analysis to see if any of the dependent objects actually use the Attribute field in order to remove it. Same thing goes if I were to change the field definition for the Attribute field. This takes dependency tracking a step deeper to get a better picture into what exact fields do things depend on within an object. Let me know if you have other questions. Thanks! --Adam / comments
@Jon_Kirkwood We would use this information when trying to determine the impact of deprecating a field in table, view, stored procedure, etc or implementing breaking changes to a field. Using the ...
@Jon_KirkwoodIs there any way to add some information about how "relative importance" is determined? Is there some calculation that can be provided or some sort of detail into what factors are taken into account? / comments
@Jon_KirkwoodIs there any way to add some information about how "relative importance" is determined? Is there some calculation that can be provided or some sort of detail into what factors are tak...
Additional object dependency information
When retrieving information on objects could you also include the fields that an object is using. For example, if a view uses the TableA, and it uses fields ID, Name and Attribute from TableA, cou...
Export Option for Excel
Can you add the ability to have Excel output for the dependency list? I know you can export to XML but it would be much more valuable to users to have a direct output to Excel format where it woul...