<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Difference Between DBMS and RDBMS</title>
	<atom:link href="http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nitin</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-56835</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Wed, 21 Oct 2009 07:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-56835</guid>
		<description>Hey Pinal, 

Really you made it all simple clear and precise....many questions /doubts has been resolved after reading articles posted here....Its really a great help !! Thanks a ton for same 

Thanks 
Nitin</description>
		<content:encoded><![CDATA[<p>Hey Pinal, </p>
<p>Really you made it all simple clear and precise&#8230;.many questions /doubts has been resolved after reading articles posted here&#8230;.Its really a great help !! Thanks a ton for same </p>
<p>Thanks<br />
Nitin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-56619</link>
		<dc:creator>pinaldave</dc:creator>
		<pubDate>Mon, 12 Oct 2009 11:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-56619</guid>
		<description>Mahesh,

I am touched with your kind words.

Regards,
Pinal</description>
		<content:encoded><![CDATA[<p>Mahesh,</p>
<p>I am touched with your kind words.</p>
<p>Regards,<br />
Pinal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahesh</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-56613</link>
		<dc:creator>Mahesh</dc:creator>
		<pubDate>Mon, 12 Oct 2009 07:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-56613</guid>
		<description>Dear Pinal,
You make SQL Server much simpler than it seems.
I am a hard core fan of you. I found your blog few years back when I was a Sr. Software Engineer. It helped me a lot, later also- when I was the Sr.System Analyst in my previous company. Now working as the incharge of a division. Still loves to read your blog. You are such a nice guy worth being always being with you.

The helps you have done for me yet are beyond words.

I hope once we well meet...

My heart felt thanks, 

Mahesh</description>
		<content:encoded><![CDATA[<p>Dear Pinal,<br />
You make SQL Server much simpler than it seems.<br />
I am a hard core fan of you. I found your blog few years back when I was a Sr. Software Engineer. It helped me a lot, later also- when I was the Sr.System Analyst in my previous company. Now working as the incharge of a division. Still loves to read your blog. You are such a nice guy worth being always being with you.</p>
<p>The helps you have done for me yet are beyond words.</p>
<p>I hope once we well meet&#8230;</p>
<p>My heart felt thanks, </p>
<p>Mahesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravinder Pal Singh</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-56554</link>
		<dc:creator>Ravinder Pal Singh</dc:creator>
		<pubDate>Fri, 09 Oct 2009 08:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-56554</guid>
		<description>Hi Yogesh,

The way for backing up a single table with a single Query is as follows:-

SELECT * INTO [xxxx] FROM [yyyy]


Note:-
1)  [xxxx] is the new table for backup
2)  [yyyy] is the existing table from which backup needs to be 
     created</description>
		<content:encoded><![CDATA[<p>Hi Yogesh,</p>
<p>The way for backing up a single table with a single Query is as follows:-</p>
<p>SELECT * INTO [xxxx] FROM [yyyy]</p>
<p>Note:-<br />
1)  [xxxx] is the new table for backup<br />
2)  [yyyy] is the existing table from which backup needs to be<br />
     created</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NILESH KUMAR</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-45917</link>
		<dc:creator>NILESH KUMAR</dc:creator>
		<pubDate>Fri, 23 Jan 2009 02:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-45917</guid>
		<description>IMFORMATION WAS QUITE GOOD....THANX FOR THAT..!!</description>
		<content:encoded><![CDATA[<p>IMFORMATION WAS QUITE GOOD&#8230;.THANX FOR THAT..!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogesh Setia</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-43451</link>
		<dc:creator>Yogesh Setia</dc:creator>
		<pubDate>Thu, 02 Oct 2008 16:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-43451</guid>
		<description>Dear all, 

Appreciate if you could provide the SQL command/way to backup a single table in one database. 

Regards, 
Yogesh Setia</description>
		<content:encoded><![CDATA[<p>Dear all, </p>
<p>Appreciate if you could provide the SQL command/way to backup a single table in one database. </p>
<p>Regards,<br />
Yogesh Setia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - 2008 - Interview Questions and Answers - Part 1 Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-42705</link>
		<dc:creator>SQL SERVER - 2008 - Interview Questions and Answers - Part 1 Journey to SQL Authority with Pinal Dave</dc:creator>
		<pubDate>Fri, 12 Sep 2008 01:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-42705</guid>
		<description>[...] Relational Data Base Management Systems (RDBMS) are database management systems that maintain data records and indices in tables. Relationships may be created and maintained across and among the data and tables. In a relational database, relationships between data items are expressed by means of tables. Interdependencies among these tables are expressed by data values rather than by pointers. This allows a high degree of data independence. An RDBMS has the capability to recombine the data items from different files, providing powerful tools for data usage. (Read More Here) [...]</description>
		<content:encoded><![CDATA[<p>[...] Relational Data Base Management Systems (RDBMS) are database management systems that maintain data records and indices in tables. Relationships may be created and maintained across and among the data and tables. In a relational database, relationships between data items are expressed by means of tables. Interdependencies among these tables are expressed by data values rather than by pointers. This allows a high degree of data independence. An RDBMS has the capability to recombine the data items from different files, providing powerful tools for data usage. (Read More Here) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: siva</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-41496</link>
		<dc:creator>siva</dc:creator>
		<pubDate>Fri, 08 Aug 2008 18:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-41496</guid>
		<description>HI SIR,
        I NEED INFORMATION REGARDING- HOW CAN WECREATE INDEXES ON COLOUMNS?
TYPES OF REPLICATIONS,TYPES OF JOINS.
PLEASE SEND YHOSE TO MY MAIL ID.</description>
		<content:encoded><![CDATA[<p>HI SIR,<br />
        I NEED INFORMATION REGARDING- HOW CAN WECREATE INDEXES ON COLOUMNS?<br />
TYPES OF REPLICATIONS,TYPES OF JOINS.<br />
PLEASE SEND YHOSE TO MY MAIL ID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DavidP</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-40336</link>
		<dc:creator>DavidP</dc:creator>
		<pubDate>Wed, 16 Jul 2008 20:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-40336</guid>
		<description>Oracle and SQL Server are not RDBMSs! The defining feature of a relational database is that its data structures are all Relations (thus &quot;relational&quot;). Relations consist of values within tuples.

That is not the model used by SQL-based DBMSs. SQL contains many things that are not relational: duplicate rows, duplicate columns, nulls, tables without keys, etc.

SQL borrows certain ideas and terminology from the relational model but the SQL features are quite different from their relational counterparts. For example SQL queries are not true projections, the SQL constraint called &quot;PRIMARY KEY&quot; is not the same thing as a relational primary key, etc.</description>
		<content:encoded><![CDATA[<p>Oracle and SQL Server are not RDBMSs! The defining feature of a relational database is that its data structures are all Relations (thus &#8220;relational&#8221;). Relations consist of values within tuples.</p>
<p>That is not the model used by SQL-based DBMSs. SQL contains many things that are not relational: duplicate rows, duplicate columns, nulls, tables without keys, etc.</p>
<p>SQL borrows certain ideas and terminology from the relational model but the SQL features are quite different from their relational counterparts. For example SQL queries are not true projections, the SQL constraint called &#8220;PRIMARY KEY&#8221; is not the same thing as a relational primary key, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sonelalsingh</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-40300</link>
		<dc:creator>sonelalsingh</dc:creator>
		<pubDate>Wed, 16 Jul 2008 06:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-40300</guid>
		<description>plz provide me dbms interview question and answer..................!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>plz provide me dbms interview question and answer&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijay</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-40165</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Sun, 13 Jul 2008 11:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-40165</guid>
		<description>i need sql rdbms details like, normalization, relationship set, entity set and etc.</description>
		<content:encoded><![CDATA[<p>i need sql rdbms details like, normalization, relationship set, entity set and etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srikanth</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-39903</link>
		<dc:creator>srikanth</dc:creator>
		<pubDate>Tue, 08 Jul 2008 11:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-39903</guid>
		<description>i need sql subject as well as ssis concepts. please send those onformation to my mail  ID. </description>
		<content:encoded><![CDATA[<p>i need sql subject as well as ssis concepts. please send those onformation to my mail  ID.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
