Overview
A collection of helpful SQL Server utility scripts
Rebuild every index on every table in a database.
Rebuild every index on every table in a database.
Refresh the metadata for every view in the database.
Refresh the metadata for every view in the database.
Update the index statistics for every index on every table.
Update the index statistics for every index on every table.
Find the number of rows in every table in your database
Search all objects in SQL ServerA simple and fast query to find the number of records/rows in every table in your database.
sp_search_code
Search all objects in SQL Server
Find Invalid Characters
Search a column for invalid ASCII characters