﻿<?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 7</title><link>http://www.sqlservercentral.com/</link><description>Scripts tagged SQL Server 7 posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Get DDL for any SQL 2000 table</title><description><![CDATA[<p>a stored procedure returning a single varchar(8000) of the CREATE TABLE script for any table.It does everything calculated columns, rules,indexes,defaults,triggers,constraints...everything.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/SQL+Server+7/67516/</guid><pubDate>Tue, 28 Jul 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/SQL+Server+7/67516/</link></item><item><title>Table Index Store and Create</title><description><![CDATA[<p>Query to save all index metadata</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Indexing/67471/</guid><pubDate>Fri, 17 Jul 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Indexing/67471/</link></item><item><title>Differential Backup Store Procedure for SQL Server 2000</title><description><![CDATA[<p>The Store Procedure can be use for generating Differential Backup datewise in SQL Server 2000.</p><!-- 15 seconds (SQL Monitor) -->
<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/sql-monitor/entrypage/custom-metrics?utm_source=ssc&utm_medium=pubad&utm_content=15_seconds&utm_campaign=sqlmonitor&utm_term=rss-20017"><img src="http://assets.red-gate.com/external/SSC/monitor_ico.gif" alt="sqlmonitor"></td>   <td><strong>Get alerts within 15 seconds of SQL Server issues</strong><br />SQL Monitor checks performance data every 15 seconds, so you can fix issues before your users even notice them.  <a href="http://www.red-gate.com/products/dba/sql-monitor/entrypage/custom-metrics?utm_source=ssc&utm_medium=pubad&utm_content=15_seconds&utm_campaign=sqlmonitor&utm_term=rss-20017">Start monitoring with a free trial.</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/scripts/Backup+%2f+Restore/67421/</guid><pubDate>Tue, 14 Jul 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Backup+%2f+Restore/67421/</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 - 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>Yet Another Deleting Duplicate Records (in-place)</title><description><![CDATA[<p>Here is another &quot;deleting duplicate records&quot; script, this time in-place, using a uniqueidentifier column.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Miscellaneous/65420/</guid><pubDate>Thu, 15 Jan 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Miscellaneous/65420/</link></item><item><title>Tables referenced by a stored proc (2000)</title><description><![CDATA[<p>This should find all tables referenced by an sp.  It uses syscomments and hence has a wrap 'issue'.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/SQL+Server+7/65162/</guid><pubDate>Tue, 30 Dec 2008 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/SQL+Server+7/65162/</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>]]></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>Permission scripting over all databases</title><description><![CDATA[<p>Scripts permissions/roles for db user across all databases.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Permissions/64309/</guid><pubDate>Wed, 10 Sep 2008 07:28:09 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Permissions/64309/</link></item><item><title>Find the port no Get Port SQL Server 2000</title><description><![CDATA[<p>This Query is used to Find the port number or Get Port mumber SQL Server 2000 using T-SQL</p>]]></description><guid>http://www.sqlservercentral.com/scripts/SQL+Server+7/64001/</guid><pubDate>Sat, 09 Aug 2008 19:34:48 UT</pubDate><link>http://www.sqlservercentral.com/scripts/SQL+Server+7/64001/</link></item><item><title>Delimited String Parsing Functions - TwoCol set</title><description><![CDATA[<p>Feed it two delimited strings of horizontal data and it returns it back as a vertical table with the two column data in the same synchronized position order.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/63962/</guid><pubDate>Mon, 03 Nov 2008 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/63962/</link></item><item><title>Delimited String Parsing Functions - Big Set</title><description><![CDATA[<p>Feed it large strings of delimited horizontal data and it returns it back as a vertical table.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/63959/</guid><pubDate>Wed, 06 Aug 2008 03:03:20 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/63959/</link></item><item><title>Delimited String Parsing Functions - Basic Set</title><description><![CDATA[<p>Feed it delimited horizontal data and it returns it back as a vertical table.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/63958/</guid><pubDate>Mon, 20 Oct 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/63958/</link></item><item><title>Counter Table (table of numbers) Setter-Upper for SQL Server 2000</title><description><![CDATA[<p>Sets up 3 'table of numbers' that completely fill a 1, 2, and 3-level clustered index respectivly with 620, 384400, and 238328000 numbers.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/63956/</guid><pubDate>Wed, 06 Aug 2008 02:50:45 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/63956/</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>Monitor Any Linked Server From SQL 2000</title><description><![CDATA[<p>Best way to monitor Excel, Access, SQL Linked Servers from SQL 2000</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Monitoring/63309/</guid><pubDate>Fri, 11 Jul 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Monitoring/63309/</link></item><item><title>usp_SecurCreation - SQL 2k</title><description><![CDATA[<p>Creates statements for securables creation.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Administration/63172/</guid><pubDate>Thu, 26 Jun 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Administration/63172/</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><item><title>Show content differences between two tables/views </title><description><![CDATA[<p>A stored procedure that generates sql to determine the difference for each record and field.

</p>]]></description><guid>http://www.sqlservercentral.com/scripts/content+difference+table/63049/</guid><pubDate>Fri, 13 Jun 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/content+difference+table/63049/</link></item><item><title>Row count and space used for all tables in database (update)</title><description><![CDATA[<p>This procedure works like the sp_spaceused procedure but this one shows statistics for all tables in the selected database or for all databases (excluding tempdb and model).
</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Miscellaneous/62468/</guid><pubDate>Wed, 25 May 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Miscellaneous/62468/</link></item><item><title>Import/Export SQL Server 2000 Enterprise Manager Registered Servers</title><description><![CDATA[<p>Exports and imports SQL Server 2000 Enterprise Manager groups and server registrations using Powershell. </p>]]></description><guid>http://www.sqlservercentral.com/scripts/powershell/62275/</guid><pubDate>Thu, 08 May 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/powershell/62275/</link></item><item><title>Available bytes for row expansion (adding columns) in a table</title><description><![CDATA[<p>This scalar function accepts a table name and returns the number of bytes left out of the 8060  bytes available for adding new columns. </p>]]></description><guid>http://www.sqlservercentral.com/scripts/SQL+Server+2005/62190/</guid><pubDate>Thu, 03 Apr 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/SQL+Server+2005/62190/</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>Script a Database Role</title><description><![CDATA[<p>Script one or all roles in a database.  Includes users, obect permissions and column permissions.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/SQL+Server+7/61878/</guid><pubDate>Thu, 08 Sep 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/SQL+Server+7/61878/</link></item><item><title>Generate SQL Scripts from Database</title><description><![CDATA[<p>Simulate EM's Generate SQL Scripts with DMO and VBS</p>]]></description><guid>http://www.sqlservercentral.com/scripts/DMO/61811/</guid><pubDate>Fri, 16 Dec 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/DMO/61811/</link></item><item><title>Restore database with all necessary files</title><description><![CDATA[<p>It creates the script for restoring your database with all the backups (full, differential and transaction log) needed.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Restore/61810/</guid><pubDate>Wed, 13 Jul 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Restore/61810/</link></item><item><title>Set standard database options</title><description><![CDATA[<p>Ensure all your databases have standardised options by running this script weekly.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/SQL+Server+7/61753/</guid><pubDate>Mon, 19 Sep 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/SQL+Server+7/61753/</link></item><item><title>Backup Stored Proc</title><description><![CDATA[<p>Script to backup 2000/2005 databases.</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/Backup+%2f+Restore/61550/</guid><pubDate>Fri, 09 Sep 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Backup+%2f+Restore/61550/</link></item><item><title>Check Availability Window - SQL2k</title><description><![CDATA[<p>This script allows you to check the several availability windows for the current day.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Maintenance+and+Management/61431/</guid><pubDate>Fri, 18 Jan 2008 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Maintenance+and+Management/61431/</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>]]></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></channel></rss>