SQL Server Insert Script Generator |
|
|
Combination of two small utilities:
2. It can recompile all SPs in database using a hack that was found by experimentation so if there are errors after a database build, they might get caught before user attempts to run them causing them to recompile at that time (so far with SQL Server 2005, not all the errors would be reported at recompile time - some will be reported ONLY when the code actually gets executed at runtime). |