<?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; Microsoft</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;tag=microsoft" 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>
		<item>
		<title>Microsoft SQL 2000 错误代码</title>
		<link>http://www.lanxinbase.com/?p=262</link>
		<comments>http://www.lanxinbase.com/?p=262#comments</comments>
		<pubDate>Mon, 03 Aug 2015 05:04:47 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[3.数据库相关]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL2000]]></category>
		<category><![CDATA[错误代码]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=262</guid>
		<description><![CDATA[0  操作成功完成。    
1  功能错误。    
2  系统找不到指定的文件。    
3  系统找不到指定的路径。    
4  系统无法打开文件。    
5  拒绝访问。    
6  句柄无效。    
7  存储控制块被损坏。    
8  存储空间不足，无法处理此命令。    
9  存储控制块地址无效。    
10  环境错误。    
11  试图加载格式错误的程序。    
12  访问码无效。    
13  数据无效。    
14  存储器不足，无法完成此操作。    
15  系统找不到指定的驱动器。    
16  无法删除目录。    
17  系统无法将文件移到不同的驱动器。    
18  没有更多文件。    
19  介质受写入保护。    
20  系统找不到指定的设备。   ]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=262</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
