<?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>深蓝的blog &#187; 数据存储</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;tag=%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com</link>
	<description>记录日常生活</description>
	<lastBuildDate>Sat, 18 Apr 2026 07:10:07 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>MsSqlSserver数据库-存储过程</title>
		<link>http://www.lanxinbase.com/?p=348</link>
		<comments>http://www.lanxinbase.com/?p=348#comments</comments>
		<pubDate>Fri, 07 Aug 2015 05:02:36 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[3.数据库相关]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL2000]]></category>
		<category><![CDATA[数据存储]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=348</guid>
		<description><![CDATA[     写这篇存储过程的前参看了五六篇别人写的文章，看完后学到一些以前没有发现的东西，原来存储过程里有系统存储过程，原来存储过程还可以有返回值，我将把我从别人那里看到的，重新总结一下写出来。
      什么是存储过程
      如果你接触过其他的编程语言，那么就好理解了，存储过程就像是方法一样。竟然他是方法那么他就有类似的方法名，方法要传递的变量和返回结果，所以存储过程有存储过程名有存储过程参数也有返回值。 
存储过程的优点：    
 
      存储过程的能力大大增强了SQL语言的功能和灵活性。
　　可保证数据的安全性和完整性。
　　通过存储过程可以使没有权限的用户在控制之下间接地存取数据库，从而保证数据的安全。
　　通过存储过程可以使相关的动作在一起发生，从而可以维护数据库的完整性。
　　在运行存储过程前，数据库已对其进行了语法和句法分析，并给出了优化执行方案。这种已经编译好的过程可极大地改善SQL语句的性能。
　　可以降低网络的通信量。
　　使体现企业规则的运算程序放入数据库服务器中，以便 集中控制。
     存储过程可以分为系统存储过程、扩展存储过程和用户自定义的存储过程]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=348</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
