SQL Server visual design tool

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Sorry for the beginner question... But are there tools in SQL Server or 3rd
party tools (for converting Access users) that are:

1. Like the Access "relationships" tool -- that lets you see all your tables
and drag and drop relationships

2. Like the Access query design tool?

Thanks for any pointers --

kc
 
Microsoft SQL Server Management Studio allows you to create diagrams.
Diagrams are the equivalent to Access relationships.

Microsoft SQL Server Management Studio also allows you to create views using
a designer similar to the Access query designer tool.

Regards from Madrid (Spain)


Jesús López
VB MVP
 
Perfect, thanks.

Jesús López said:
Microsoft SQL Server Management Studio allows you to create diagrams.
Diagrams are the equivalent to Access relationships.

Microsoft SQL Server Management Studio also allows you to create views using
a designer similar to the Access query designer tool.

Regards from Madrid (Spain)


Jesús López
VB MVP
 
Ah, VS has supported Database Diagrams for some time now. So has VB6.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Back
Top