<?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>Mainframe COBOL &#187; sql</title>
	<atom:link href="http://www.mainframecobol.info/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mainframecobol.info</link>
	<description>We know what COBOL stands for</description>
	<lastBuildDate>Sun, 05 Feb 2012 18:50:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SharePoint 2007 site collection auditing</title>
		<link>http://www.mainframecobol.info/2012/01/sharepoint-2007-site-collection-auditing/</link>
		<comments>http://www.mainframecobol.info/2012/01/sharepoint-2007-site-collection-auditing/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 01:46:39 +0000</pubDate>
		<dc:creator>Trevor Eddolls</dc:creator>
				<category><![CDATA[cobol]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[audit]]></category>
		<category><![CDATA[audit files]]></category>
		<category><![CDATA[audit log]]></category>
		<category><![CDATA[audit logs]]></category>
		<category><![CDATA[auditing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[collection]]></category>
		<category><![CDATA[CONTENTDATABASE]]></category>
		<category><![CDATA[Darren]]></category>
		<category><![CDATA[Darren Pritchard]]></category>
		<category><![CDATA[Eddolls]]></category>
		<category><![CDATA[Pritchard]]></category>
		<category><![CDATA[Settings]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.mainframecobol.info/?p=1153</guid>
		<description><![CDATA[We start the year with another in our series of SharePoint hints and tips from our expert Darren Pritchard. This time he&#8217;s looking at how to sucessfully audit SharePoint site collections. To enable/disable SharePoint auditing: Open the site that you wish to audit Click &#8216;Site Actions&#8217; Select &#8216;Site Settings&#8217; Click &#8216;Modify All Site Settings&#8217; Under [...]]]></description>
			<content:encoded><![CDATA[<p>We start the year with another in our series of SharePoint hints and tips from our expert Darren Pritchard. This time he&rsquo;s looking at how to sucessfully audit SharePoint site collections.</p>
<p><span id="more-1153"></span></p>
<p>To enable/disable SharePoint auditing:</p>
<ol>
<li>Open the site that you wish to audit</li>
<li>Click &lsquo;Site Actions&rsquo;</li>
<li>Select &lsquo;Site Settings&rsquo;</li>
<li>Click &lsquo;Modify All Site Settings&rsquo;</li>
<li>Under &lsquo;Site Collection Administration&rsquo; you have &lsquo;Site collection audit settings&rsquo;</li>
<li>You would see Figure 1.</li>
<li>Here you can select what you wish to audit</li>
<li>Be very careful, SharePoint will not automatically purge these audit logs. They will continue to grow as long as they are enabled. I have seen content databases with 80GB of audit files!</li>
</ol>
<p>&nbsp;</p>
<p><img title="Configure Audit Settings" src="http://3.bp.blogspot.com/-IQdaU8BlNvQ/TwloUgQghRI/AAAAAAAAAKk/mLjG7vOrc8w/s320/b280-1.jpg" alt="Configure Audit Settings" width="320" height="173" /></p>
<p><em>Figure 1: Configure Audit settings page</em></p>
<p>To trim audit files:</p>
<ol>
<li>Create the batch file shown in Figure 2. Note: CONTENTDATABASE is the name of the database within SQL.</li>
<li>Save it as &lsquo;Purge Audit Logs.bat&rsquo;</li>
<li>This will need to be run on your SharePoint Web frontend server as an Administrator. Do not be alarmed if it takes a little while to run. The time it takes depends on the amount of audit logs you are trying to trim.</li>
</ol>
<p class="code">SET STSADM=&#8221;c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\STSADM.EXE&#8221;</p>
<p class="code">%stsadm% -o trimauditlog -date &lt;YYYYMMDD&gt; -databasename &lt;CONTENTDATABASE&gt;</p>
<p class="code">Pause</p>
<p><em>Figure 2: Purge Audit Logs.bat</em></p>
<p>I would suggest running this on a system without users because it may have an impact on performance.</p>
<p>If you have large amounts of audit log files, I would recommend running the trim command on a month&rsquo;s worth of audit logs at a time. The SQL transaction log file will grow very large during the trim process.</p>
<p>Once you have trimmed the audit logs you will need to run a shrink database task within SQL to reclaim the space used during the trim process.</p>
<p>I&#8217;d like to thank Darren for his continuing contributions, and a happy New Year to everyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mainframecobol.info/2012/01/sharepoint-2007-site-collection-auditing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Online IBM Reference Manuals for Mainframe Cobol, Batch Processing, Online Processing, Tools, Editors, Utilities, Databases and Messages</title>
		<link>http://www.mainframecobol.info/2010/11/free-online-ibm-reference-manuals-for-mainframe-cobol-batch-processing-online-processing-tools-editors-utilities-databases-and-messages/</link>
		<comments>http://www.mainframecobol.info/2010/11/free-online-ibm-reference-manuals-for-mainframe-cobol-batch-processing-online-processing-tools-editors-utilities-databases-and-messages/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 10:00:10 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[cics]]></category>
		<category><![CDATA[cobol]]></category>
		<category><![CDATA[db2]]></category>
		<category><![CDATA[ims db/dc]]></category>
		<category><![CDATA[mainframe]]></category>
		<category><![CDATA[pl/1]]></category>
		<category><![CDATA[Abend Codes]]></category>
		<category><![CDATA[Batch Processing]]></category>
		<category><![CDATA[CICS Abends]]></category>
		<category><![CDATA[CICS/ESA]]></category>
		<category><![CDATA[CICS/TS]]></category>
		<category><![CDATA[CLIST]]></category>
		<category><![CDATA[Cobol Ii]]></category>
		<category><![CDATA[Cobol Tools]]></category>
		<category><![CDATA[Db2 Udb]]></category>
		<category><![CDATA[DB2/UDB]]></category>
		<category><![CDATA[DFSORT]]></category>
		<category><![CDATA[Editors]]></category>
		<category><![CDATA[Enterprise COBOL]]></category>
		<category><![CDATA[ErrorCodes]]></category>
		<category><![CDATA[IBM COBOL]]></category>
		<category><![CDATA[Ibm Mainframe]]></category>
		<category><![CDATA[Ibm Manuals]]></category>
		<category><![CDATA[Icetool]]></category>
		<category><![CDATA[ims]]></category>
		<category><![CDATA[ispf]]></category>
		<category><![CDATA[MVS JCL]]></category>
		<category><![CDATA[Online Databases]]></category>
		<category><![CDATA[Online Processing]]></category>
		<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[Os 390]]></category>
		<category><![CDATA[Os Jcl]]></category>
		<category><![CDATA[OS/390 JCL]]></category>
		<category><![CDATA[pl/i]]></category>
		<category><![CDATA[Processing Tools]]></category>
		<category><![CDATA[Reference Manuals]]></category>
		<category><![CDATA[Rexx]]></category>
		<category><![CDATA[SDSF]]></category>
		<category><![CDATA[SOC errors]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[SQL Codes]]></category>
		<category><![CDATA[System Messages]]></category>
		<category><![CDATA[tso]]></category>
		<category><![CDATA[VS COBOL II]]></category>
		<category><![CDATA[z/OS JCL]]></category>

		<guid isPermaLink="false">http://www.mainframecobol.info/?p=686</guid>
		<description><![CDATA[Here&#8217;s a place to find free Online IBM Reference Manuals for Mainframe Cobol, Batch Processing, Online Processing, Tools, Editors, Utilities, Databases and Messages. I&#8217;m sure there are probably others, so feel free to leave comments. IBM Mainframe Manuals for VS COBOL II, IBM COBOL, Enterprise COBOL, MVS JCL, OS/390 JCL, z/OS JCL, TSO, ISPF, SDSF, [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a place to find free Online IBM Reference Manuals for Mainframe Cobol, Batch Processing, Online Processing, Tools, Editors, Utilities, Databases and Messages.  I&#8217;m sure there are probably others, so feel free to leave comments.</p>
<p>IBM Mainframe Manuals for VS COBOL II, IBM COBOL, Enterprise COBOL, MVS JCL, OS/390 JCL, z/OS JCL, TSO, ISPF, SDSF, DFSORT, ICETOOL, CLIST, REXX, PL/I, CICS/ESA, CICS/TS, DB2, DB2/UDB, IMS, SQL Codes, Abend Codes, ErrorCodes, System Messages, SOC errors, CICS Abends etc&#8230;</p>
<p><a href="http://ibmmainframes.com/manuals.php">CLICK HERE</a> to visit their website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mainframecobol.info/2010/11/free-online-ibm-reference-manuals-for-mainframe-cobol-batch-processing-online-processing-tools-editors-utilities-databases-and-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full-text search with DB2 Text Search</title>
		<link>http://www.mainframecobol.info/2010/04/full-text-search-with-db2-text-search/</link>
		<comments>http://www.mainframecobol.info/2010/04/full-text-search-with-db2-text-search/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 03:12:00 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[db2]]></category>
		<category><![CDATA[db2 text search]]></category>
		<category><![CDATA[full text search]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[xquery]]></category>

		<guid isPermaLink="false">http://www.mainframecobol.info/?p=394</guid>
		<description><![CDATA[Create applications with full-text search capabilities using DB2 Text Search, by embedding full-text search clauses in SQL and XQuery statements. For more, visit IBM]]></description>
			<content:encoded><![CDATA[<p>Create applications with full-text search capabilities using DB2 Text Search, by embedding full-text search clauses in SQL and XQuery statements.</p>
<p><a href="http://www.ibm.com/developerworks/data/tutorials/dm-0810shettar/index.html">For more, visit IBM</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mainframecobol.info/2010/04/full-text-search-with-db2-text-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are All Database Engines Just Flavors of the Same Thing?</title>
		<link>http://www.mainframecobol.info/2010/03/are-all-database-engines-just-flavors-of-the-same-thing/</link>
		<comments>http://www.mainframecobol.info/2010/03/are-all-database-engines-just-flavors-of-the-same-thing/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 11:15:50 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[db2]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[large]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.mainframecobol.info/?p=336</guid>
		<description><![CDATA[Because DB2 is so focused on very large databases, fewer people know how to work with it. Part of the price of using DB2 is needing to look harder for the right people to help you set it up and use it. READ MORE]]></description>
			<content:encoded><![CDATA[<p>Because DB2 is so focused on very large databases, fewer people know how to work with it. Part of the price of using DB2 is needing to look harder for the right people to help you set it up and use it.  <a href="http://mssqlwebhosting.wordpress.com/2010/03/16/are-all-database-engines-just-flavors-of-the-same-thing/">READ MORE</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mainframecobol.info/2010/03/are-all-database-engines-just-flavors-of-the-same-thing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

