<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
	<title>Mayfield Global Knowledge Center - Microsoft SQL Server 2005 Express</title>
	<link>http://kb.mayfieldglobal.com</link>
	<description />
	<language>en-us</language>
	<copyright>http://kb.mayfieldglobal.com</copyright>
	<generator>ActiveKB NX</generator>
	<webMaster>vadim.tkachuk@gmail.com</webMaster>
	<lastBuildDate>Fri, 10 Sep 2010 13:50:28 PDT</lastBuildDate>
	<ttl>20</ttl>
	<item>
		<guid>http://kb.mayfieldglobal.com/questions/54/</guid>
		<title>How do I concatenate two columns in Microsoft SQL Server 2005?</title>
		<link>http://kb.mayfieldglobal.com/questions/54/</link>
		<description>
Use + to concatenate two columns. For example:
SELECT DeviceMgf.MfgName + &#039; &#039; + DeviceModel.ModelName AS Device, DeviceModel.ModelIDFROM DeviceMfg INNER JOIN DeviceModel ON DeviceMfg.MfgID = De ...</description>
		<author>Vadim Tkachuk</author>
		<pubDate>Fri, 12 Jan 2007 23:42:47 PST</pubDate>
	</item>
	<item>
		<guid>http://kb.mayfieldglobal.com/questions/71/</guid>
		<title>What are the Microsoft SQL Server 2005 comparison operators?</title>
		<link>http://kb.mayfieldglobal.com/questions/71/</link>
		<description>




 Operator
 Definition


 =
 Equal to.


 &amp;lt;&amp;gt;
 Not equal to.


 !=
 Not equal to. This operator is the same as the &amp;lt;&amp;gt; operator.


 &amp;gt;
 Greater than.


 &amp;g ...</description>
		<author>Vadim Tkachuk</author>
		<pubDate>Thu, 15 Mar 2007 20:44:27 PDT</pubDate>
	</item>
	<item>
		<guid>http://kb.mayfieldglobal.com/questions/72/</guid>
		<title>What are the Microsoft SQL Server 2005 Boolean operators?</title>
		<link>http://kb.mayfieldglobal.com/questions/72/</link>
		<description>



 Operator
 Description


 AND
 Evaluates  as true if both of the criteria are true.


 OR
 Evaluates as true if either of the criteria is true.


 NOT
 Used with the above ope ...</description>
		<author>Vadim Tkachuk</author>
		<pubDate>Thu, 15 Mar 2007 20:43:24 PDT</pubDate>
	</item>
	</channel>
</rss>
