Tool for sql refactoring?

Posted by C. Ross on Stack Overflow See other posts from Stack Overflow or by C. Ross
Published on 2010-05-28T13:59:49Z Indexed on 2010/05/28 14:02 UTC
Read the original article Hit count: 141

Filed under:
|
|

Is there a refactoring tool available for SQL (TSQL in particular). Is there any tool that can do automatic simplification of SQL?

I have a set of views where only the top two are used, and I'd like to refactor this into only two views, hence 10+ queries into two queries.

© Stack Overflow or respective owner

Related posts about sql

Related posts about tools