<?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/"
	>

<channel>
	<title>The Last Pickle &#187; Links</title>
	<atom:link href="http://www.thelastpickle.com/category/links/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelastpickle.com</link>
	<description></description>
	<pubDate>Sun, 27 Jul 2008 16:22:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Links for January 9th</title>
		<link>http://www.thelastpickle.com/2008/01/10/links-for-january-9th/</link>
		<comments>http://www.thelastpickle.com/2008/01/10/links-for-january-9th/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 09:24:52 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.thelastpickle.com/2008/01/10/links-for-january-9th/</guid>
		<description><![CDATA[
    MySQL AB :: MySQL 5.0 Reference Manual :: 8.1.8 Unicode Support - ucs2, the UCS-2 encoding of the Unicode character set using 16 bits per character utf8, a UTF-8 encoding of the Unicode character set using one to three bytes per character&#8230; Currently, MySQL support for UTF-8 does not include four-byte [...]]]></description>
			<content:encoded><![CDATA[<ul>
    <li><a href="http://dev.mysql.com/doc/refman/5.0/en/charset-unicode.html">MySQL AB :: MySQL 5.0 Reference Manual :: 8.1.8 Unicode Support</a> - ucs2, the UCS-2 encoding of the Unicode character set using 16 bits per character utf8, a UTF-8 encoding of the Unicode character set using one to three bytes per character&#8230; Currently, MySQL support for UTF-8 does not include four-byte sequences.</li>
    <li><a href="http://blogs.msdn.com/michkap/archive/2006/06/05/617896.aspx">Sorting It All Out : Is SQL Server really supporting UTF-16?</a> - It is on the part of a large and complex project (SQL Server) that has some components with full support of UTF-16 and some with no support of UTF-16, and most of them in between those two extremes.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.thelastpickle.com/2008/01/10/links-for-january-9th/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Links for January 8th</title>
		<link>http://www.thelastpickle.com/2008/01/08/links-for-january-8th/</link>
		<comments>http://www.thelastpickle.com/2008/01/08/links-for-january-8th/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 00:46:49 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.thelastpickle.com/2008/01/08/links-for-january-8th/</guid>
		<description><![CDATA[
    Module Signing - When you execute a signed module, the permissions granted to the principal (using the GRANT statement) associated with the signing certificate are temporarily UNION-ed into your run-time security token for the duration of the call.
    Laurentiu Cristofor&#8217;s blog : Basic SQL Server Security concepts - [...]]]></description>
			<content:encoded><![CDATA[<ul>
    <li><a href="http://msdn2.microsoft.com/en-us/library/ms345102.aspx">Module Signing</a> - When you execute a signed module, the permissions granted to the principal (using the GRANT statement) associated with the signing certificate are temporarily UNION-ed into your run-time security token for the duration of the call.</li>
    <li><a href="https://blogs.msdn.com/lcris/archive/2007/09/13/basic-sql-server-security-concepts-ownership-chaining-good-and-evil-schemas.aspx">Laurentiu Cristofor&#8217;s blog : Basic SQL Server Security concepts - ownership chaining: good and evil; schemas</a> - The bad aspect of OC is the fact that it weakens the semantics of a deny&#8230; With the introduction of module signing in SQL Server 2005, it is now possible to associate permissions with a module, which allows more granular access control than OC could prov</li>
    <li><a href="https://blogs.msdn.com/lcris/archive/2006/01/13/sql-server-2005-example-for-how-to-allow-a-user-to-encrypt-but-not-decrypt.aspx">Laurentiu Cristofor&#8217;s blog : SQL Server 2005: Example for how to allow a user to encrypt but not decrypt</a> - We can do this by encapsulating the encryption function and the opening of the key within a procedure that has permissions to do these operations (through signing) and by granting EXECUTE permission on this procedure to the user.</li>
    <li><a href="http://blogs.msdn.com/sqlsecurity/archive/2007/11/29/open-symmetric-key-scope-in-sql-server.aspx">SQL Server Security : OPEN SYMMETRIC KEY scope in SQL Server</a> - Explains how symmetric keys can leak from a usp/udf etc if not closed.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.thelastpickle.com/2008/01/08/links-for-january-8th/feed/</wfw:commentRss>
		</item>
		<item>
		<title>links for January 4th</title>
		<link>http://www.thelastpickle.com/2008/01/06/links-for-january-4th/</link>
		<comments>http://www.thelastpickle.com/2008/01/06/links-for-january-4th/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 15:37:11 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.thelastpickle.com/2008/01/06/links-for-january-4th/</guid>
		<description><![CDATA[
    EncryptByPassphrase Encryption Algorithm - This blog enry shows how to confirm that EncyptByPassphrase, EBP for short, uses triple DES and also passes along a little bit of other info about symmetric encryption in SQL Server.

]]></description>
			<content:encoded><![CDATA[<ul>
    <li><a href="http://www.pluralsight.com/blogs/dan/archive/2006/04/09/21375.aspx">EncryptByPassphrase Encryption Algorithm</a> - This blog enry shows how to confirm that EncyptByPassphrase, EBP for short, uses triple DES and also passes along a little bit of other info about symmetric encryption in SQL Server.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.thelastpickle.com/2008/01/06/links-for-january-4th/feed/</wfw:commentRss>
		</item>
		<item>
		<title>links for January 3rd</title>
		<link>http://www.thelastpickle.com/2008/01/03/links-for-january-3rd/</link>
		<comments>http://www.thelastpickle.com/2008/01/03/links-for-january-3rd/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 07:33:40 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.thelastpickle.com/2008/01/03/links-for-january-3rd/</guid>
		<description><![CDATA[
    Microsoft SQL Server 2005 Security White Papers -
    MySQL 5.0 Reference Manual :: 4.5.5 mysqlimport â�� A Data Import Program - The mysqlimport client provides a command-line interface to the LOAD DATA INFILE SQL statement. Most options to mysqlimport correspond directly to clauses of LOAD DATA INFILE syntax.
 [...]]]></description>
			<content:encoded><![CDATA[<ul>
    <li><a href="http://www.microsoft.com/sql/technologies/security/whitepapers.mspx">Microsoft SQL Server 2005 Security White Papers</a> -</li>
    <li><a href="http://dev.mysql.com/doc/refman/5.0/en/mysqlimport.html">MySQL 5.0 Reference Manual :: 4.5.5 mysqlimport â�� A Data Import Program</a> - The mysqlimport client provides a command-line interface to the LOAD DATA INFILE SQL statement. Most options to mysqlimport correspond directly to clauses of LOAD DATA INFILE syntax.</li>
    <li><a href="http://dev.mysql.com/doc/refman/5.0/en/insert-speed.html">MySQL 5.0 Reference Manual :: 6.2.17 Speed of INSERT Statements</a> - The time required for inserting a row is determined by the following factors, where the numbers indicate approximate proportions&#8230;</li>
    <li><a href="http://dev.mysql.com/doc/refman/5.0/en/load-data.html">MySQL 5.0 Reference Manual :: 11.2.5 LOAD DATA INFILE Syntax</a> - The LOAD DATA INFILE statement reads rows from a text file into a table at a very high speed.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.thelastpickle.com/2008/01/03/links-for-january-3rd/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.380 seconds -->
