<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: T-SQL: Parse Top Level Domain from URL</title>
	<link>http://blog.netnerds.net/2007/01/t-sql-parse-top-level-domain-from-url/</link>
	<description>ls /usr/lolcat</description>
	<pubDate>Sun, 12 Oct 2008 10:48:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Jerry @ Moonvalley Software</title>
		<link>http://blog.netnerds.net/2007/01/t-sql-parse-top-level-domain-from-url/#comment-10203</link>
		<dc:creator>Jerry @ Moonvalley Software</dc:creator>
		<pubDate>Sat, 07 Jun 2008 06:20:21 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/01/t-sql-parse-top-level-domain-from-url/#comment-10203</guid>
		<description>Thanks for the tips and the sample, very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks for the tips and the sample, very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward</title>
		<link>http://blog.netnerds.net/2007/01/t-sql-parse-top-level-domain-from-url/#comment-2008</link>
		<dc:creator>Edward</dc:creator>
		<pubDate>Thu, 31 Jan 2008 12:33:25 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/01/t-sql-parse-top-level-domain-from-url/#comment-2008</guid>
		<description>Thank you very much!</description>
		<content:encoded><![CDATA[<p>Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric P</title>
		<link>http://blog.netnerds.net/2007/01/t-sql-parse-top-level-domain-from-url/#comment-587</link>
		<dc:creator>Eric P</dc:creator>
		<pubDate>Thu, 04 Oct 2007 22:14:34 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/01/t-sql-parse-top-level-domain-from-url/#comment-587</guid>
		<description>Never mind...I found that for whatever reason, my logging software is adding scads of whitespace to the right of the site if the entry goes directly to the root website causing the record to exceed the allowed length of the variable. If I use an rtrim(site), everything works as it should. I wll be contacting the programmers of the logging software.

Thanks a million for this!!</description>
		<content:encoded><![CDATA[<p>Never mind...I found that for whatever reason, my logging software is adding scads of whitespace to the right of the site if the entry goes directly to the root website causing the record to exceed the allowed length of the variable. If I use an rtrim(site), everything works as it should. I wll be contacting the programmers of the logging software.</p>
<p>Thanks a million for this!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric P</title>
		<link>http://blog.netnerds.net/2007/01/t-sql-parse-top-level-domain-from-url/#comment-586</link>
		<dc:creator>Eric P</dc:creator>
		<pubDate>Thu, 04 Oct 2007 05:50:52 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/01/t-sql-parse-top-level-domain-from-url/#comment-586</guid>
		<description>THis is absolutely fantastic! I am getting a curious result though, and I am not sure what to make of it.

if I pass the URL from my logs through the function, it is successful at returning the root domain, unless the string was going to the web root.

For example, If the entered string was http://www.google.com, the function returns a null, if the string was http://www.google.com/calendar?tab=mc , it properly returns google.com. Is the missing slash at the end of the input string the culprit?</description>
		<content:encoded><![CDATA[<p>THis is absolutely fantastic! I am getting a curious result though, and I am not sure what to make of it.</p>
<p>if I pass the URL from my logs through the function, it is successful at returning the root domain, unless the string was going to the web root.</p>
<p>For example, If the entered string was <a href="http://www.google.com," rel="nofollow">http://www.google.com,</a> the function returns a null, if the string was <a href="http://www.google.com/calendar?tab=mc" rel="nofollow">http://www.google.com/calendar?tab=mc</a> , it properly returns google.com. Is the missing slash at the end of the input string the culprit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cm</title>
		<link>http://blog.netnerds.net/2007/01/t-sql-parse-top-level-domain-from-url/#comment-585</link>
		<dc:creator>cm</dc:creator>
		<pubDate>Thu, 22 Mar 2007 20:51:56 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/01/t-sql-parse-top-level-domain-from-url/#comment-585</guid>
		<description>thanks -works great</description>
		<content:encoded><![CDATA[<p>thanks -works great</p>
]]></content:encoded>
	</item>
</channel>
</rss>
