<?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; Restrictions of Views &#8211; T SQL View Limitations</title>
	<atom:link href="http://blog.sqlauthority.com/2007/04/28/sql-server-restrictions-of-views-t-sql-view-limitations/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/04/28/sql-server-restrictions-of-views-t-sql-view-limitations/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sun, 12 Feb 2012 09:22:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Venkata Suresh Pedireddi</title>
		<link>http://blog.sqlauthority.com/2007/04/28/sql-server-restrictions-of-views-t-sql-view-limitations/#comment-192456</link>
		<dc:creator><![CDATA[Venkata Suresh Pedireddi]]></dc:creator>
		<pubDate>Thu, 10 Nov 2011 15:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/28/restrictions-of-views-t-sql-view-limitations/#comment-192456</guid>
		<description><![CDATA[&quot;All the tables referenced by the view must be in the same database as the view.&quot;

Can we use SYNONYM s to work with tables which are part of other database?]]></description>
		<content:encoded><![CDATA[<p>&#8220;All the tables referenced by the view must be in the same database as the view.&#8221;</p>
<p>Can we use SYNONYM s to work with tables which are part of other database?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin</title>
		<link>http://blog.sqlauthority.com/2007/04/28/sql-server-restrictions-of-views-t-sql-view-limitations/#comment-127278</link>
		<dc:creator><![CDATA[Sachin]]></dc:creator>
		<pubDate>Thu, 07 Apr 2011 05:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/28/restrictions-of-views-t-sql-view-limitations/#comment-127278</guid>
		<description><![CDATA[Is it possible to change values in a table through a view?]]></description>
		<content:encoded><![CDATA[<p>Is it possible to change values in a table through a view?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hari</title>
		<link>http://blog.sqlauthority.com/2007/04/28/sql-server-restrictions-of-views-t-sql-view-limitations/#comment-80771</link>
		<dc:creator><![CDATA[Hari]]></dc:creator>
		<pubDate>Mon, 19 Jul 2010 09:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/28/restrictions-of-views-t-sql-view-limitations/#comment-80771</guid>
		<description><![CDATA[I tried  update in view but  I don&#039;t understand .

Can you give me the query of update view with tables

Regards
Hari]]></description>
		<content:encoded><![CDATA[<p>I tried  update in view but  I don&#8217;t understand .</p>
<p>Can you give me the query of update view with tables</p>
<p>Regards<br />
Hari</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nooging</title>
		<link>http://blog.sqlauthority.com/2007/04/28/sql-server-restrictions-of-views-t-sql-view-limitations/#comment-77358</link>
		<dc:creator><![CDATA[Nooging]]></dc:creator>
		<pubDate>Wed, 23 Jun 2010 05:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/28/restrictions-of-views-t-sql-view-limitations/#comment-77358</guid>
		<description><![CDATA[@sarala - Basically, views allow us to create like a &quot;virtual&quot; table representing the data in one or more tables in an alternative way. 

Note that this is NOT my definition but that based on the T-SQL command CREATE VIEW in msdn.com.

But it&#039;s a good simple description.

They can be quite handy when say we don&#039;t want to create further tables but would like to see a combination of selected data/fields in the same place :).]]></description>
		<content:encoded><![CDATA[<p>@sarala &#8211; Basically, views allow us to create like a &#8220;virtual&#8221; table representing the data in one or more tables in an alternative way. </p>
<p>Note that this is NOT my definition but that based on the T-SQL command CREATE VIEW in msdn.com.</p>
<p>But it&#8217;s a good simple description.</p>
<p>They can be quite handy when say we don&#8217;t want to create further tables but would like to see a combination of selected data/fields in the same place :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sarala</title>
		<link>http://blog.sqlauthority.com/2007/04/28/sql-server-restrictions-of-views-t-sql-view-limitations/#comment-75051</link>
		<dc:creator><![CDATA[sarala]]></dc:creator>
		<pubDate>Mon, 07 Jun 2010 11:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/28/restrictions-of-views-t-sql-view-limitations/#comment-75051</guid>
		<description><![CDATA[what is the use of views?]]></description>
		<content:encoded><![CDATA[<p>what is the use of views?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://blog.sqlauthority.com/2007/04/28/sql-server-restrictions-of-views-t-sql-view-limitations/#comment-59128</link>
		<dc:creator><![CDATA[JP]]></dc:creator>
		<pubDate>Wed, 30 Dec 2009 08:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/28/restrictions-of-views-t-sql-view-limitations/#comment-59128</guid>
		<description><![CDATA[Hi Dave,

Yes it makes sense. 

Thanks for your help,


Regards,

JP]]></description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>Yes it makes sense. </p>
<p>Thanks for your help,</p>
<p>Regards,</p>
<p>JP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/04/28/sql-server-restrictions-of-views-t-sql-view-limitations/#comment-59106</link>
		<dc:creator><![CDATA[Pinal Dave]]></dc:creator>
		<pubDate>Tue, 29 Dec 2009 14:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/28/restrictions-of-views-t-sql-view-limitations/#comment-59106</guid>
		<description><![CDATA[Hi JP,

Because &quot;Person&quot; is a common entity that represents all other entities like employees, suppliers, patientes.
So either create a single table Person or create saperate table for each entity like employees, suppliers, patientes.  If you are create saperate table for employees, suppliers, patientes, etc then you should not create a common table &quot;Person&quot; because it would cause duplicacy and redundancy.

Regards,
Pinal Dave]]></description>
		<content:encoded><![CDATA[<p>Hi JP,</p>
<p>Because &#8220;Person&#8221; is a common entity that represents all other entities like employees, suppliers, patientes.<br />
So either create a single table Person or create saperate table for each entity like employees, suppliers, patientes.  If you are create saperate table for employees, suppliers, patientes, etc then you should not create a common table &#8220;Person&#8221; because it would cause duplicacy and redundancy.</p>
<p>Regards,<br />
Pinal Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://blog.sqlauthority.com/2007/04/28/sql-server-restrictions-of-views-t-sql-view-limitations/#comment-59083</link>
		<dc:creator><![CDATA[JP]]></dc:creator>
		<pubDate>Tue, 29 Dec 2009 08:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/28/restrictions-of-views-t-sql-view-limitations/#comment-59083</guid>
		<description><![CDATA[Hi Dave,

Thanks for you reply. I don&#039;t know if i understood your last sentence, but, does it make sense to put all the fields of the People table into Pacient table so that i dont have to do an inner join?]]></description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>Thanks for you reply. I don&#8217;t know if i understood your last sentence, but, does it make sense to put all the fields of the People table into Pacient table so that i dont have to do an inner join?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/04/28/sql-server-restrictions-of-views-t-sql-view-limitations/#comment-59059</link>
		<dc:creator><![CDATA[Pinal Dave]]></dc:creator>
		<pubDate>Mon, 28 Dec 2009 12:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/28/restrictions-of-views-t-sql-view-limitations/#comment-59059</guid>
		<description><![CDATA[Hello JP,

Creating an index on the ID column of Person table would be enough to solve any performance issue that you are suspecting. Otherwise partitioning is the way of least overhead to horizontly split this table.

Regards,
Pinal Dave]]></description>
		<content:encoded><![CDATA[<p>Hello JP,</p>
<p>Creating an index on the ID column of Person table would be enough to solve any performance issue that you are suspecting. Otherwise partitioning is the way of least overhead to horizontly split this table.</p>
<p>Regards,<br />
Pinal Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://blog.sqlauthority.com/2007/04/28/sql-server-restrictions-of-views-t-sql-view-limitations/#comment-59034</link>
		<dc:creator><![CDATA[JP]]></dc:creator>
		<pubDate>Mon, 28 Dec 2009 02:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/28/restrictions-of-views-t-sql-view-limitations/#comment-59034</guid>
		<description><![CDATA[Hi,

I&#039;m having kind of a dilema here designing my database and i would to know your opinion... 

I have a table &quot;People&quot; where i store general info about employees, pacients, suppliers, etc... and for each entity i have a specific table that references the table &quot;People&quot;. And my dilema is since i will have about 2 millions of rows about pacients and every time i need they general info i will have to join with the people table that haves more or less 5 millions of rows, doest it make sense denormalize my database in this case? and have a people general info into every table that represents an entity like employees, suppliers, pacientes, ... ?

the problem in that case is the data anomalies i could have an employee can in future or in present be a pacient too, and because of this i will have to validate inserts and updates...

can you advise me a better solution? 

can a view in this case solve my problem?]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m having kind of a dilema here designing my database and i would to know your opinion&#8230; </p>
<p>I have a table &#8220;People&#8221; where i store general info about employees, pacients, suppliers, etc&#8230; and for each entity i have a specific table that references the table &#8220;People&#8221;. And my dilema is since i will have about 2 millions of rows about pacients and every time i need they general info i will have to join with the people table that haves more or less 5 millions of rows, doest it make sense denormalize my database in this case? and have a people general info into every table that represents an entity like employees, suppliers, pacientes, &#8230; ?</p>
<p>the problem in that case is the data anomalies i could have an employee can in future or in present be a pacient too, and because of this i will have to validate inserts and updates&#8230;</p>
<p>can you advise me a better solution? </p>
<p>can a view in this case solve my problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manish jain</title>
		<link>http://blog.sqlauthority.com/2007/04/28/sql-server-restrictions-of-views-t-sql-view-limitations/#comment-44402</link>
		<dc:creator><![CDATA[manish jain]]></dc:creator>
		<pubDate>Wed, 26 Nov 2008 09:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/28/restrictions-of-views-t-sql-view-limitations/#comment-44402</guid>
		<description><![CDATA[I wanted to know the Limitation of the view in sql server 2005 please]]></description>
		<content:encoded><![CDATA[<p>I wanted to know the Limitation of the view in sql server 2005 please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ewart</title>
		<link>http://blog.sqlauthority.com/2007/04/28/sql-server-restrictions-of-views-t-sql-view-limitations/#comment-44365</link>
		<dc:creator><![CDATA[Ewart]]></dc:creator>
		<pubDate>Mon, 24 Nov 2008 00:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/28/restrictions-of-views-t-sql-view-limitations/#comment-44365</guid>
		<description><![CDATA[There seem to be many errors in this article, for example:

&quot;You can’t use ROWSET, UNION, TOP, ORDER BY, DISTINCT, COUNT(*), COMPUTE, or COMPUTE BY.&quot;

perhaps it should be rewritten so as not to confuse..]]></description>
		<content:encoded><![CDATA[<p>There seem to be many errors in this article, for example:</p>
<p>&#8220;You can’t use ROWSET, UNION, TOP, ORDER BY, DISTINCT, COUNT(*), COMPUTE, or COMPUTE BY.&#8221;</p>
<p>perhaps it should be rewritten so as not to confuse..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://blog.sqlauthority.com/2007/04/28/sql-server-restrictions-of-views-t-sql-view-limitations/#comment-43441</link>
		<dc:creator><![CDATA[Jonathan]]></dc:creator>
		<pubDate>Wed, 01 Oct 2008 21:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/28/restrictions-of-views-t-sql-view-limitations/#comment-43441</guid>
		<description><![CDATA[Great article.
I think you however miss the simplistic usage for Views.
They are very good for &#039;canned&#039; reporting.

Anyone trying to use a View to update data is missing the entire point of relational databases.

Pulling that &#039;canned&#039; data into a DataGrid without having to code extra lines for a StoredProc...]]></description>
		<content:encoded><![CDATA[<p>Great article.<br />
I think you however miss the simplistic usage for Views.<br />
They are very good for &#8216;canned&#8217; reporting.</p>
<p>Anyone trying to use a View to update data is missing the entire point of relational databases.</p>
<p>Pulling that &#8216;canned&#8217; data into a DataGrid without having to code extra lines for a StoredProc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David T</title>
		<link>http://blog.sqlauthority.com/2007/04/28/sql-server-restrictions-of-views-t-sql-view-limitations/#comment-38852</link>
		<dc:creator><![CDATA[David T]]></dc:creator>
		<pubDate>Wed, 28 May 2008 20:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/28/restrictions-of-views-t-sql-view-limitations/#comment-38852</guid>
		<description><![CDATA[Hi Dave, 
do you have any idea why this error would happen? 

Cannot create index on view &quot;viewName&quot; because function &quot;functionName&quot; referenced by the view performs user or system data access.]]></description>
		<content:encoded><![CDATA[<p>Hi Dave,<br />
do you have any idea why this error would happen? </p>
<p>Cannot create index on view &#8220;viewName&#8221; because function &#8220;functionName&#8221; referenced by the view performs user or system data access.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elaian</title>
		<link>http://blog.sqlauthority.com/2007/04/28/sql-server-restrictions-of-views-t-sql-view-limitations/#comment-34022</link>
		<dc:creator><![CDATA[Elaian]]></dc:creator>
		<pubDate>Wed, 27 Feb 2008 12:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/28/restrictions-of-views-t-sql-view-limitations/#comment-34022</guid>
		<description><![CDATA[i have a question .

is the view more fast than the SELECT stat in the SP. ???
or both have the same performance. ???]]></description>
		<content:encoded><![CDATA[<p>i have a question .</p>
<p>is the view more fast than the SELECT stat in the SP. ???<br />
or both have the same performance. ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - Fix : ERROR : Msg 1033, Level 15, State 1 The ORDER BY clause is invalid in views, inline functions, derived tables, subqueries, and common table expressions, unless TOP or FOR XML is also specified. Journey to SQL Authority with Pina</title>
		<link>http://blog.sqlauthority.com/2007/04/28/sql-server-restrictions-of-views-t-sql-view-limitations/#comment-7480</link>
		<dc:creator><![CDATA[SQL SERVER - Fix : ERROR : Msg 1033, Level 15, State 1 The ORDER BY clause is invalid in views, inline functions, derived tables, subqueries, and common table expressions, unless TOP or FOR XML is also specified. Journey to SQL Authority with Pina]]></dc:creator>
		<pubDate>Sun, 12 Aug 2007 15:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/28/restrictions-of-views-t-sql-view-limitations/#comment-7480</guid>
		<description><![CDATA[[...] Aug 12th, 2007 by pinaldave    Following error is encountered when view is attempted to created with ORDER BY clause in it. ORDER BY clause is not allowed in views in SQL Server 2005. This solution also displays the workaround to use ORDER BY in VIEW. I really do not prefer to use views. My views on SQL Views read it SQL SERVER - Restrictions of Views - T SQL View Limitations. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Aug 12th, 2007 by pinaldave    Following error is encountered when view is attempted to created with ORDER BY clause in it. ORDER BY clause is not allowed in views in SQL Server 2005. This solution also displays the workaround to use ORDER BY in VIEW. I really do not prefer to use views. My views on SQL Views read it SQL SERVER &#8211; Restrictions of Views &#8211; T SQL View Limitations. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

