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.
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 Procedurethat gives the results of the "FROM" part of a Query?I mean if you use the query edition and you drag tables the a stringis 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 atool that can give me this reluts?Thanks. |
|
|
|
|