I am a complete autodidact but I have been using SQL with SQL Server Management Studio for 12 years now, so I consider myself quite experienced. What happens if one had never been instructed in the first place by a pro, is that you get used to bad habits without knowing it. My former boss who had given me the first glimpses of writing queries is still our main IT person in the company. Now, if there are more complex SQL problems he usually asks me for help.
He certainly writes great queries, but what strikes me, is that he exclusivly uses the graphic diagramm pane together with the criteria pane to build his queries (views). I pretty much got used right from the start to writing the queries in sql code.
What is the general idea of the experienced user? Do I subestimate this method of building quieres? I know that many sql stuff can NOT be depicted graphically, so is this method a query wizard for dummies?
Thanks for sharing your ideas on that.
Martin