﻿<?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 SQL Server 2008</title><link>http://www.sqlservercentral.com/</link><description>Scripts tagged SQL Server 2008 posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>2008 Index Rebuild using DMV</title><description><![CDATA[<p>Index Maintenance procedure with HTML Reporting capabilities. Please refer to attached script for detailed information.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Indexing/92362/</guid><pubDate>Thu, 09 Aug 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Indexing/92362/</link></item><item><title>Get Top Queries Taxing SQL Server CPUs</title><description><![CDATA[<p>Script which uses SQL Server DMOs to gather top CPU taxing queries which can benifit most from tuning.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Performance+Tuning/89143/</guid><pubDate>Sun, 11 Mar 2012 02:19:09 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Performance+Tuning/89143/</link></item><item><title>Fix SSRS Subscription Owners</title><description><![CDATA[<p>Stored procedure to update SSRS Subscription owners to avoid email errors.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Reporting+Services+(SSRS)/88836/</guid><pubDate>Tue, 13 Mar 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Reporting+Services+(SSRS)/88836/</link></item><item><title>sp_JobSchedule_rpt for SQL 2005/8</title><description><![CDATA[<p>I just took the stored procedure documented here:

http://www.sql-server-performance.com/2002/job-report/
??
...and made it work on 2005/2008.
</p>]]></description><guid>http://www.sqlservercentral.com/scripts/SQL+Server+2005/87998/</guid><pubDate>Thu, 23 Feb 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/SQL+Server+2005/87998/</link></item><item><title>create jobs script for 2000 2005 or 2008</title><description><![CDATA[<p>will create jobs script for backup or DR purposes to install on another server.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Jobs/87086/</guid><pubDate>Wed, 18 Jan 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Jobs/87086/</link></item><item><title>Detach All User Databases</title><description><![CDATA[<p>Detach all user databases on a SQL 2008 instance</p>]]></description><guid>http://www.sqlservercentral.com/scripts/SQL+Server+2008/75494/</guid><pubDate>Wed, 24 Aug 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/SQL+Server+2008/75494/</link></item><item><title>Check status of active transactions</title><description><![CDATA[<p>Script to check status of active transactions.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/status/75129/</guid><pubDate>Thu, 04 Aug 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/status/75129/</link></item><item><title>SQL DBAdmin toolbox - Part 1: Restore single database</title><description><![CDATA[<p>A stored procedure for restoring a database up to the latest log backup from a file folder. Compatible with the backups made by standard SQL maintenance plan. </p>]]></description><guid>http://www.sqlservercentral.com/scripts/Restore/73976/</guid><pubDate>Fri, 10 Jun 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Restore/73976/</link></item><item><title>Kill all connection to database</title><description><![CDATA[<p>Procedure tries to kill all connections to the specified database.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/SQL+Server+2005/72535/</guid><pubDate>Tue, 01 Mar 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/SQL+Server+2005/72535/</link></item><item><title>Backup Compression Ratio</title><description><![CDATA[<p>Display's backup compression ration for SQL 2008 (Enterprise or Developer)</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Backup+%2f+Restore/71041/</guid><pubDate>Tue, 31 Aug 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Backup+%2f+Restore/71041/</link></item><item><title>EXECute SQL Commands over entire sets of parameters!</title><description><![CDATA[<p>A super-powered EXEC on steroids, the Power Tool every DBA wants for Christmas.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Administration/69737/</guid><pubDate>Tue, 16 Mar 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Administration/69737/</link></item><item><title>Find weak login passwords in your server</title><description><![CDATA[<p>Use this script to search for SQL Server logins who use weak password</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/69049/</guid><pubDate>Tue, 05 Jan 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/69049/</link></item><item><title>Script to Compress Tables and Indexes</title><description><![CDATA[<p>This script creates scripts to compress all tables and indexes in a database. </p>]]></description><guid>http://www.sqlservercentral.com/scripts/COMPRESS/69005/</guid><pubDate>Mon, 04 Jan 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/COMPRESS/69005/</link></item><item><title>Generate stored procedure parameter list based on table</title><description><![CDATA[<p>Generate stored procedure parameter list based on table, useful when creating new SPs on tables with lots of columns. </p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/68710/</guid><pubDate>Fri, 04 Dec 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/68710/</link></item><item><title>Scripts for Full DB Compression at partition level</title><description><![CDATA[<p>Data compression is a key feature with SQL 2008. This script, can compress all DB objects (partition/non-partitioned) according to Partition Range you specifiy. </p>]]></description><guid>http://www.sqlservercentral.com/scripts/Data+Compression/68691/</guid><pubDate>Wed, 18 Nov 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Data+Compression/68691/</link></item><item><title>usp_ShrinkAllLogs</title><description><![CDATA[<p>Replacement script for usp_ShrinkDBLogs, updates for SQL 2008 deprecating the WITH TRUNCATE_ONLY method.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Truncate+Table/68659/</guid><pubDate>Fri, 27 Nov 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Truncate+Table/68659/</link></item><item><title>SQL 2008 : Uncompressed Objects Procedure</title><description><![CDATA[<p>A Stored Procedure for your tools database. It lists uncompressed tables and indexes and also generates the SQL to compress them. </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/SQL+Server+2008/67995/</guid><pubDate>Wed, 22 Dec 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/SQL+Server+2008/67995/</link></item><item><title>Cluster Information</title><description><![CDATA[<p>This script will display information about the instance(s) on your cluster. Name of nodes, active node and drive letters of the resources</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Clustering/66612/</guid><pubDate>Fri, 08 May 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Clustering/66612/</link></item><item><title>SQL 2008 MERGE using Dynamic SQL over a Linked Server</title><description><![CDATA[<p>Stored Procedure to build a MERGE statement in SQL 2008 using dynamic SQL. </p>]]></description><guid>http://www.sqlservercentral.com/scripts/SQL+Server+2008/66507/</guid><pubDate>Mon, 31 May 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/SQL+Server+2008/66507/</link></item><item><title>Change Ownership of a Maintenance Plan</title><description><![CDATA[<p>Change owner of a maintenance plan so the SQL Agent jobs have the correct owner for running. </p>]]></description><guid>http://www.sqlservercentral.com/scripts/Ownership/65227/</guid><pubDate>Fri, 12 Dec 2008 10:14:16 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Ownership/65227/</link></item><item><title>Invalid SKU Error when Adding a Node to a SQL 2008 Cluster</title><description><![CDATA[<p>When trying to add a node to an existing SQL Server 2008 cluster you get an Invalid SKU Error</p><!-- safeguard (SQL Backup) -->
<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="https://sqlbackup.red-gate.com/LogIn?utm_source=ssc&utm_medium=pubad&utm_content=safeguard_backups&utm_campaign=sqlbackup&utm_term=rss-20016"><img src="http://assets.red-gate.com/external/SSC/backuphosted_white_68x68.png" alt="sqlbackup"></td>   <td><strong>New! Safeguard your SQL backups</strong><br />Protect your backups from onsite disaster with SQL Backup Pro and a Hosted Storage account from Red Gate.  <a href="https://sqlbackup.red-gate.com/LogIn?utm_source=ssc&utm_medium=pubad&utm_content=safeguard_backups&utm_campaign=sqlbackup&utm_term=rss-20016">Learn more</a></td>  </tr> </tbody></table>

]]></description><guid>http://www.sqlservercentral.com/scripts/Installation/64290/</guid><pubDate>Sun, 07 Sep 2008 15:28:25 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Installation/64290/</link></item><item><title>SQL Server 2008 index fragmentation</title><description><![CDATA[<p>Script to see how fragmented the indexes are.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Fragmentation/62429/</guid><pubDate>Thu, 15 May 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Fragmentation/62429/</link></item><item><title>SQL Server Backup, Integrity Check, Index and Statistics Maintenance</title><description><![CDATA[<p>Solution for Backup, Integrity Check, Index and Statistics Maintenance in SQL Server 2005, SQL Server 2008, SQL Server 2008 R2, and SQL Server 2012.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Backup/62380/</guid><pubDate>Wed, 13 Mar 2013 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Backup/62380/</link></item></channel></rss>