<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fullsix Blog &#187; sql</title>
	<atom:link href="http://blogs.fullsix.pt/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.fullsix.pt</link>
	<description></description>
	<lastBuildDate>Thu, 31 Mar 2011 22:05:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Find orphaned logins in your SQL Server</title>
		<link>http://blogs.fullsix.pt/2010/03/05/find-orphaned-logins-in-your-sql-server/</link>
		<comments>http://blogs.fullsix.pt/2010/03/05/find-orphaned-logins-in-your-sql-server/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 15:39:07 +0000</pubDate>
		<dc:creator>pedro.oliveira</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://blogs.fullsix.pt/?p=401</guid>
		<description><![CDATA[If you are in the hosting business, or if you just create and delete a lot of users from your SQL Server instance, you might have the need to periodically check if there are orphaned logins in your server. These logins don&#8217;t have any database user mapped, and if they don&#8217;t have any relevant server [...]]]></description>
		<wfw:commentRss>http://blogs.fullsix.pt/2010/03/05/find-orphaned-logins-in-your-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Transactions</title>
		<link>http://blogs.fullsix.pt/2009/09/25/sql-server-transactions/</link>
		<comments>http://blogs.fullsix.pt/2009/09/25/sql-server-transactions/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 14:11:57 +0000</pubDate>
		<dc:creator>nuno.lourenco</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Transactions]]></category>

		<guid isPermaLink="false">http://blogs.fullsix.pt/2009/09/25/sql-server-transactions/</guid>
		<description><![CDATA[Deixo uma pequena nota, no que respeita a transacções em SQL Server. As transacções podem ser “acumuladas” e cada acção de sucesso (commit) apenas afecta a transacção “corrente”. No que respeita a acções de insucesso (rollback), o cenário é difierente, ou seja, qualquer que sejam as transacções que existam, no instante do insucesso, todas irão [...]]]></description>
		<wfw:commentRss>http://blogs.fullsix.pt/2009/09/25/sql-server-transactions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Orphan Users</title>
		<link>http://blogs.fullsix.pt/2009/04/28/sql-orphan-users/</link>
		<comments>http://blogs.fullsix.pt/2009/04/28/sql-orphan-users/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 11:45:26 +0000</pubDate>
		<dc:creator>nuno.lourenco</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://blogs.fullsix.pt/2009/04/28/sql-orphan-users/</guid>
		<description><![CDATA[Steps To Resolve Orphaned Users 1. Run the following command for the orphaned user from the preceding step: Use Northwind go sp_change_users_login &#8216;update_one&#8217;, &#8216;test&#8217;, &#8216;test&#8217; This relinks the server login &#8220;test&#8221; with the the Northwind database user &#8220;test&#8221;. The sp_change_users_login stored procedure can also perform an update of all orphaned users with the &#8220;auto_fix&#8221; parameter [...]]]></description>
		<wfw:commentRss>http://blogs.fullsix.pt/2009/04/28/sql-orphan-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retirar acentos a palavras acentuadas (em sql server)</title>
		<link>http://blogs.fullsix.pt/2008/04/28/retirar-acentos-a-palavras-acentuadas-em-sql-server/</link>
		<comments>http://blogs.fullsix.pt/2008/04/28/retirar-acentos-a-palavras-acentuadas-em-sql-server/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 17:22:22 +0000</pubDate>
		<dc:creator>Tiago Andrade e Silva</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://blogs.dev.fullsix.local/?p=24</guid>
		<description><![CDATA[Recentemente precisei de retirar todos os acentos dos caracteres constantes num campo de uma tabela que estava em SQL Server. A título de exemplo precisava converter &#8220;António&#8221; em &#8220;Antonio&#8221; (sem o ó). Para isso fui buscar a lista de todos os caracteres acentuados a http://www.w3schools.com/tags/ref_entities.aspe construi a lista de comandos SQL a executar utilizando este [...]]]></description>
		<wfw:commentRss>http://blogs.fullsix.pt/2008/04/28/retirar-acentos-a-palavras-acentuadas-em-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

