I am using SSMS (SQL Server Management Studio 2008), but I am missing some programming functions that exist in Eclipse for Java, such as:
- Call Hierarchy
- Open Declaration
Are there any tools for SQL Server that offer the same functionality?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Red Gate has a fairly nice suite of tools for working against SQL Server. Most of the ones that are assistive are plugins to SSMS, which I think you’re going to find is common to a lot of SQL Server tool suites. I haven’t used it, but Toad for Sql Server is used by one of the consultants here.
Looking at the two things you’ve mentioned, you may want to try viewing the execution plan for the query (Query->Include Actual Execution Plan) when executing it against the database or view dependencies (right click on object->View Dependencies), depending on your scenario. For most objects you can click and drag them into a query window to see the declaration.