Link to home
Start Free TrialLog in
Avatar of prismabi
prismabi

asked on

What is the best VISUAL Query Designer for SQL queries?

Dear experts,
I am reposting my previous question, but this time for a begining sql programmer.
What is the best VISUAL Query Designer for SQL queries?
I use QBE (MS Access) and it is very usefull, but is there a better environment to create and debug SQL queries?
Especially, is there a better tool for passthrough queries?
Thanks in advance.
Avatar of prismabi
prismabi

ASKER

Avatar of Anthony Perkins
What is your database?  If the answer is MS Access your best bet is to move this question to a more appropriate Topic Area such as:
https://www.experts-exchange.com/Databases/MS_Access/

If it is MS SQL Server than Enterprise Manager is a fairly good but limited visual query designer.
I came from Access, but now I have to deal with SQL server.
Is there something like Access QBE for SQL Server?
Enterprise Manager have a visual designer only for views.
You're right, i will repost tomorrow this question to the Access forum here.
Thanks
>>Enterprise Manager have a visual designer only for views.<<
You can use it for any ad-hoc queries, but you are right you cannot save them.  In order to take full advantage of MS SQL Server, I suggest you wean yourself from Enterprise Manager and use SQL Query Analyzer.
SQL Query Analyzer is fine for debugging, but not really visual.
The easiest way I found to design queries is to make an
Access project (.ADP), then you can use the Access QBE environment
for most stored procedures and functions, but not complex queries.
ASKER CERTIFIED SOLUTION
Avatar of Anthony Perkins
Anthony Perkins
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ok, i see i have no choice.
Thanks