<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/sql/tags/admin</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 15:05:12 GMT</pubDate>
<item>
<title>(SQL) Delete All Foreign Keys - marcocs</title>
<link>http://snipplr.com/view/21879/delete-all-foreign-keys/</link>
<description><![CDATA[ <p>Delete All Foreign Keys in a database;
(make sure you USE keyword)</p> ]]></description>
<pubDate>Mon, 26 Oct 2009 05:31:51 GMT</pubDate>
<guid>http://snipplr.com/view/21879/delete-all-foreign-keys/</guid>
</item>
<item>
<title>(SQL) Find Keywords in SQL Server Stored Procs and Functions - marcocs</title>
<link>http://snipplr.com/view/20169/find-keywords-in-sql-server-stored-procs-and-functions/</link>
<description><![CDATA[ <p>Find Keywords in SQL Server Stored Procs and Functions
Written By: Tim Ford</p> ]]></description>
<pubDate>Wed, 23 Sep 2009 17:51:37 GMT</pubDate>
<guid>http://snipplr.com/view/20169/find-keywords-in-sql-server-stored-procs-and-functions/</guid>
</item>
<item>
<title>(SQL) Last statement run for a specific SQL Server session - marcocs</title>
<link>http://snipplr.com/view/20168/last-statement-run-for-a-specific-sql-server-session/</link>
<description><![CDATA[ <p>Identify last statement run for a specific SQL Server session
Written By: Tim Ford -- 7/22/2009</p> ]]></description>
<pubDate>Wed, 23 Sep 2009 17:49:45 GMT</pubDate>
<guid>http://snipplr.com/view/20168/last-statement-run-for-a-specific-sql-server-session/</guid>
</item>
<item>
<title>(SQL) Who block Who? - marcocs</title>
<link>http://snipplr.com/view/19963/who-block-who/</link>
<description><![CDATA[ <p>"LEFT JOIN sys.dm_exec_sessions SB" only for test...
It is not necesary becouse in a real block condition "blocking_session_id" is not null. so, when you have tested it just replace Left with INNER JOIN sys.dm_exec_sess...

Good block detection to all!</p> ]]></description>
<pubDate>Sun, 20 Sep 2009 18:12:17 GMT</pubDate>
<guid>http://snipplr.com/view/19963/who-block-who/</guid>
</item>
<item>
<title>(SQL) All Columns in a Table - marcocs</title>
<link>http://snipplr.com/view/19812/all-columns-in-a-table/</link>
<description><![CDATA[ <p>Simple but...</p> ]]></description>
<pubDate>Wed, 16 Sep 2009 10:44:50 GMT</pubDate>
<guid>http://snipplr.com/view/19812/all-columns-in-a-table/</guid>
</item>
<item>
<title>(SQL) Foreign Key with Action - marcocs</title>
<link>http://snipplr.com/view/18529/foreign-key-with-action/</link>
<description><![CDATA[ <p>Foreign Key with actions on delete or update.</p> ]]></description>
<pubDate>Wed, 19 Aug 2009 04:51:43 GMT</pubDate>
<guid>http://snipplr.com/view/18529/foreign-key-with-action/</guid>
</item>
<item>
<title>(SQL) Buscar tablas por tipo de columnas - marcocs</title>
<link>http://snipplr.com/view/17720/buscar-tablas-por-tipo-de-columnas/</link>
<description><![CDATA[ <p>Buscar tablas por tipo de columnas;
Note:AND OBJECT_NAME(object_id) NOT LIKE 'sy%': cuidado si tienes tablas que empiezan con "sy%"</p> ]]></description>
<pubDate>Fri, 31 Jul 2009 03:56:11 GMT</pubDate>
<guid>http://snipplr.com/view/17720/buscar-tablas-por-tipo-de-columnas/</guid>
</item>
<item>
<title>(SQL) Buscar tablas por nombre de columnas - marcocs</title>
<link>http://snipplr.com/view/17718/buscar-tablas-por-nombre-de-columnas/</link>
<description><![CDATA[ <p>Buscar tablas por nombre de columnas;</p> ]]></description>
<pubDate>Fri, 31 Jul 2009 03:53:37 GMT</pubDate>
<guid>http://snipplr.com/view/17718/buscar-tablas-por-nombre-de-columnas/</guid>
</item>
<item>
<title>(SQL) Reboot SQL Server - mafro</title>
<link>http://snipplr.com/view/14112/reboot-sql-server/</link>
<description><![CDATA[ <p>This snippet enables a reboot of an SQL Server when the connecting user is running with the 'sysadmin'  server role.</p> ]]></description>
<pubDate>Fri, 17 Apr 2009 05:43:40 GMT</pubDate>
<guid>http://snipplr.com/view/14112/reboot-sql-server/</guid>
</item>
<item>
<title>(SQL) Extract logins default db - pollusb</title>
<link>http://snipplr.com/view/13485/extract-logins-default-db/</link>
<description><![CDATA[ <p>Extract logins default db settings from one server to export to another</p> ]]></description>
<pubDate>Thu, 26 Mar 2009 13:26:18 GMT</pubDate>
<guid>http://snipplr.com/view/13485/extract-logins-default-db/</guid>
</item>
<item>
<title>(SQL) Linked Servers Summary - pollusb</title>
<link>http://snipplr.com/view/13404/linked-servers-summary/</link>
<description><![CDATA[ <p>This piece of code is really useful to manage the Linked Servers. It will tell you if a linked server is no longer valid. That is pointing to an invalid DNS entry or an address that doesn't ping.</p> ]]></description>
<pubDate>Tue, 24 Mar 2009 11:56:32 GMT</pubDate>
<guid>http://snipplr.com/view/13404/linked-servers-summary/</guid>
</item>
<item>
<title>(SQL) Unable to delete or disable SQL Server job due to error regarding MSX server - pollusb</title>
<link>http://snipplr.com/view/13329/unable-to-delete-or-disable-sql-server-job-due-to-error-regarding-msx-server/</link>
<description><![CDATA[ <p>This is a simplified version to resolve the error "Unable to delete or disable SQL Server job due to error regarding MSX server" when migrating a server</p> ]]></description>
<pubDate>Fri, 20 Mar 2009 18:09:59 GMT</pubDate>
<guid>http://snipplr.com/view/13329/unable-to-delete-or-disable-sql-server-job-due-to-error-regarding-msx-server/</guid>
</item>
<item>
<title>(SQL) Deactivate jobs on SQL Server - pollusb</title>
<link>http://snipplr.com/view/13328/deactivate-jobs-on-sql-server/</link>
<description><![CDATA[ <p>Let's say you need to deactivate jobs, do something, then reactivate jobs. You can use this to generate the code for both by changing "@enabled = 0" with 1</p> ]]></description>
<pubDate>Fri, 20 Mar 2009 18:05:00 GMT</pubDate>
<guid>http://snipplr.com/view/13328/deactivate-jobs-on-sql-server/</guid>
</item>
<item>
<title>(SQL) Determine Free Disk Space in SQL Server - pollusb</title>
<link>http://snipplr.com/view/13063/determine-free-disk-space-in-sql-server/</link>
<description><![CDATA[ <p>This is not my code but I really like the fact that it's not using a COM object to do it's task such as the one I've been using for years.</p> ]]></description>
<pubDate>Thu, 12 Mar 2009 17:30:34 GMT</pubDate>
<guid>http://snipplr.com/view/13063/determine-free-disk-space-in-sql-server/</guid>
</item>
<item>
<title>(SQL) Connect SQL Server to a Windows Shared Folder - pollusb</title>
<link>http://snipplr.com/view/12973/connect-sql-server-to-a-windows-shared-folder/</link>
<description><![CDATA[ <p>This is how you can connect SQL Server to a Share folder for your backups. After running this, you will see the letter T: in the GUI. Each line must be run seperatly.</p> ]]></description>
<pubDate>Tue, 10 Mar 2009 20:46:52 GMT</pubDate>
<guid>http://snipplr.com/view/12973/connect-sql-server-to-a-windows-shared-folder/</guid>
</item>
</channel>
</rss>