Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 Creating a Query Designer

Author  Topic 

sapator
Constraint Violating Yak Guru

462 Posts

Posted - 2006-12-07 : 13:59:23
Hello. Does anyone know if there is a Query or a Stored Procedure
that gives the results of the "FROM" part of a Query?
I mean if you use the query edition and you drag tables the a string
is created on the "From" clause (p.e. Authors INNER JOIN
Contition ON Authors.AuthorContition = Contition.ContNum INNER JOIN etcetc).
Is there a way that i can get this query by applying the tables on a procedure or i must create the script by myself ( ) or is there a
tool that can give me this reluts?
Thanks.
   

- Advertisement -