Click here to monitor SSC

Andras

Software Architect - Red Gate Software

SQL Refactor 1.0 released

Published Tuesday, October 31, 2006 1:25 PM

Following a very successful beta program we have now released the first version of SQL Refactor.

SQL Refactor is an Add-In to Microsoft Management Studio, with a large number of features that include laying out SQL, renaming views, stored procedures, table, functions, their parameters and columns and handling all their references, table split, encapsulate as new stored procedure, etc.

For a full list of features see http://www.red-gate.com/products/SQL_Refactor/index.htm or my previous blog post about the beta http://www.simple-talk.com/community/blogs/andras/archive/2006/10/03/2300.aspx

From http://www.red-gate.com/products/SQL_Refactor/index.htm you can download a fully functional trial or buy the product.

If you have suggestions for new versions or have a question about the product please use our forum http://www.red-gate.com/MessageBoard/viewforum.php?f=53 or contact us directly.

I'd like to thank all our beta testers both in my and in my team's name for helping us to release SQL Refactor.

 

Andras

by András

Comments

No Comments
You need to sign in to comment on this blog

About András

András Belokosztolszki is a software architect at Red Gate Software Ltd. He is a frequent speaker at many UK user groups and events (VBUG, NxtGen, Developer’s Group, SQLBits). He is primarily interested in database internals and database change management. At Red Gate he has designed and led the development of many database tools that compare database schemata and enable source control for databases (SQL Compare versions 4 to 7), refactor databases (SQL Refactor) and show the history of databases by analyzing the transaction log (SQL Log Rescue). András has a PhD from Cambridge and an MSc and BSc from ELTE, Hungary. He is also a MCSD and MCPD Enterprise. See his articles on simple-talk.
Latest articles
Backups, What Are They Good For?
 We've heard the confessional story from Pixar that Toy Story 2 was almost lost due to a bad backup, but... Read more...

C# Async: What is it, and how does it work?
 The biggest new feature in C#5 is Async, and its associated Await (contextual) keyword. Anybody who is... Read more...

Handling Deadlocks in SQL Server
 In this excerpt from his book Troubleshooting SQL Server: A Guide for the Accidental DBA, Jonathan... Read more...

SQL VIEW Basics
 SQL Views are essential for the database developer. However, it is common to see them misued, or... Read more...

The PoSh DBA: Grown-Up PowerShell Functions
 Laerte goes step-by-step through the process of tidying up and making more reusable an untidy... Read more...