SQL table create in a grid

I have discovered an interesting feature in Microsoft Visual Studio. I can edit SQL create table scripts in a grid. VS will parse the SQL and format the fields into a grid and then when I save the changes it writes out the updated SQL. Are there any other tools that work like that?

For those not familiar with the feature in VS, I think it only works in database projects.

I know what some of you will say. Real database programmers do not need it. I do not need it but I want it.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.