<?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; SQL Server</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;tag=sql-server" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com</link>
	<description>记录日常生活</description>
	<lastBuildDate>Sat, 07 Feb 2026 10:59:52 +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>SQL server 2005手动设置计数器注册表项的增量</title>
		<link>http://www.lanxinbase.com/?p=461</link>
		<comments>http://www.lanxinbase.com/?p=461#comments</comments>
		<pubDate>Wed, 26 Aug 2015 01:45:38 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[3.数据库相关]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[计数器]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=461</guid>
		<description><![CDATA[手动设置计数器注册表项的增量
在 Microsoft Windows 2003 或 Windows XP 桌面上，依次单击“开始”、“运行”，然后在
“打开”中键入 regedit.exe，再单击“确定”。在 Windows 2000 中，使用 regedt32.exe 启动注册表编辑器。]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=461</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用sql语句将一个表中的数据拷贝到另一个表中</title>
		<link>http://www.lanxinbase.com/?p=356</link>
		<comments>http://www.lanxinbase.com/?p=356#comments</comments>
		<pubDate>Fri, 07 Aug 2015 05:06:07 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[3.数据库相关]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[数据拷贝]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=356</guid>
		<description><![CDATA[ 声名：a,b ,都是表


--b表存在（两表结构一样）insert into b select * from a
]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=356</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在SQL SERVER中使用NChar、NVarchar和NText</title>
		<link>http://www.lanxinbase.com/?p=350</link>
		<comments>http://www.lanxinbase.com/?p=350#comments</comments>
		<pubDate>Fri, 07 Aug 2015 05:04:40 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[3.数据库相关]]></category>
		<category><![CDATA[个人日志]]></category>
		<category><![CDATA[NText]]></category>
		<category><![CDATA[NVarchar]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL2000]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=350</guid>
		<description><![CDATA[  　　言归正传，前天同事在帮客户录数据的时候，发现有一个人的名字里有个“㛃”（念jie，同“洁”）字，但用搜狗拼音和万能五笔都打不出来，我百度了一下，找到了一篇搜狗论坛的建议帖，有人建议搜狗拼音里增加“㛃”字的输入，下面跟帖的人贴出了这个“㛃”字。

　　既然字已经找到，我以为一切OK了，把它复制到飞秋里发给同事，竟然显示的是“？”！这是一个神马情况啊？
　　我立马又去翻那个帖子，在下面看到了论坛版主的回复：]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=350</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>SQL中char、varchar、nvarchar的区别</title>
		<link>http://www.lanxinbase.com/?p=329</link>
		<comments>http://www.lanxinbase.com/?p=329#comments</comments>
		<pubDate>Mon, 03 Aug 2015 05:33:45 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[3.数据库相关]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL2000]]></category>
		<category><![CDATA[数据类型]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=329</guid>
		<description><![CDATA[ char
    char是定长的，也就是当你输入的字符小于你指定的数目时，char(8)，你输入的字符小于8时，它会再后面补空值。当你输入的字符大于指定的数时，它会截取超出的字符。

   nvarchar(n)
    包含 n 个字符的可变长度 Unicode 字符数据。n 的值必须介于 1 与 4,000 之间。字节的存储大小是所输入字符个数的两倍。所输入的数据字符长度可以为零。  ]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=329</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL SERVER 数据库备份与还原 命令</title>
		<link>http://www.lanxinbase.com/?p=327</link>
		<comments>http://www.lanxinbase.com/?p=327#comments</comments>
		<pubDate>Mon, 03 Aug 2015 05:32:45 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[3.数据库相关]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL2000]]></category>
		<category><![CDATA[数据库备份]]></category>
		<category><![CDATA[数据库还原]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=327</guid>
		<description><![CDATA[SQL Server 2000 数据库备份与还原在查询分析器中,使用 SQL 命令备份系统数据库或用户数据库,然后又使用 SQL 命令 还原数据库.

一,备份数据库

例如: BACKUP DATABASE Northwind TO DISK = 'c:\Northwind.bak'

二,还原数据库

例如: --返回由备份集内包含的数据库和日志文件列表组成的结果集

返回由备份集内包含的数据库和日志文件列表组成的结果集]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=327</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在SQL 中 ntext和text类型的的区别以及其他数据类型的区别</title>
		<link>http://www.lanxinbase.com/?p=325</link>
		<comments>http://www.lanxinbase.com/?p=325#comments</comments>
		<pubDate>Mon, 03 Aug 2015 05:31:47 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[3.数据库相关]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL2000]]></category>
		<category><![CDATA[数据类型]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=325</guid>
		<description><![CDATA[ntext和text一样用来保存大量的文字数据，不过text用单字节保存数据 ，ntext固定用双字节保存数据. ntext保存的是Uncode的字符 ， ntext支持跨语言平台。

ntext：

可变长度 Unicode 数据的最大长度为 230 - 1 (1,073,741,823) 个字符。存储大小是所输入字符个数的两倍（以字节为单位）。ntext 在 SQL-92 中的同义词是 national text。 

ntext中存数据是按双字节存的 ，显示不了NTEXT你换一下recordset打开方式就行了 

text： 
服务器代码页中的可变长度非 Unicode 数据的最大长度为 231-1 (2,147,483,647) 个字符。当服务器代码页使用双字节字符时，存储量仍是 2,147,483,647 字节。存储大小可能小于 2,147,483,647 字节（取决于字符串）。]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=325</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>获取SQL Server的当前连接数</title>
		<link>http://www.lanxinbase.com/?p=323</link>
		<comments>http://www.lanxinbase.com/?p=323#comments</comments>
		<pubDate>Mon, 03 Aug 2015 05:30:35 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[3.数据库相关]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[连接数]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=323</guid>
		<description><![CDATA[当网友问到我这个问题时,我也还以为很简单,以为SQL Server应该提供了对应的系统变量什么的.但是到目前为止,我还没有得到一个比较好的解决方案.可能很简单,,只不过我不知道罢了.希望如此..

下面我说说相关的知识吧.希望大家可以给出一个比较好的方法.

这里有几个与之相关的概念.]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=323</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>易语言2种连接SQL Server服务器的方法</title>
		<link>http://www.lanxinbase.com/?p=264</link>
		<comments>http://www.lanxinbase.com/?p=264#comments</comments>
		<pubDate>Mon, 03 Aug 2015 05:06:23 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[8.易语言]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[易语言]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=264</guid>
		<description><![CDATA[.版本 2
.支持库 eDB

输出调试文本 (外部数据库1.打开SQL数据库 (“127.0.0.1”, “sa”, “123456”, “tempdb”, , ))
输出调试文本 (外部数据库1.打开 (“driver={SQL Server};server=127.0.0.1;uid=sa;pwd=123456;database=tempdb”, , ))]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=264</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
