<?xml version="1.0"?><rss version="2.0"><channel><title>Microsoft SQL Server Community</title><link>http://www.sqlcommunity.com</link><description>Microsoft SQL Server Community</description><language>en-US</language><copyright>Copyright 2007 by www.sqlcommunity.com</copyright><webMaster>sqlgurus@sqlcommunity.com</webMaster><item><title> - List Tables and the presence on Schema and FileGroup</title><description> This Script is to display the Tables present in a database and also on which schema,FileGroup the t...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Wed, 24 Dec 2008 10:01:41 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=386</guid></item><item><title> - List the Indexes present in a database including all schemas</title><description> This Script list all indexes present on all tables present in all schemas in a database. 
   
  ...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Wed, 24 Dec 2008 09:56:13 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=385</guid></item><item><title> - ListAllTablesSizeinaDB</title><description> This script will help us to obtain all the table's info in a DB. It gives us the information on num...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Tue, 23 Dec 2008 04:56:33 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=384</guid></item><item><title> - Completed blocked spid report with what queries running</title><description> This scripts gives you the blocked process report with the leading blockers and what queries are ru...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Thu, 18 Dec 2008 16:29:00 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=382</guid></item><item><title> - ListallTableIndexes</title><description>This Script is to list the indexes present on all tables in a given Database Syntax: ListallTableInd...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Wed, 01 Oct 2008 17:37:12 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=346</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Indentify Table(s) with Unique Constraint</title><description> The script helps us identify all tables in DB that have Unique Constraint defined on them. </description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Fri, 05 Sep 2008 17:02:02 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=341</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Identify Table(s) without Index</title><description> The script helps us identify all tables in DB that do not have index(s) defined on them. </description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Fri, 05 Sep 2008 16:59:04 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=340</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Identify table(s) without Clustered Index in DB</title><description> This Script helps us to identify all table(s) in DB that do not have Clustered Index defined on it....</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Fri, 05 Sep 2008 16:54:57 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=339</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Identify Tables Without Primary Key,but has unique constraint</title><description> The script helps us to Identify Tables in DB Without Primary Key,but has unique constraint </description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Fri, 05 Sep 2008 16:50:01 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=338</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Identify Tables that have Clustered Index,but it is not built on Primary Key</title><description> The script helps to Identify Tables in DB that have Clustered Index,but it is not built on Primary ...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Fri, 05 Sep 2008 16:46:43 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=337</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Identify Table(s) without Primary Key in a DB</title><description> The Script helps us identify all table(s) that do not have Primary Key defined on them. </description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Fri, 05 Sep 2008 16:31:43 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=336</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Idenitfy Tables that have Primary key as a part of Non Clustered Index</title><description> The script helps to fetch all tables in the database that have their Primary key(s) defined as Non ...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Fri, 05 Sep 2008 16:28:32 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=335</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Identify Tables that has Clustered Index,but has no Primary Key</title><description> The Script helps to fetch all tables that have Clustered Index defined on it, but has no primary ke...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Fri, 05 Sep 2008 16:26:04 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=334</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Create All Secondary Indexes 2005</title><description> This script will generate a script to create all secondary indexes for a database.  The output is f...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sat, 05 Jul 2008 18:32:21 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=306</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Dynamically Generate Delete Statement for Child Tables</title><description> /*SELECT --f.name AS foreign_key_name 
OBJECT_NAME(f.parent_object_id) AS 'f.parent_object_id' 
,...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sun, 22 Jun 2008 11:16:38 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=300</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Automatically Create and Analyze Trace for Worst Queries</title><description> This script automatically starts a trace and stores the trace data in to a table and then analyzes ...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Thu, 12 Jun 2008 02:11:52 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=296</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Script to obtain Database Mirroring connection details</title><description>   Querying Mirroring Connections  Sometimes you may have to look into current mirroring connections...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Fri, 04 Apr 2008 07:54:28 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=233</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Change maintenance plan owner SQL Server 2005</title><description> --Check current owners 
SELECT name, description, suser_sname(ownersid)  
FROM msdb.dbo.sysdtspac...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Thu, 27 Mar 2008 15:00:36 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=228</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Deny backup privileges to all logins SQL Server 2005</title><description> --Change to active database name 
--USE database_name 
--go 
 DECLARE @UserName varchar(50) 
DE...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Thu, 27 Mar 2008 14:57:02 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=227</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Get index information regarding included columns</title><description>-- Author: Kalen Delaney (www.SQLTuners.net) -- Date: March 10th 2008  -- Description: This view con...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Tue, 11 Mar 2008 01:16:36 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=207</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Querying sys.dm_os_ring_buffers for memory state changes</title><description>  
 declare 
  
   @ts_now   bigint   @ts_now   =   ms_ticks   from     sys.dm_os_sys_info  
 * ...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Mon, 03 Mar 2008 19:51:55 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=195</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - FileGroup Listing - Object (Table/Index) listing in filegroup/files</title><description> This script will allow you to find out which object (table or index or heap) in which filegroup/fil...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Wed, 27 Feb 2008 23:25:05 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=189</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Logins Permissions Report</title><description> Generates a detailed SQL login permissions report.  Compatible with SQL2000 and up.  Please see the...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Mon, 25 Feb 2008 19:08:27 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=188</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - SQL Server 2005 and 2008 - Backup, Integrity Check and Index Optimization</title><description> I have made a solution for backup, integrity check and index optimization in SQL Server 2005 and SQ...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sat, 16 Feb 2008 15:52:45 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=181</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Get a list of databases that are not being backed up</title><description> Script to identify databases that have no full or transaction log backups, either today or yesterda...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Tue, 12 Feb 2008 15:34:41 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=174</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Find out which SQL Agent jobs are currently executing</title><description> Script to identify executing Sql Server Agent jobs and step names.  Uses an extended stored procedu...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Tue, 12 Feb 2008 15:23:27 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=173</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Run SQL (T-SQL Statements or Stored Proc) on multiple Servers (by Vipul Shah)</title><description> There are many cases when DBA wants to query all of his SQL Servers in farm or deploy a server scri...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sat, 09 Feb 2008 19:59:57 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=167</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Get Database Backup History</title><description> -- GET DATABASE BACKUP HISTORY 
-- Louis Nguyen 2008 
-- IF Disk Backup, b.physical_device_name w...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Fri, 01 Feb 2008 19:29:45 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=140</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Create Audit Table</title><description> This script will take any table from any database and create an audit table alongside with the name...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Fri, 18 Jan 2008 16:58:53 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=124</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Drop all foreign keys and tables in a database</title><description>The purpose of this script is to drop all foreign key relationships within your database so you can ...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Thu, 17 Jan 2008 10:01:51 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=119</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Identify orphan SQL Server user accounts from your local SQL Server.</title><description> This script detects and displays orphan SQL Server accounts from all the databases of your local SQ...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Mon, 26 Nov 2007 11:02:41 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=102</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Find out if your local SQL Server is configured to use /3GB switch or not?</title><description> This script checks if your local SQL Server is configured with /3GB switch in pagefile.sys file or ...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Mon, 26 Nov 2007 10:59:25 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=101</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - How to determine the space used by Tables in the database.</title><description> 
   
 
       Displays the number of rows in the table,    Total amount of space reserved for th...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Fri, 26 Oct 2007 08:25:57 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=91</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Rebuild all indexes in a user database</title><description> Having always avoided maint plans and the dreaded sysmaint.exe I've created my own procs to handle ...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Tue, 16 Oct 2007 15:42:04 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=81</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Script to find out which login has what server role permissions.</title><description>   Script to find out which login has what server role permissions?            Many a times DBA’s ma...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Mon, 15 Oct 2007 10:03:37 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=77</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - How to get current date and time of a system.</title><description>  To get the current date and time of a system following  Date Time Functions can be used.  
 
  ...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Mon, 15 Oct 2007 06:53:52 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=73</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - See what's happening behind the scenes of TempDB database.</title><description>        Find out what's happening in TempDB database      This script shows you what's happening beh...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Thu, 11 Oct 2007 07:24:58 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=65</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Changing the owner of DTS Packages</title><description>   Change the DTS Package owner using SQL_ChangeDTSOwner   
    Author:    Saleem Hakani     
 Thi...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sat, 06 Oct 2007 23:45:57 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=54</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Get a snapshot of My Computer in SQL Server</title><description>   Get the facts about your drives and SQL Server space utilization from SQL Server   
  Author:  S...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sat, 06 Oct 2007 23:35:05 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=53</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Get details about your database</title><description>   Get detils of your databases using SQL_DBReport 
   
   Author:      Saleem Hakani    
  SQL_D...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sat, 06 Oct 2007 23:09:09 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=52</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Get the Facts about your Backups</title><description>   Get the Facts about your SQL Server Backups   
   Author:      Saleem Hakani    
   This script...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Thu, 04 Oct 2007 20:51:04 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=50</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - SQL Server data/log usage for each drives</title><description>   Get the facts on data/log usage from each drive.   
   Author:      Saleem Hakani    
  SQL_Dri...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Thu, 04 Oct 2007 20:13:49 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=49</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Backup all User and System Databases excluding Mirror Databases.</title><description>   Backup all User and System Databases excluding Mirror Databases   
    Author:    Saleem Hakani ...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Thu, 04 Oct 2007 10:13:13 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=47</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - SQLAgent.out Size Alert</title><description> This procedure can be scheduled to run on any frequency and it will go out and look at the sqlagent...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Thu, 27 Sep 2007 19:48:11 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=38</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Unrestrict database growth for one and for all</title><description> This scipt helps you unrestrict the size of your data and log files and sets the filegrowth to 10%....</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sun, 26 Aug 2007 23:33:45 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=16</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Get facts on whether statistics are required or not?</title><description> This script helps in finding out how many records were inserted/updated/deleted since the last time...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sun, 26 Aug 2007 23:31:36 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=15</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - To Index or to Defrag (Smart INDEX)</title><description>   SQL_SmartINDEX  allows you to quickly get the facts on how much percentage of fragmentation you h...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sun, 26 Aug 2007 23:27:30 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=14</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Detect Real-time Deadlocks and Blocks</title><description>  SQL_ShowLOCKS:  This script helps you detect realtime deaclocks and blocks from your SQL Server 20...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sun, 26 Aug 2007 23:22:25 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=13</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Rebuild Indexes Online</title><description>   SQL_ReIndeXER25  allows you to rebuild indexes (ONLINE) from a single database to all the databas...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sun, 26 Aug 2007 23:19:06 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=12</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Auto Failover SQL Jobs during Database Mirroring Session.</title><description>  With the release of SQL Server 2005 SP1, Microsoft released a new High Availability technology cal...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sun, 26 Aug 2007 23:15:57 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=11</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Get SQL Server Agent job configuration information</title><description>   SQL_JobINFO  gives you a quick overview of how your SQL Server Agent jobs are configured. This in...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sun, 26 Aug 2007 20:00:09 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=10</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Are your indexes useful?</title><description> SQL_IndexUSAGE: This procedure shows whether your indexes on tables are useful or not. This script ...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sun, 26 Aug 2007 19:56:11 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=9</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Detect highest CPU bound queries</title><description>  SQL_HighCPU  script helps you detect the highest consuming CPU queries. Very useful for troublesho...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sun, 26 Aug 2007 19:50:35 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=8</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Defrag indexes from one or all databases.</title><description>   SQL_DeFraGGer25  allows you to defrag indexes from a single database to all the databases. This r...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sun, 26 Aug 2007 19:04:04 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=7</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Quickly get database information</title><description>  This script allows you to obtain information related to files/file group associated with your SQL ...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sun, 26 Aug 2007 18:58:04 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=6</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Check the status of database mirroring session</title><description>   SQL_DBMStatus  provides you with a quick status on your database mirroring session. You MUST alwa...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sun, 26 Aug 2007 18:55:36 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=5</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Control Database Mirroring Failover and Failback thru script.</title><description>  SQL_DBMFailOVER  allows you to perform database failover from the principal server instance to the...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sun, 26 Aug 2007 18:53:20 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=4</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Track daily data growth</title><description> SQL_DataGROWTH tool allows you to capture daily data growth from every single object of your SQL Se...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sun, 26 Aug 2007 08:04:05 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=3</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Checking Integrity and Consistency of Databases</title><description>  SQL_CheckDBALL can be used to check the allocation and structural integrity of all the objects con...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sun, 26 Aug 2007 06:04:45 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=2</guid></item><item><title>SQL Server Scripts &amp; Tools Heaven - Attach and Detach SQL Server Databases</title><description>This script can be used to generate detach and attach script for one or all the databases from your ...</description><link>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx</link><pubDate>Sun, 26 Aug 2007 05:55:56 GMT</pubDate><guid>http://www.sqlcommunity.com/ScriptsTools/SQLServerScriptsCategorized/tabid/56/language/en-US/Default.aspx?id=1</guid></item></channel></rss>