Link to home
Create AccountLog in
Avatar of prgMan
prgMan

asked on

Does SQL Server 2005 have a query designer tool similiar to MS Access?

While I would never use MS Access for an multi-user application there are two features I love about MS Access, the first is the report generator.  The report generator is a heck of a lot easier to use then Crystal Report.  The second useful feature is the tool you use to build a query, it is easy to build a complex join with multiple tables.

In SQL Server 2005 is there such a tool to visually do joins between multiple tables?  I've not seen anything about this but there is so much to learn on 2005 that I may have simply not come across it.

Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of Yveau
Yveau
Flag of Netherlands image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Yes, query designer, get into Management Studio, open a create a new query window and press button "Design Query in Editor"
SOLUTION
Avatar of Patrick Matthews
Patrick Matthews
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Glad I could be of any help !