<?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>PcTechBlog &#187; SQL Server</title>
	<atom:link href="http://www.pctechblog.com/category/software/sql-server/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pctechblog.com</link>
	<description>random talk about pc problems</description>
	<lastBuildDate>Fri, 03 Jul 2009 19:36:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Paste text or HTML code inside SQL Server table</title>
		<link>http://www.pctechblog.com/software/sql-server/paste-text-or-html-code-inside-sql-server-table</link>
		<comments>http://www.pctechblog.com/software/sql-server/paste-text-or-html-code-inside-sql-server-table#comments</comments>
		<pubDate>Wed, 31 Dec 2008 09:52:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[paste html code]]></category>

		<guid isPermaLink="false">http://www.pctechblog.com/?p=47</guid>
		<description><![CDATA[Sometimes you want to paste a block of text or HTML code inside a table of SQL Server using the SQL Server Managment Studio. Problem is that usually the text or code has line breaks in it, resulting in truncation of the pasted text.
A solution that i found to the problem above was to use [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you want to paste a block of text or HTML code inside a table of SQL Server using the SQL Server Managment Studio. Problem is that usually the text or code has line breaks in it, resulting in truncation of the pasted text.</p>
<p><span id="more-47"></span>A solution that i found to the problem above was to use a text editor like <a title="Notepad++" href="http://www.notepad-plus.sourceforge.net/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.notepad-plus.sourceforge.net/');" target="_blank">Notepad++</a>. You first paste the text or Html code inside notepad++, mark the text and use the command &#8220;join lines&#8221; from the edit menu.  In that case, notepad++ removes the line breaks and you have one line of text. That is the text that you want to paste into the cell of the SQL Server Table in order not to have problems with truncation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pctechblog.com/software/sql-server/paste-text-or-html-code-inside-sql-server-table/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sql Server Windows Authentication fails in Windows Vista</title>
		<link>http://www.pctechblog.com/software/sql-server-windows-authentication-fails-in-windows-vista</link>
		<comments>http://www.pctechblog.com/software/sql-server-windows-authentication-fails-in-windows-vista#comments</comments>
		<pubDate>Thu, 11 Dec 2008 18:41:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SSMS]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows Authentication]]></category>

		<guid isPermaLink="false">http://www.pctechblog.com/?p=30</guid>
		<description><![CDATA[When you open SQL Server Management Studio and try to connect to an SQL Server 2005 instance in Windows Vista, you get the following error: &#8220;Login failed for user &#8220;admin&#8221; (where admin is your administrator username).

The solution is to run SQL Server Management Studio (SSMS) as Administrator.
]]></description>
			<content:encoded><![CDATA[<p>When you open SQL Server Management Studio and try to connect to an SQL Server 2005 instance in Windows Vista, you get the following error: &#8220;Login failed for user &#8220;admin&#8221; (where admin is your administrator username).</p>
<p><span id="more-30"></span></p>
<p>The solution is to run SQL Server Management Studio (SSMS) as Administrator.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pctechblog.com/software/sql-server-windows-authentication-fails-in-windows-vista/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
