<?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/"
		>
<channel>
	<title>Comments on: Stored procedure to Find database objects</title>
	<atom:link href="http://kedar.nitty-witty.com/blog/stored-procedure-to-find-database-objects/feed" rel="self" type="application/rss+xml" />
	<link>http://kedar.nitty-witty.com/blog/stored-procedure-to-find-database-objects</link>
	<description>Kedar&#039;s Blog for MySQL and more</description>
	<lastBuildDate>Fri, 27 Jan 2012 04:35:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Akhil Gupta</title>
		<link>http://kedar.nitty-witty.com/blog/stored-procedure-to-find-database-objects/comment-page-1#comment-727</link>
		<dc:creator>Akhil Gupta</dc:creator>
		<pubDate>Sat, 06 Nov 2010 14:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=311#comment-727</guid>
		<description>Visual Studio and SQL Server management Studio are two different entities. So it takes a lot of time when we try an interaction with the database from Visual Studio then it takes a lot of time.

When we are using desktop applications then we do not realize this time delay, but while using web applications the time delay becomes an important factor because the database is on the remote server so a huge time delay is observed. 

Normally, the query that we write in Visual Studio is first compiled and then executed in Sql Server which then returns the results. So, this is why a time delay is observed.

The answer to this is Stored Procedure usage. The Stored Procedure is stored in compiled format in SQL server so when we call it from Visual Studio application then it is just executed. Thus saving a lot of time.

An illustration of proper usage of STORED PROCEDURE has been displayed in the following video. You may see it:

http://www.visiontechno.net/studymats/storeprocedure.html</description>
		<content:encoded><![CDATA[<p>Visual Studio and SQL Server management Studio are two different entities. So it takes a lot of time when we try an interaction with the database from Visual Studio then it takes a lot of time.</p>
<p>When we are using desktop applications then we do not realize this time delay, but while using web applications the time delay becomes an important factor because the database is on the remote server so a huge time delay is observed. </p>
<p>Normally, the query that we write in Visual Studio is first compiled and then executed in Sql Server which then returns the results. So, this is why a time delay is observed.</p>
<p>The answer to this is Stored Procedure usage. The Stored Procedure is stored in compiled format in SQL server so when we call it from Visual Studio application then it is just executed. Thus saving a lot of time.</p>
<p>An illustration of proper usage of STORED PROCEDURE has been displayed in the following video. You may see it:</p>
<p><a href="http://www.visiontechno.net/studymats/storeprocedure.html" rel="nofollow">http://www.visiontechno.net/studymats/storeprocedure.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

