VB, .NET, SQL Server, MOSS
Programming for life!
Serving the web community
with my knowledge

SQL Server's insert into queries can be difficult to read, because you first provide the column names, and then the values: insert into table(field1,field2) values(value1,value2). There is no easy way to view it as a table. When you've forgotten a field name or a comma, you will have a serious problem... Unless you download these two tools.
See the two screenshots below to see what I mean.
The program currently has the following drawbacks:
To run the tools, you need the VB6 runtime (SP6), which is available on the Microsoft website. Or you can install PFM, which is available here.
Last modified on: 2005-12-09