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 2005 Forums
 Transact-SQL (2005)
 Reverse engineering documentation

Author  Topic 

nmaruti
Starting Member

10 Posts

Posted - 2009-02-19 : 19:23:47
Hi Forum,

Is there any tool which can describes about a given SQL query. I mean reverse process of a query builder.

For Ex: If give
"SELECT Count(*), City From dbo.Table1 GROUP BY City
Having Count(*) > 2"

The output should be something like: Get the City data whose names are more than 2 times appears ..1

Please help eventhough it looks like a Odd question. I have serious of queries where i need to document them in english language.

Thanks,
Nmaruti.

mfemenel
Professor Frink

1421 Posts

Posted - 2009-02-19 : 19:45:16
Oh, if only such a thing existed...sigh. If you find something like that buy lottery tickets, ask out a super model and anything else you need luck for. That is a developers dream.

Mike
"oh, that monkey is going to pay"
Go to Top of Page
   

- Advertisement -