﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Scripts tagged Utility</title><link>http://www.sqlservercentral.com/</link><description>Scripts tagged Utility posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Generate Column Metadata</title><description><![CDATA[<p>This utility will generate column and parameter metadata in various useful formats for tables, views, and procedures.</p><!-- how to automate(Deployment Manager) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015"><img src="http://assets.red-gate.com/external/SSC/deployment-manager-68x68.png" alt="deploymentmanager"></td>   <td><strong>How to automate your .NET and SQL Server deployments</strong><br />Deploy .NET code and SQL Server databases in a single repeatable process with Red Gate Deployment Manager. <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015">Start deploying with a 28-day trial</a></td>  </tr> </tbody></table>

]]></description><guid>http://www.sqlservercentral.com/scripts/Utility/96375/</guid><pubDate>Tue, 12 Feb 2013 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Utility/96375/</link></item><item><title>Backup all Filegroups</title><description><![CDATA[<p>A short script to backup all filegroups, for those who utilise filegroups within a database.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/70769/</guid><pubDate>Wed, 29 Jun 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/70769/</link></item><item><title>Linked Server Connectivity Test</title><description><![CDATA[<p>A short procedure for your tools database. Use it to test connectivity to linked servers.</p><!-- disturbing m2 (DBA Bundle) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m2&utm_campaign=sqldbabundle&utm_term=rss-20019"><img src="http://assets.red-gate.com/external/SSC/top5_68x68.gif" alt="sqldbabundle"></td>   <td><strong>Top 5 hard-earned Lessons of a DBA </strong><br />New! Part 4, ‘Disturbing Development’ by Grant Fritchey, features the return of Joe Deebeeay and a server-threatening encounter with ORMs -  <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m2&utm_campaign=sqldbabundle&utm_term=rss-20019">read it here</a></td>  </tr> </tbody></table>
]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/69864/</guid><pubDate>Tue, 28 Dec 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/69864/</link></item><item><title>Column Size Checker</title><description><![CDATA[<p>A T-SQL script that reveals how appropriate your choice of column sizes is.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/69859/</guid><pubDate>Thu, 30 Dec 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/69859/</link></item><item><title>View Errors in the Default Trace</title><description><![CDATA[<p>Returns records with errors from the default trace ordered by most recent first</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Administration/68648/</guid><pubDate>Thu, 12 Nov 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Administration/68648/</link></item><item><title>The Ultimate Index-Less Foreign-Key Finder</title><description><![CDATA[<p>Searches for foreign key constraints that don't have fully matching indexes. The best partial matching indexes are outputted with MatchCounts and column comparisons.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Administration/68357/</guid><pubDate>Thu, 15 Oct 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Administration/68357/</link></item><item><title>The Ultimate Object Searcher</title><description><![CDATA[<p>Searches for objects (including CLR) who's names contain the search string. outputs IDs, names, and types of the object and its parent.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/68266/</guid><pubDate>Tue, 06 Oct 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/68266/</link></item><item><title>Find Missing Foreign Keys</title><description><![CDATA[<p>Find missing foreign keys in your database schema based on naming conventions.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Utility/67854/</guid><pubDate>Mon, 24 Aug 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Utility/67854/</link></item><item><title>BCP Format File Builder</title><description><![CDATA[<p>Utility stored procedure to create non-xml format file for BCP/BULK INSERT processes.  Very useful for text-qualified CSV files.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/SQL+Server+2005/67764/</guid><pubDate>Fri, 14 Aug 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/SQL+Server+2005/67764/</link></item><item><title>Three Sample reports for the Automated DBA: Space Usage SnapShotter</title><description><![CDATA[<p>1100 largest indexes by total buffer cache usage; 100 largest tables by total reserved pages; Largest tables in each database with running total of space usage and growth since last snapshot</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Administration/67437/</guid><pubDate>Mon, 13 Jul 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Administration/67437/</link></item><item><title>The Automated DBA: Batch Database File Grower - SQL2000 ReportOnly Ver</title><description><![CDATA[<p>Grows all of the data files in a database based on the greater of a fixed minimum free space amount or a dynamic percentage of the size of the largest table in the filegroup.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/67188/</guid><pubDate>Fri, 19 Jun 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/67188/</link></item><item><title>The Automated DBA: Batch Database File Grower - SQL2005 ReportOnly Ver</title><description><![CDATA[<p>Grows all of the data files in a database based on the greater of a fixed minimum free space amount or a dynamic percentage of the size of the largest table in the filegroup.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/67187/</guid><pubDate>Mon, 22 Jun 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/67187/</link></item><item><title>The Automated DBA: Batch Database File Grower - SQL 2000 Version</title><description><![CDATA[<p>Grows all of the data files in a database based on the greater of a fixed minimum free space amount or a dynamic percentage of the size of the largest table in the filegroup.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/67186/</guid><pubDate>Thu, 25 Jun 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/67186/</link></item><item><title>The Automated DBA: Batch Database File Grower - SQL 2005 Version</title><description><![CDATA[<p>Grows all of the data files in a database based on the greater of a fixed minimum free space amount or a dynamic percentage of the size of the largest table in the filegroup.</p><!-- disturbing m1(DBA Bundle) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m1&utm_campaign=sqldbabundle&utm_term=rss-20018"><img src="http://assets.red-gate.com/external/SSC/top5_68x68.gif" alt="sqldbabundle"></td>   <td><strong>‘Disturbing Development’</strong><br />Grant Fritchey & the DBA Team present the latest installment of the Top 5 hard-earned lessons of a DBA –  <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m1&utm_campaign=sqldbabundle&utm_term=rss-20018">read it now</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/67185/</guid><pubDate>Tue, 23 Jun 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/67185/</link></item><item><title>The Automated DBA: Space Usage Snapshotter Lite (non-sysadmin dbo)</title><description><![CDATA[<p>Records snapshots of space usage stats by partition, index, table, schema, filegroup, and database. Stats include Reserved, Used, and Data for row, lob, and overflow.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Administration/67099/</guid><pubDate>Mon, 15 Jun 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Administration/67099/</link></item><item><title>The Automated DBA: Space Usage Snapshotter (sysadmin; central DB)</title><description><![CDATA[<p>Records snapshots of space usage &amp; buffer cache usage stats by partition, index, table, schema, filegroup, &amp; database. Stats incl Reserved, Used, Data, buffer cache for row, lob, &amp; overflow.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Administration/67098/</guid><pubDate>Wed, 17 Jun 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Administration/67098/</link></item><item><title>The Ultimate Dupe Finder &amp; Performance Test Parameter Set Researcher</title><description><![CDATA[<p>Finds the largest dupe-sets of one or more columns of a single table or derived table. Great for finding hoggy parameter combinations for perf-testing queries within stored procedures!</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Administration/66847/</guid><pubDate>Fri, 29 May 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Administration/66847/</link></item><item><title>The Ultimate Running Requests Reporter</title><description><![CDATA[<p>Reports all running requests along with the request's identifying information (SPID, login etc), current resource consumption, query batch text, statement text, and XML query plan.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/66830/</guid><pubDate>Mon, 24 May 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/66830/</link></item><item><title>The Ultimate Index Width Stats Reporter</title><description><![CDATA[<p>Reports index length stats for indexes who's lengths exceeding parametrized thresholds (defaults to 0 - get all) for total length and seek length, optionally filtering schemas and tables.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/65598/</guid><pubDate>Wed, 28 Jan 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/65598/</link></item><item><title>The Ultimate PK-Less / CLIDX-Less Table Finder</title><description><![CDATA[<p>Lists Schema/Object of tables that are missing a Primary Key or Clustered Index, along with aggregate data for size, rows, indexes, and columns.</p><!-- Breeze (SQL Prompt) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015"><img src="http://assets.red-gate.com/external/SSC/Prompt_68.gif" alt="sqlprompt"></td>   <td><strong>Make working with SQL a breeze</strong><br />SQL Prompt 5 is the effortless way to write, edit, and explore SQL. It's packed with features such as code completion, script summaries, and SQL reformatting, that make working with SQL a breeze.  <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015">Try it now.</a></td>  </tr> </tbody></table>
]]></description><guid>http://www.sqlservercentral.com/scripts/Administration/64880/</guid><pubDate>Fri, 02 Oct 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Administration/64880/</link></item><item><title>The Ultimate Table Searcher Mk2</title><description><![CDATA[<p>Searches for tables who's names contain the search string.  Gives Aggregate Size, Rows, Index, and Column information as well.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Administration/64870/</guid><pubDate>Tue, 20 Oct 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Administration/64870/</link></item><item><title>The Ultimate Connection Summarizer and Trouble Finder</title><description><![CDATA[<p>Reports summaries, in 3 levels of detail, connections, running requests, open transactions + cursors, and blocking. Provides query text + plan for the piggiest running request of each group.</p><!-- Breeze (SQL Prompt) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015"><img src="http://assets.red-gate.com/external/SSC/Prompt_68.gif" alt="sqlprompt"></td>   <td><strong>Make working with SQL a breeze</strong><br />SQL Prompt 5 is the effortless way to write, edit, and explore SQL. It's packed with features such as code completion, script summaries, and SQL reformatting, that make working with SQL a breeze.  <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015">Try it now.</a></td>  </tr> </tbody></table>
]]></description><guid>http://www.sqlservercentral.com/scripts/Lock+and+Connection+Management/64433/</guid><pubDate>Thu, 22 Oct 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Lock+and+Connection+Management/64433/</link></item><item><title>The Ultimate Missing Index Finder</title><description><![CDATA[<p>Reports stats on what the query optimizer records in the DMVs as missing indexes and what it says the cost savings will be if they were present. Can limit by table / schema name patterns.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Indexing/63937/</guid><pubDate>Mon, 07 Jan 2013 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Indexing/63937/</link></item><item><title>The Ultimate Prospective-Index Column(s) Selectivity Analyzer</title><description><![CDATA[<p>Gets single-column and cumulative-column selectivity stats and @Top largest dupe sets for each cumulative column stepping for a set of one or more columns for a table.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Indexing/63936/</guid><pubDate>Fri, 24 Oct 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Indexing/63936/</link></item><item><title>The Ultimate Duplicate Index Finder</title><description><![CDATA[<p>Searches database-wide for multiple indexes in the same table which has the same column as the first seek key.  Optionally limits to LIKE wildcard patterns of table and schema names.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Indexing/63935/</guid><pubDate>Fri, 17 Oct 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Indexing/63935/</link></item><item><title>The Ultimate Index Usage Reporter</title><description><![CDATA[<p>Reports index stats, index size+rows, member seek + include columns as two comma separated output columns, and index usage stats for one or more tables and/or schemas.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Indexing/63934/</guid><pubDate>Thu, 27 Dec 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Indexing/63934/</link></item><item><title>The Ultimate Index Lister (Non-Pivoted)</title><description><![CDATA[<p>Lists details for all indexes on one or more tables / schemas, including row count and size.  The non-pivot version also gives data type and other details for the columns.</p><!-- 5 Minutes (SQL Source Control)-->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/sql-development/sql-source-control/entrypage/5-minutes?utm_source=ssc&utm_medium=pubad&utm_content=5mins&utm_campaign=sqlsourcecontrol&utm_term=rss-20012"><img src="http://assets.red-gate.com/external/SSC/SOC5mins68x68.gif" alt="sqlsourcecontrol"></td>   <td><strong>Database source control in just 5 minutes</strong><br />It takes just 5 minutes to connect your SQL databases to source control. Got 5 minutes to spare?  <a href="http://www.red-gate.com/products/sql-development/sql-source-control/entrypage/5-minutes?utm_source=ssc&utm_medium=pubad&utm_content=5mins&utm_campaign=sqlsourcecontrol&utm_term=rss-20012">Get started now.</a></td>  </tr> </tbody></table>

]]></description><guid>http://www.sqlservercentral.com/scripts/Indexing/63932/</guid><pubDate>Tue, 07 Oct 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Indexing/63932/</link></item><item><title>The Ultimate Index Lister (Pivoted)</title><description><![CDATA[<p>Lists details for all indexes on one or more tables / schemas, including row count and size. This version outputs the member seek + include columns as two comma separated output columns.</p><!-- disturbing m1(DBA Bundle) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m1&utm_campaign=sqldbabundle&utm_term=rss-20018"><img src="http://assets.red-gate.com/external/SSC/top5_68x68.gif" alt="sqldbabundle"></td>   <td><strong>‘Disturbing Development’</strong><br />Grant Fritchey & the DBA Team present the latest installment of the Top 5 hard-earned lessons of a DBA –  <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m1&utm_campaign=sqldbabundle&utm_term=rss-20018">read it now</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/scripts/Indexing/63931/</guid><pubDate>Thu, 09 Oct 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Indexing/63931/</link></item><item><title>The Ultimate Table Searcher</title><description><![CDATA[<p>Searches for tables who's names contain the search string.  Gives Size and Rows information as well.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Administration/63929/</guid><pubDate>Wed, 14 Oct 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Administration/63929/</link></item><item><title>The Ultimate Column Searcher</title><description><![CDATA[<p>Searches for columns with names containing @Colname that belong to tables with names containing @TableName or schemas with names containing @SchemaName. Gives size and rowcount for tables.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Administration/63928/</guid><pubDate>Fri, 16 Oct 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Administration/63928/</link></item></channel></rss>