 




<?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>IT Answers &#187; Dynamic SQL</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/sql-server/dynamic-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 09:08:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Getting SQLCODE -518, while running EXECUTE Statement after PREPARE Statement in COBOL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/getting-sqlcode-518-while-running-execute-statement-after-prepare-statement-in-cobol/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/getting-sqlcode-518-while-running-execute-statement-after-prepare-statement-in-cobol/#comments</comments>
		<pubDate>Sat, 26 May 2012 13:38:49 +0000</pubDate>
		<dc:creator>COBOL400Praveen</dc:creator>
				<category><![CDATA[Dynamic SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am executing a dynamic SELECT query (No CURSOR- Normal SELECT) WS-STRING - SELECT MEMBNO FROM ENBMAS WHERE MEMBNO = &#8220;3535&#8243;  EXEC SQL                                     PREPARE SQLSELX FROM :WS-STRING  END-EXEC                               SQLCODE = 0 EXEC SQL                  EXECUTE SQLSELX END-EXEC             SQLCODE = -518 (THE EXECUTE STATEMENT DOES NOT IDENTIFY A VALID PREPARED STATEMENT) Please Help me out.. if [...]]]></description>
				<content:encoded><![CDATA[<p>I am executing a dynamic SELECT query (No CURSOR- Normal SELECT)<br/><br/> WS-STRING - SELECT MEMBNO FROM ENBMAS WHERE MEMBNO = &#8220;3535&#8243;<br/><br/>  EXEC SQL                                     PREPARE SQLSELX FROM :WS-STRING  END-EXEC                               <br/><br/> SQLCODE = 0<br/><br/> EXEC SQL                  EXECUTE SQLSELX END-EXEC             <br/><br/> SQLCODE = -518 (THE EXECUTE STATEMENT DOES NOT IDENTIFY A VALID PREPARED STATEMENT)<br/><br/> Please Help me out.. if I have done anything wrong<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/getting-sqlcode-518-while-running-execute-statement-after-prepare-statement-in-cobol/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>AS400 &#8211; SQLRPGLE</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-sqlrpgle/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/as400-sqlrpgle/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 09:49:19 +0000</pubDate>
		<dc:creator>rajeshece</dc:creator>
				<category><![CDATA[AS/400 Display File]]></category>
		<category><![CDATA[AS400 - Embedded SQL]]></category>
		<category><![CDATA[Dynamic SQL]]></category>
		<category><![CDATA[Embedded SQL]]></category>
		<category><![CDATA[SQLRPGLE]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, We are moving Values to Database Fields using Embedded SQL Concept. In Embedded SQL, We can decide the Variable Names dynamically. Is it possible with Display File? why?]]></description>
				<content:encoded><![CDATA[<p>Hi,<br/><br/> We are moving Values to Database Fields using Embedded SQL Concept. In Embedded SQL, We can decide the Variable Names dynamically. Is it possible with Display File? why?<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/as400-sqlrpgle/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dynamic SQL query</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dynamic-sql-query/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/dynamic-sql-query/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 17:59:31 +0000</pubDate>
		<dc:creator>Ayisha</dc:creator>
				<category><![CDATA[Access Database]]></category>
		<category><![CDATA[Dynamic SQL]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi! I&#8217;m making an application in vb.net using MS Access as DB.. Nw in this, i want to do some complex stuff, that is dynamically making sql queries or in other words, changing the where clause according to user preference. The scenario let&#8217;s say is&#8230;in a form the user can search for records thru 1) [...]]]></description>
				<content:encoded><![CDATA[<p>Hi! I&#8217;m making an application in vb.net using MS Access as DB.. Nw in this, i want to do some complex stuff, that is dynamically making sql queries or in other words, changing the where clause according to user preference.<br />
The scenario let&#8217;s say is&#8230;in a form the user can search for records thru 1) university name or 2) between 2 dates 3) through application ids&#8230; They can do each of this individualy or 1 n 2 together or 1 n 3 etc. Now instead of writing the sql query for each combination, do you think there is a way i can put in a flag value n get wateva the user wants to search frm n pass that to the where clause?<br />
Thank you so much!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/dynamic-sql-query/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SP Dynamic SQL with LIKE Operator</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sp-dynamic-sql-with-like-operater/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sp-dynamic-sql-with-like-operater/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 12:38:25 +0000</pubDate>
		<dc:creator>Eabouzeid</dc:creator>
				<category><![CDATA[Dynamic SQL]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL stored procedures]]></category>
		<category><![CDATA[Stored Procedure variables]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi. I want to create a stored procedure whereby the variable comes after the LIKE operator. For example, the code would look something like this: CREATE PROCEDURE SPFIND @VARIABLE1 VARCHAR SELECT * FROM TABLE1 WHERE FIELD1 LIKE &#8216;%@VARIABLE1%&#8217; Then to execute the procedure, EXEC SPFIND &#8216;VARIABLENAME&#8217; I can&#8217;t get this to work using the LIKE [...]]]></description>
				<content:encoded><![CDATA[<p>Hi. I want to create a stored procedure whereby the variable comes after the LIKE operator. For example, the code would look something like this:<br />
CREATE PROCEDURE SPFIND<br />
@VARIABLE1 VARCHAR<br />
SELECT *<br />
FROM TABLE1<br />
WHERE FIELD1 LIKE &#8216;%@VARIABLE1%&#8217;<br />
Then to execute the procedure,<br />
EXEC SPFIND &#8216;VARIABLENAME&#8217;<br />
I can&#8217;t get this to work using the LIKE operator. I would appreciate any help.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sp-dynamic-sql-with-like-operater/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>dynamic temporary table variable usage</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dynamic-temporary-table-variable-usage/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/dynamic-temporary-table-variable-usage/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 19:53:42 +0000</pubDate>
		<dc:creator>PaminBuckeyeLand</dc:creator>
				<category><![CDATA[Dynamic SQL]]></category>
		<category><![CDATA[INNER JOIN]]></category>
		<category><![CDATA[SQL tables]]></category>
		<category><![CDATA[SQL variables]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We have an sqr (running against a MS SQL Server DB), that references a dynamic temporary table variable in several begin-sql and begin-select statements. I am getting a syntax error in one begin-select statement where I can&#8217;t resolve the problem. It occurs after the INNER JOIN on the [$Temp_Final_IDlist] temp table. It appears as if [...]]]></description>
				<content:encoded><![CDATA[<p>We have an sqr (running against a MS SQL Server DB), that references a dynamic temporary table variable in several begin-sql and begin-select statements.  I am getting a syntax error in one begin-select statement where I can&#8217;t resolve the problem.  It occurs after the INNER JOIN on the [$Temp_Final_IDlist] temp table.  It appears as if SQR doesn&#8217;t see the replacement value for [$Temp_Final_IDlist].<br />
I&#8217;ve already made sure that the variable is not empty.<br />
Is there a limit in SQR on how many dynamic variables can be used in one program?</p>
<p>code:<br />
Cursor #28:<br />
   SQL = SELECT SEV_21A.ID,<br />
                SEV_21A.HouseHoldKey,<br />
                SEV_21A.HouseHoldCombineFlag,<br />
                SEV_21A.OrderSeqNbrStd,<br />
                SEV_21A.PrefixRankAdjusted,<br />
                SEV_21A.SalutationPrefixCode,<br />
                SEV_21A.PrefixFormalSal,<br />
                SEV_21A.PrefixFormalSalPunc,<br />
                SEV_21A.NickName,<br />
                SEV_21A.FirstName,<br />
                SEV_21A.FirstNamePunc,<br />
                SEV_21A.LastName,<br />
                SEV_21A.Gender,</p>
<p>                SEV_21B.ID,<br />
                SEV_21B.HouseHoldKey,<br />
                SEV_21B.HouseHoldCombineFlag,<br />
                SEV_21B.OrderSeqNbrStd,<br />
                SEV_21B.PrefixRankAdjusted,<br />
                SEV_21B.SalutationPrefixCode,<br />
                SEV_21B.PrefixFormalSal,<br />
                SEV_21B.PrefixFormalSalPunc,<br />
                SEV_21B.NickName,<br />
                SEV_21B.FirstName,<br />
                SEV_21B.FirstNamePunc,<br />
                SEV_21B.LastName,<br />
                SEV_21B.Gender  </p>
<p>         FROM Salutation_Elements_View    SEV_21A<br />
         INNER JOIN<br />
              [$Temp_Final_IDList]        TFI_21A   ON SEV_21A.ID = TFI_21A.ID<br />
                                                   AND TFI_21A.DropIDFlag = &#8216;N&#8217;<br />
         INNER JOIN<br />
               Salutation_Elements_View   SEV_21B   ON SEV_21A.HouseHoldKey = SEV_21B.HouseHoldKey<br />
                                                   AND SEV_21A.HouseHoldCombineFlag = SEV_21B.HouseHoldCombineFlag<br />
                                                   AND SEV_21A.EntityType           = SEV_21B.EntityType<br />
                                                   AND SEV_21A.SalutationType       = SEV_21B.SalutationType<br />
                                                   AND SEV_21A.OrderSeqNbrStd      &lt;&gt; SEV_21B.OrderSeqNbrStd<br />
                                                   AND SEV_21B.LastName IS NOT NULL<br />
                                                   AND SEV_21B.StopDateTime  IS NULL<br />
                                                   AND SEV_21B.StopUserID    IS NULL</p>
<p>         WHERE SEV_21A.LastName        IS NOT NULL<br />
           AND SEV_21A.OrderSeqNbrStd       = 1<br />
           AND SEV_21A.HouseHoldCombineFlag = &#8216;Y&#8217;<br />
           AND SEV_21A.SalutationType       = &#8216;A&#8217;<br />
           AND SEV_21A.StopDateTime    IS NULL<br />
           AND SEV_21A.StopUserID    IS NULL </p>
<p>         ORDER BY SEV_21A.HouseHoldKey, SEV_21A.ID</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/dynamic-temporary-table-variable-usage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL order by Issue</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-order-by-issue/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-order-by-issue/#comments</comments>
		<pubDate>Sat, 02 May 2009 16:44:32 +0000</pubDate>
		<dc:creator>Rohit3312</dc:creator>
				<category><![CDATA[Dynamic SQL]]></category>
		<category><![CDATA[SELECT statement]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL query optimization]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Please help me write this. I need a SQL where the order by is done based on a variable passed to the query.SELECT * FROM (SELECT distinct gl.group_id, gl.group_name, gl.group_description, gl.status_code, gl.member_count, (SELECT grpp.group_name FROM test_group_relationship grel JOIN test_group grpp ON grel.parent_group_id = grpp.group_id WHERE grel.child_group_id = gl.group_id ) AS parent_group_name, gl.group_name_key, gl.group_description_key FROM test_group [...]]]></description>
				<content:encoded><![CDATA[<p>Please help me write this.<br />
I need a SQL where the order by is done based on a variable passed to the query.SELECT *<br />
    FROM (SELECT distinct gl.group_id,<br />
                 gl.group_name,<br />
                 gl.group_description,<br />
                 gl.status_code,<br />
                 gl.member_count,<br />
                 (SELECT grpp.group_name<br />
                      FROM test_group_relationship grel JOIN test_group grpp<br />
                               ON grel.parent_group_id = grpp.group_id<br />
                      WHERE grel.child_group_id = gl.group_id<br />
                 ) AS parent_group_name,<br />
                 gl.group_name_key,<br />
                 gl.group_description_key<br />
             FROM   test_group AS gl<br />
             WHERE  gl.group_org_id   = &#8217;3909&#8242;<br />
               AND (gl.group_name_key LIKE &#8216;%GROUP%&#8217;)<br />
         ) AS data_set<br />
    ORDER BY DECODE(:sort_key,<br />
                      &#8216;name&#8217;,            &#8216;constant&#8217;,<br />
                      &#8216;description&#8217;,     group_description_key,<br />
                      &#8216;memberCount&#8217;,     LPAD(member_count, 4),<br />
                      &#8216;status&#8217;,          LPAD(status_code, 4),<br />
                      &#8216;parentGroupName&#8217;, parent_group_name<br />
               )NULLS FIRST,<br />
         UPPER(SUBSTR(group_name, 1, 1)),<br />
         SUBSTR(group_name, 1, 1) DESC,<br />
         UPPER(group_name),<br />
         group_name DESC,<br />
         group_name_key,<br />
         ;</p>
<p>When,sort_key :=&#8217;name&#8217;.As we can see it evaluates to a constant and then the remaining columns in the ORDER BY clause.</p>
<p>Now,when variable sort_key:= &#8216;description&#8217; or &#8216;memberCount&#8217;&#8230;.each of the values, then the ORDER BY LOGIC is different for each of them.</p>
<p>n brief,each of the options that the sort_key variable gets-the ORDER BY logic is different and i have to implement it in the same SQL only now.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-order-by-issue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL &#8211; Pass the result of the first query as the second query select column name</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/pass-the-result-of-the-first-queryas-the-second-querys-select-column-name/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/pass-the-result-of-the-first-queryas-the-second-querys-select-column-name/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 11:07:44 +0000</pubDate>
		<dc:creator>Chris123</dc:creator>
				<category><![CDATA[Dynamic SQL]]></category>
		<category><![CDATA[SELECT statement]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I want to pass the result of a sql query as the column name in another query eg. (note there will be a single result for the first query) SELECT CASE WHEN fld_type1 = &#8216;A&#8217; THEN &#8216;VAL_ALPHA1&#8242; WHEN fld_type1 = &#8216;D&#8217; THEN &#8216;VAL_DATE1&#8242; ELSE &#8216;VAL_NUM1&#8242; END AS FIELDNAME FROM TABLE1 I want the result of [...]]]></description>
				<content:encoded><![CDATA[<p>I want to pass the result of a sql query as the column name in another query eg. (note there will be a single result for the first query)</p>
<p>SELECT<br />
CASE<br />
WHEN fld_type1 = &#8216;A&#8217; THEN &#8216;VAL_ALPHA1&#8242;<br />
WHEN fld_type1 = &#8216;D&#8217; THEN &#8216;VAL_DATE1&#8242;<br />
ELSE &#8216;VAL_NUM1&#8242;<br />
END AS FIELDNAME<br />
FROM TABLE1</p>
<p>I want the result of the first query to pass to the second query as the select column name</p>
<p>SELECT &lt;1st Query Result&gt;<br />
FROM TABLE2<br />
WHERE ID = 8</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/pass-the-result-of-the-first-queryas-the-second-querys-select-column-name/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Oracle Forms 6i Database Objects</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-forms-6i-database-objects/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/oracle-forms-6i-database-objects/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 09:31:16 +0000</pubDate>
		<dc:creator>Oikhleif</dc:creator>
				<category><![CDATA[Dynamic SQL]]></category>
		<category><![CDATA[Oracle Designer]]></category>
		<category><![CDATA[Oracle development]]></category>
		<category><![CDATA[Oracle Forms 6i]]></category>
		<category><![CDATA[Oracle SQL]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have problem that Forms 6i does not see packages stored on Database with Dynamic SQL code on it. When I open Forms Designer it does see Database Objects at the bottom but with running the forms it gives and error that does see sys. dba_sql. Thank you]]></description>
				<content:encoded><![CDATA[<p>I have problem that Forms 6i does not see packages stored on Database with Dynamic SQL code on it. When I open Forms Designer it does see Database Objects at the bottom but with running the forms it gives and error that does see sys. dba_sql.</p>
<p>Thank you</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/oracle-forms-6i-database-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find out what is in dbms_sql cursor</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/find-out-what-is-in-dbms_sql-cursor/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/find-out-what-is-in-dbms_sql-cursor/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 17:54:00 +0000</pubDate>
		<dc:creator>Darryn</dc:creator>
				<category><![CDATA[DBMS]]></category>
		<category><![CDATA[DBMS_SQL]]></category>
		<category><![CDATA[Dynamic SQL]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am trying to put in a 5500 character query into dynamic sql, and then use the Oracle dbms_sql function to execute the sql. However, there is an error in the sql statement that is being generated, but the error message doesn&#8217;t help me identify where the error is, as it pertains to the dynamic [...]]]></description>
				<content:encoded><![CDATA[<p>I am trying to put in a 5500 character query into dynamic sql, and then use the Oracle dbms_sql function to execute the sql. However, there is an error in the sql statement that is being generated, but the error message doesn&#8217;t help me identify where the error is, as it pertains to the dynamic sql (i.e. error at line nn).</p>
<p>Is there a way for me to get the value of the statement held in the cursor, so that I can see where the problem is? I have tried the dbms_output.put(statement), but that returns an error saying that it is limited to 255 bytes per line.</p>
<p>Thanks,<br />
Darryn</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/find-out-what-is-in-dbms_sql-cursor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I populate an SQL table created on the fly in RPGLE?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-populate-an-sql-table-created-on-the-fly-in-rpgle/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-populate-an-sql-table-created-on-the-fly-in-rpgle/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 04:20:47 +0000</pubDate>
		<dc:creator>SteveFletcher</dc:creator>
				<category><![CDATA[Dynamic SQL]]></category>
		<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[RPG]]></category>
		<category><![CDATA[RPGLE]]></category>
		<category><![CDATA[RPGSQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL2JXL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am writing a report program where I create a table that is then converted to an Excel spreadsheet using SQL2JXL. I am able to dynamically create a table with Execute Immediate but I have been unable to populate it. The problem is the table name is stored in a variable within the program and [...]]]></description>
				<content:encoded><![CDATA[<p>I am writing a report program where I create a table that is then converted to an Excel spreadsheet using SQL2JXL. I am able to dynamically create a table with Execute Immediate but I have been unable to populate it. The problem is the table name is stored in a variable within the program and I can&#8217;t figure out how to get Insert Into to allow me to pass the table name as a variable to put the data into that table. </p>
<p>Any ideas? Thanks.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-populate-an-sql-table-created-on-the-fly-in-rpgle/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/30 queries in 0.036 seconds using memcached
Object Caching 925/1070 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 09:46:33 -->