JF SQL Profiler is a custom application that will save me time and by time i mean LOTS of time. What it essentially does it grabs all the information based on the scheme of a database stored in MSSQL. It is setup to handle SQL 2000, 2005, and 2008. Since i am an asp.net developer, i was spending alot of time writing the same object classes and methods such as update, create, delete, select in my object based on the table schema. The JFSQLProfiler creates objects and CRUD Methods based on the schema of your table. It will generate all the code in the object as you can see from the screen shot. It is setup to hand both .NET Framework 2.0 and 3.5. Below you will see some of the powerful functionality that this piece of software I wrote has. Eventually, once i have it exactly how i want it, it will be put out for all to use.
Enjoy.