<?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>ROPARDO s.r.l. &#187; SQL</title>
	<atom:link href="http://blog.ropardo.ro/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ropardo.ro</link>
	<description>Experience software development with ROPARDO S.R.L.</description>
	<lastBuildDate>Mon, 28 Nov 2011 07:49:39 +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>How to create a SQL Server Agent Job (Transact-SQL) &#8211; with only needed fields</title>
		<link>http://blog.ropardo.ro/2011/07/27/how-to-create-a-sql-server-agent-job-transact-sql-with-only-needed-fields/</link>
		<comments>http://blog.ropardo.ro/2011/07/27/how-to-create-a-sql-server-agent-job-transact-sql-with-only-needed-fields/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 05:48:12 +0000</pubDate>
		<dc:creator>Raul Tomita</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=3246</guid>
		<description><![CDATA[In this post you will see two major sections: I. Detailed description for every needed field in system stored procedures. II. Full working example related to above description. Here you need only to replace the names if the default configuration is suitable. I. To create a SQL Server Agent job you need the folowing system [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2011/07/27/how-to-create-a-sql-server-agent-job-transact-sql-with-only-needed-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Transactions in Java</title>
		<link>http://blog.ropardo.ro/2010/06/11/sql-transactions-in-java/</link>
		<comments>http://blog.ropardo.ro/2010/06/11/sql-transactions-in-java/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 11:41:58 +0000</pubDate>
		<dc:creator>Gabriela Radu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[rollback]]></category>
		<category><![CDATA[savepoints]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[transactions]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2215</guid>
		<description><![CDATA[1. Rollback all data on import from a table if a row is corrupted.You have a list of sql queries as a parameter: - create database connection: Connection connection = Database.getInstance&#40;&#41;.getConnection&#40;&#41;; - set autocommit on false : connection.setAutoCommit&#40;false&#41;; (read note1*) - declare a boolean variable that will be set on true if all is going [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/06/11/sql-transactions-in-java/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windowing Functions in PostgreSQL 8.4</title>
		<link>http://blog.ropardo.ro/2010/01/11/windowing-functions-in-postgresql-8-4/</link>
		<comments>http://blog.ropardo.ro/2010/01/11/windowing-functions-in-postgresql-8-4/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 15:54:26 +0000</pubDate>
		<dc:creator>Alexandru Gyulai</dc:creator>
				<category><![CDATA[PostgreeSQL]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Windowing Functions]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1303</guid>
		<description><![CDATA[PostgreSQL recently added several great new features like Common Table Expressions (CTE), Recursive CTEs, Windowing Functions (my favorite) and Parallel restoring of dumps. The goal of this article is to provide an overview of the new PostgreSQL Windowing Functions. Previously limited to enterprise databases such as Oracle and DB2, they open up a completely new [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/01/11/windowing-functions-in-postgresql-8-4/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SQL statements embedded into PowerScript code</title>
		<link>http://blog.ropardo.ro/2009/11/20/sql-statements-embedded-into-powerscript-code/</link>
		<comments>http://blog.ropardo.ro/2009/11/20/sql-statements-embedded-into-powerscript-code/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 11:25:04 +0000</pubDate>
		<dc:creator>Tiberiu Cojocariu</dc:creator>
				<category><![CDATA[Power Builder]]></category>
		<category><![CDATA[powerbuilder]]></category>
		<category><![CDATA[PowerScript]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1069</guid>
		<description><![CDATA[SQL statements can be embedded directly into PowerScript code, allowing you to include PowerScript variables in any area of the statement ,whereas you can&#8217;t include them if using PowerBuilder Database painter. To work with variables, the SELECT statement accept the INTO clause, that enable assignment of the result to existent variables.  For example: SELECT COUNT(*) [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2009/11/20/sql-statements-embedded-into-powerscript-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Glossary &#8211; Power Builder</title>
		<link>http://blog.ropardo.ro/2009/08/25/database-glossary-power-builder/</link>
		<comments>http://blog.ropardo.ro/2009/08/25/database-glossary-power-builder/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 11:49:35 +0000</pubDate>
		<dc:creator>Ciprian Candea</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Power Builder]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=174</guid>
		<description><![CDATA[Concurrency Several clients sharing a resource Contention Multiple users try to access a resource at the same time resulting in waits or event deadlocks. Deadlocks A deadlock occurs when two or more transactions are both in a wait state, with each one waiting for the other to release a lock before it proceeds. Deadlocks are [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2009/08/25/database-glossary-power-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

