﻿<feed xml:lang="zh-cn" xmlns="http://www.w3.org/2005/Atom"><title type="text">Starland's Blog</title><subtitle type="text">信息技术学习</subtitle><id>uuid:9d32f3a0-9f61-4662-bd18-25550169863a;id=3</id><rights type="text">Copyright 2009-2011 © &lt;a href="http://www.starland.net.cn" target="_blank" title="Starland"&gt;星地 Starland&lt;/a&gt;</rights><updated>2012-05-20T17:57:15Z</updated><category term="计算机网络" label="计算机网络" scheme="计算机网络" /><category term="虚拟化" label="虚拟化" scheme="虚拟化技术" /><category term="Web开发" label="Web开发" scheme="Web应用开发" /><category term="程序设计" label="程序设计" scheme="体会编程的乐趣" /><category term="数据库" label="数据库" scheme="数据库技术" /><category term="远程教学" label="远程教学" scheme="远程教学" /><category term="无类" label="无类" scheme="无关IT的东东" /><logo>http://www.starland.net.cn/blogimages/logo.jpg</logo><author><name>Starland</name><uri>http://www.starland.net.cn/blog/</uri><email>starland@126.com</email></author><link rel="alternate" href="http://www.starland.net.cn/blog/" /><entry xml:base="http://www.starland.net.cn/blog/blog/view/124/1.aspx"><id>124</id><title type="text">具有高级服务的 SQL Server 2005 Express Edition 对 IIS 的要求</title><published>2010-04-02T23:51:49+08:00</published><updated>2010-04-03T00:24:55+08:00</updated><author><name>Starland</name><uri>http://www.starland.net.cn/blog/blog/view/124/1.aspx</uri><email>Starland</email></author><link rel="alternate" href="http://www.starland.net.cn/blog/blog/view/124/1.aspx" /><link href="http://www.starland.net.cn/blog/blog/view/124/1.aspx" /><category term="数据库" /><content type="text">&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;在 Windows Server 2008 上安装&amp;ldquo;具有高级服务的 Microsoft SQL Server 2005 Express Edition SP3&amp;rdquo;时，对 IIS 7.0 的组件有一定要求，在 &lt;a href="http://support.microsoft.com/kb/920201"&gt;http://support.microsoft.com/kb/920201&lt;/a&gt; 里给出了所需组件的列表。&lt;/p&gt;</content></entry><entry xml:base="http://www.starland.net.cn/blog/blog/view/89/1.aspx"><id>89</id><title type="text">Oracle XE 的字符集修改</title><published>2009-04-10T22:37:13+08:00</published><updated>2009-11-28T12:23:25+08:00</updated><author><name>Starland</name><uri>http://www.starland.net.cn/blog/blog/view/89/1.aspx</uri><email>Starland</email></author><link rel="alternate" href="http://www.starland.net.cn/blog/blog/view/89/1.aspx" /><link href="http://www.starland.net.cn/blog/blog/view/89/1.aspx" /><category term="数据库" /><content type="text">&lt;p&gt;Oracle XE 的字符集修改代码：&lt;br /&gt;
connect system as sysdba&lt;br /&gt;
shutdown immediate&lt;br /&gt;
startup mount&lt;br /&gt;
alter system enable restricted session;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
alter system set JOB_QUEUE_PROCESSES=0;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
alter system set AQ_TM_PROCESSES=0;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
alter database open;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
alter database character set internal_use ZHS16GBK; &lt;br /&gt;
shutdown immediate;&amp;nbsp; &lt;br /&gt;
startup;&lt;/p&gt;</content></entry><entry xml:base="http://www.starland.net.cn/blog/blog/view/88/1.aspx"><id>88</id><title type="text">修改 Oracle XE 的 HTTP 监听端口</title><published>2009-04-09T11:02:18+08:00</published><updated>2009-11-28T12:23:46+08:00</updated><author><name>Starland</name><uri>http://www.starland.net.cn/blog/blog/view/88/1.aspx</uri><email>Starland</email></author><link rel="alternate" href="http://www.starland.net.cn/blog/blog/view/88/1.aspx" /><link href="http://www.starland.net.cn/blog/blog/view/88/1.aspx" /><category term="数据库" /><content type="text">&lt;p&gt;执行 SQL 命令：&lt;br /&gt;
begin&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp; dbms_xdb.sethttpport('8088');&amp;nbsp;&amp;nbsp;&lt;br /&gt;
end;&amp;nbsp;&lt;/p&gt;</content></entry><entry xml:base="http://www.starland.net.cn/blog/blog/view/83/1.aspx"><id>83</id><title type="text">数据库迁移后的帐户问题</title><published>2009-03-01T23:49:47+08:00</published><updated>2009-11-28T12:24:34+08:00</updated><author><name>Starland</name><uri>http://www.starland.net.cn/blog/blog/view/83/1.aspx</uri><email>Starland</email></author><link rel="alternate" href="http://www.starland.net.cn/blog/blog/view/83/1.aspx" /><link href="http://www.starland.net.cn/blog/blog/view/83/1.aspx" /><category term="数据库" /><content type="text">&lt;p&gt;备份的数据库中，安全性里的用户是原数据库服务器上的，如果换了服务器或者数据库引擎，就要注意帐户的问题了。&lt;/p&gt;</content></entry><entry xml:base="http://www.starland.net.cn/blog/blog/view/80/1.aspx"><id>80</id><title type="text">访问 SQL Server 时出现“该用户与可信 SQL Server 连接无关联”的错误</title><published>2009-02-13T13:52:18+08:00</published><updated>2009-11-28T12:25:48+08:00</updated><author><name>Starland</name><uri>http://www.starland.net.cn/blog/blog/view/80/1.aspx</uri><email>Starland</email></author><link rel="alternate" href="http://www.starland.net.cn/blog/blog/view/80/1.aspx" /><link href="http://www.starland.net.cn/blog/blog/view/80/1.aspx" /><category term="数据库" /><content type="text">&lt;p&gt;出现&amp;ldquo;该用户与可信 SQL Server 连接无关联&amp;rdquo;的错误的原因很简单，就是安装数据库时用的服务器身份验证方式是&amp;ldquo;Windows 身份验证模式&amp;rdquo;，只要在服务器属性的&amp;ldquo;安全性&amp;rdquo;设置里，改成&amp;ldquo;SQL Server 和 Windows 身份验证模式&amp;rdquo;就好了。&lt;/p&gt;</content></entry><entry xml:base="http://www.starland.net.cn/blog/blog/view/24/1.aspx"><id>24</id><title type="text">SQL Server 2005 Hands-On Lab</title><published>2005-08-01T12:21:17+08:00</published><updated>2009-02-03T00:14:52+08:00</updated><author><name>Starland</name><uri>http://www.starland.net.cn/blog/blog/view/24/1.aspx</uri><email>Starland</email></author><link rel="alternate" href="http://www.starland.net.cn/blog/blog/view/24/1.aspx" /><link href="http://www.starland.net.cn/blog/blog/view/24/1.aspx" /><category term="数据库" /><content type="text">&lt;p&gt;在 SQL Server 2005 Beta 3 的资料光盘中有一个 SQL Server 2005 Hands-On Lab 的虚拟机映像文件。另外，盘里有微软的 Virtual PC 2004 SP1 试用版，能用 45 天。光盘里有 14 个实验的说明。实验编排得很详细，看起来不错。&lt;/p&gt;</content></entry><entry xml:base="http://www.starland.net.cn/blog/blog/view/23/1.aspx"><id>23</id><title type="text">今天收到了 SQL Server 2005 测试盘</title><published>2005-07-26T18:02:46+08:00</published><updated>2009-02-04T23:32:31+08:00</updated><author><name>Starland</name><uri>http://www.starland.net.cn/blog/blog/view/23/1.aspx</uri><email>Starland</email></author><link rel="alternate" href="http://www.starland.net.cn/blog/blog/view/23/1.aspx" /><link href="http://www.starland.net.cn/blog/blog/view/23/1.aspx" /><category term="数据库" /><content type="text">&lt;p&gt;今天收到了微软的 SQL Server 2005&amp;nbsp;Beta 3 试用光盘。里面有两张DVD光盘：一张是软件，包括文档等；一张是资料，包括教程、白皮书等东东。&lt;/p&gt;</content></entry></feed>
