﻿<?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 Content tagged SQL Server 2005</title><link>http://www.sqlservercentral.com/</link><description>Content tagged SQL Server 2005 posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>SSIS Synchronize Remote FTP Directory</title><description><![CDATA[<p>Get a distinct list of file names from a table into an ArrayList and compare against a remote FTP server. Retrieve only the files that have not already been processed into the database.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/SQL+Server+2005/64322/</guid><pubDate>Fri, 17 May 2013 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/SQL+Server+2005/64322/</link></item><item><title>Generate a random password</title><description><![CDATA[<p>If you ever need a quick way to generate random passwords, this is a pretty useful way to do so.</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/Random+Numbers/64471/</guid><pubDate>Wed, 15 May 2013 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Random+Numbers/64471/</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><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>Generate Drop / Create Script for views, stored Procedures</title><description><![CDATA[<p>This Script generates drop and create scripts for views or stored procedures.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Maintenance+and+Management/61340/</guid><pubDate>Tue, 01 Jan 2013 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Maintenance+and+Management/61340/</link></item><item><title>Table Information View -- No Cursors!</title><description><![CDATA[<p>Row counts and storage space information for all tables in the database. (SQL Server 2005).</p>]]></description><guid>http://www.sqlservercentral.com/scripts/tables/62545/</guid><pubDate>Fri, 28 Dec 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/tables/62545/</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>Get record count for a specific database</title><description><![CDATA[<p>This will sum all of the records of a specified database, excluding the 'sysdiagrams' table.</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/Administration/61766/</guid><pubDate>Wed, 26 Dec 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Administration/61766/</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><item><title>Drop FK For A Specific Table</title><description><![CDATA[<p>Drop FK For A Sprecific Table</p>]]></description><guid>http://www.sqlservercentral.com/scripts/SQL+Server+2005/62890/</guid><pubDate>Tue, 04 Sep 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/SQL+Server+2005/62890/</link></item><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>Create_sp_help_revlogin_DB</title><description><![CDATA[<p>Enhanced sp_help_revlogin</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Security/62261/</guid><pubDate>Wed, 01 Aug 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Security/62261/</link></item><item><title>2005 Online Index Rebuild using DMV</title><description><![CDATA[<p>Identifies indexes with average logical fragmentation &gt;= 30% using the DM available in MSSQL 2005. Please refer to script for more information.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/SQL+Server+2005/61278/</guid><pubDate>Tue, 31 Jul 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/SQL+Server+2005/61278/</link></item><item><title>Using DDL Trigger</title><description><![CDATA[<p>Using DDL Triggers</p>]]></description><guid>http://www.sqlservercentral.com/scripts/DDL+Triggers/61569/</guid><pubDate>Tue, 17 Jul 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/DDL+Triggers/61569/</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><item><title>Three Attack Vectors in SQL Server 2005</title><description><![CDATA[<p>This article outlines three different tried and tested methods of obtaining access to databases in SQL Server 2005 where no database-level administrative access exists.</p>]]></description><guid>http://www.sqlservercentral.com/articles/password/87627/</guid><pubDate>Wed, 07 Mar 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/password/87627/</link></item><item><title>Server-Side Trace Pack</title><description><![CDATA[<p>Loads temporary stored procs that assist in running and monitoring server-side tracing.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Server+side+trace/88659/</guid><pubDate>Fri, 02 Mar 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Server+side+trace/88659/</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>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><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>Understanding and Using APPLY (Part 2)</title><description><![CDATA[<p>The second of a series by Paul White examining the APPLY operator. In this section learn how this operator compares with joins and about both the cross and outer options.</p>]]></description><guid>http://www.sqlservercentral.com/articles/APPLY/69954/</guid><pubDate>Fri, 13 Jan 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/APPLY/69954/</link></item><item><title>Understanding and Using APPLY (Part 1)</title><description><![CDATA[<p>The first of a two-part series of articles examining the APPLY operator. Learn the basics of how this operator works and how it can help you solve some tricky problems.</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/articles/APPLY/69953/</guid><pubDate>Fri, 06 Jan 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/APPLY/69953/</link></item><item><title>Logins created in the last X Days</title><description><![CDATA[<p>These scripts give you the list of logins created in the Last X Days for SQL Server 2000 or 2005.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Administration/63401/</guid><pubDate>Fri, 23 Dec 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Administration/63401/</link></item><item><title>Comprehensive Backup Script</title><description><![CDATA[<p>These scripts were generated to standardize our SQL backup environments, and to remove backups from Maintenance Plans.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Backup+%2f+Restore/62095/</guid><pubDate>Thu, 22 Dec 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Backup+%2f+Restore/62095/</link></item><item><title>A Sudoku solution with set based T-SQL utilizing binary operators</title><description><![CDATA[<p>A Sudoku solution with set based T-SQL approach utilizing binary values and operators, to ease the algorithm.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/62978/</guid><pubDate>Wed, 21 Dec 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/62978/</link></item><item><title>Monitor Any Linked Server From SQL 2005</title><description><![CDATA[<p>Best way to monitor Excel, Access, SQL Linked Servers from SQL 2005</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Monitoring/63307/</guid><pubDate>Mon, 19 Dec 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Monitoring/63307/</link></item><item><title>Check Instance Info</title><description><![CDATA[<p>Named or default instance, this will check info like Virtual Server Name, Cluster Name , Current owner, Preferred Owner? and? Status? (if clustered) and IP/Port for the current instance.</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/SQL+Server+7/61297/</guid><pubDate>Thu, 15 Dec 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/SQL+Server+7/61297/</link></item><item><title>Report SQL SERVER 2005 Permissions</title><description><![CDATA[<p>Reports permissions to three levels: database, schema and table -- in three formats: readable, structured, scripted.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Permissions/62372/</guid><pubDate>Mon, 12 Dec 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Permissions/62372/</link></item><item><title>Clear database - delete all records from a database (updated)</title><description><![CDATA[<p>The procedure below deletes all records from the specified database's(except master, model, msdb and tempdb) tables (except those from the schema 'sys').</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Miscellaneous/62115/</guid><pubDate>Fri, 09 Dec 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Miscellaneous/62115/</link></item><item><title>Proc to Rename a file</title><description><![CDATA[<p>A simple way to rename a file from within a T-SQL Script, primarily designed to add a date-time stamp. Works in 2000 and 2005.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Miscellaneous/63094/</guid><pubDate>Fri, 28 Oct 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Miscellaneous/63094/</link></item></channel></rss>