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.
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
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
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
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 !