I have some SQL thats getting run and it is taking to long to return the results / parse / display, etc. application.
I have SQL Server Management Studio 2012 installed.
starting from SQL Server 2005, SQL Server Management Studio is the new management tool (Enterprise manager replaced). Thus, the "New Query" tab is the place where you can write down and analyze your queries. You can see the Execution Plan, client data and so on.
SQL Query Analyzer does not exist anymore.