QBE & SQL Server
-
Does anyone know of a 3rd party Query-by-Example diagraming tool that can be used with a SQL Server database?? Paul
-
Does anyone know of a 3rd party Query-by-Example diagraming tool that can be used with a SQL Server database?? Paul
ummm ... with sql server there is the query builder thingy ... they call it views ... that lets you build complex queries in a rather no brain fashion ... seems ok to me :suss: mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them
-
ummm ... with sql server there is the query builder thingy ... they call it views ... that lets you build complex queries in a rather no brain fashion ... seems ok to me :suss: mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them
Let me clarify: The SQL Server Query Builder does not take the SQL code for a parameterized queries and convert it to a diagram. It only works (or at least that is all I got to work) for views -- which by definition do not have parameters.