hey, i have been looking for information out there in google but i only found programs that create sql diagrams, but im not looking that. im looking information of how sql server diagrams works whats their job and what will change if i create diagrams :s
thx and sorry for this noob question
mig16

SQL Server Diagrams?
suamikim
Guido79
Andrey Basko
um...sql server diagrams can dramatically impact how a database operates. database objects can be created, altered, and dropped...all within a diagram.
Jossef Goldberg
Arnoldio
FirstDivision
fafan_iran
No, creating diagrams doesn't change how a db operates. It only helps you to visualize what's going on. If you choose to start changing stuff from there then it will let you but that's not what their primary purpose is. You are much better off modifying objects in tsql.
Saviourmachine
Karthik987
ok. i think i understand what you're trying to say. the mere creation of a diagram doesn't affect how a db operates. but modifications made to a diagram can affect how a db operates. it is misleading to suggest that a diagram has absolutely no effect on the operation of the db it represents.