<?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>Technical Questions Answers &#187; Uncategorized</title>
	<atom:link href="http://www.cavsi.com/questionsanswers/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cavsi.com/questionsanswers</link>
	<description>Technical Questions Answers</description>
	<lastBuildDate>Tue, 20 Apr 2010 20:46:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>What is Client/Server Database Model?</title>
		<link>http://www.cavsi.com/questionsanswers/what-is-clientserver-database-model/</link>
		<comments>http://www.cavsi.com/questionsanswers/what-is-clientserver-database-model/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 20:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Base]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://www.cavsi.com/questionsanswers/?p=3</guid>
		<description><![CDATA[The terms client/server can be used to refer to very general concepts or specific items of hardware or software. Technically, it refers to any two cooperating processes. Aclient is any component of a system that requests services or resources from other system components. A server is any system component that provides services or resources to [...]]]></description>
			<content:encoded><![CDATA[<p>The terms <strong>client/server</strong> can be used to refer to very general concepts or specific items of hardware or software. Technically, it refers to any two cooperating processes.</p>
<p><strong>Aclient</strong> is any component of a system that <strong>requests services or resources </strong>from other system components.</p>
<p><strong>A server</strong> is any system component that<strong> provides services or resources </strong>to other system components.</p>
<p>For example, when you print a document from your workstation on a network, the workstation is the client and the print spooling machine is the server.</p>
<p>In a client/server model, the database server is responsable for the following:</p>
<ul>
<li>Processing data modification and retrieval requests.</li>
<li>Performing data-intensive processing.</li>
<li>Enforcing all database rules and constrains.</li>
<li>Enforcing data security.</li>
</ul>
<p>In a client/server model, the database client is responsable for the following:</p>
<ul>
<li>Presenting the data to the user in an easily and useful format.</li>
<li>Providing an interface to the various tools, data, and reports.</li>
<li>Submitting requests to the server.</li>
</ul>
<img src="http://www.cavsi.com/questionsanswers/?ak_action=api_record_view&id=3&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.cavsi.com/questionsanswers/what-is-clientserver-database-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is SQL Server?</title>
		<link>http://www.cavsi.com/questionsanswers/what-is-sql-server/</link>
		<comments>http://www.cavsi.com/questionsanswers/what-is-sql-server/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 19:12:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Base]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.cavsi.com/questionsanswers/?p=1</guid>
		<description><![CDATA[Microsoft SQL Server or MSSQL is a powerfull client/server relational database management system (RDBMS) produced by Microsoft. SQL Server is based on the ANSI SQL 92 standard and it is a complete database system. SQL Server helps you build, deploy, and manage enterprise applications. At the center of SQL Server is the SQL Server engine, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Microsoft SQL Server or MSSQL</strong> is a powerfull client/server relational database management system (RDBMS) produced by Microsoft. SQL Server is based on the ANSI SQL 92 standard and it is a complete database system.</p>
<p>SQL Server helps you build, deploy, and manage enterprise applications. At the center of SQL Server is the SQL Server engine, which processes the database commands. The process runs inside Windows and understands only connections and SQL commands.</p>
<img src="http://www.cavsi.com/questionsanswers/?ak_action=api_record_view&id=1&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.cavsi.com/questionsanswers/what-is-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

