<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <channel>
    <title><![CDATA[拍拍尘土]]></title> 
    <link>http://blog.xg98.com/</link> 
    <description><![CDATA[五月枇杷黄，太湖银鱼肥]]></description> 
    <language>zh-cn</language> 
    <copyright><![CDATA[Copyright 2026, 拍拍尘土]]></copyright> 
    <webMaster><![CDATA[cxosoft@gmail.com (Admin)]]></webMaster> 
    <generator>LBS v2.0.313</generator> 
    <pubDate>Mon, 04 May 2026 19:34:45 +0800</pubDate> 
    <ttl>60</ttl>
  
    <item>
      <title><![CDATA[window server 2019安装老版sqlserver问题（sqlserver2008，sqlserver2012，sqlserver2014）]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=2820]]></link> 
      <category><![CDATA[Sql Server]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Tue, 18 Jan 2022 13:26:42 +0800</pubDate> 
      <description><![CDATA[第一步：配置环境（window server 2019中安装.net 3.5）<br />1.1 准备.net 3.5安装包<br /><br />因为，sqlserver2014的安装需要.net 3.5的环境，而window server2019是默认不带这个功能的，所以需要提前安装（在win10中安装也是需要提前安装.net 3.5）。<br />说明： window server 2019中安装.net 3.5 不能使用下面的安装包，而是只能通过添加功能和角色（win10中可以直接使用下图的安装包）。<br />在这里插入图片描述<br />但是在window server 2019中添加.net 3.5功能的时候提示没有源文件，需要手动指定安装源路径，所以我们需要将window server 2019的iso文件中的相关cab文件拷贝到虚拟机中！<br /><br />我们将window server 2019的安装包解压，然后将里面的&quot;sources/sxs&quot;文件夹拷贝到虚拟机的c盘下：<br />]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=2820]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[无法安装SQL Server 2008 Management Studio Express]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=2819]]></link> 
      <category><![CDATA[Sql Server]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Tue, 18 Jan 2022 13:24:16 +0800</pubDate> 
      <description><![CDATA[<b>问题：</b><div class="code">安装SQL2008时无法安装SQL Server 2008 Management Studio Express</div><br /><b>解决办法： </b> 升级到<span style="color:Red">具有高级服务的Express</span><div class="code">先使用sql server2008安装中心(在开始菜单的microsoft sql server 2008里面有)的维护功能，将express升级到具有高级服务的Express。再安装SQL Server 2008 Management Studio Express，这就可以发现工具这个选项。安装成功。</div>]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=2819]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Access中在有效性规则中Like运算符中的通配符有哪些 百分号和星号]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=2804]]></link> 
      <category><![CDATA[Sql Server]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Tue, 05 Oct 2021 14:22:54 +0800</pubDate> 
      <description><![CDATA[在access中，我们查询的时候有的时候使用<br /><br />select * from tablename where column like &#39;*1*&#39;<br /><br />有时候使用<br /><br />select * from tablename where column like &#39;%1%&#39;<br /><br /><br />这是由于通配符集不同<br /><br /><br />第一种是ANSI-89规范<br /><br />第二种是ANSI-92规范<br /><br />2003以后的版本可以定义使用ANSI-92<br /><br />方法如下<br /><div style="width: 100%;overflow-x : auto;"><a href="http://blog.xg98.com/attachments/202110/05_142431_e4dde71190ef76c6d0ffdd7a9c16fdfaaf5167b5.jpg" target="_blank"><img src="http://blog.xg98.com/attachments/202110/05_142431_e4dde71190ef76c6d0ffdd7a9c16fdfaaf5167b5.jpg" alt="http://blog.xg98.com/attachments/202110/05_142431_e4dde71190ef76c6d0ffdd7a9c16fdfaaf5167b5.jpg" /></a></div><br />勾选右下角的<br /><br />sql srver兼容语法，当前数据库即可<br /><br />这样就可以用百分号当通配符了，否则只能用星号]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=2804]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[LoadUserProfile 调用因下列错误而宣告失败: 拒绝访问的常见解决方法]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=2798]]></link> 
      <category><![CDATA[Sql Server]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Thu, 19 Aug 2021 09:04:37 +0800</pubDate> 
      <description><![CDATA[有个电脑新安装了sql server 2008<br />看到服务器出现这样的错误提示，拒绝访问，肯定是权限问题，是哪里的权限问题呢。<br />看到LoadUserProfile这个，应当与用户有关。又是需要什么用户的权限呢？<br />就凭这些信息，也想不出是什么原因导致的，只能到网上找。<br />找了一下，原来是C:\Documents and Settings目录缺少 NETWORD SERVICE权限，说实话，要不是找，我想死了也想不出是这个权限问题。<br /><br />C:\Documents and Settings加上NETWORD SERVICE权限后，问题解决。]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=2798]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[SQL Server 服务因1814(0x716)服务错误而停止]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=2797]]></link> 
      <category><![CDATA[Sql Server]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Thu, 19 Aug 2021 09:02:19 +0800</pubDate> 
      <description><![CDATA[原因是系统数据库 master，model，msdb数据库文件损坏<br /> &nbsp; <br />解决方法有两种：<br /> &nbsp; <br />第一种：重装数据库<br />第二种：替换这些损坏的数据文件和日志文件（前提是替换的这些文件必须与源数据库版本要一致）]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=2797]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[sql2008/SQLserver2008 R2把数据结构和数据全部导出到Sql文件的方法]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=2758]]></link> 
      <category><![CDATA[Sql Server]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Wed, 27 Jan 2021 11:09:06 +0800</pubDate> 
      <description><![CDATA[p.s.默认生成脚本不会导出数据，需要勾选数据项才行。<br />打开数据库--------&gt;选中某个数据库--------&gt;任务--------&gt;生成脚本。其中在设置脚本选项界面有个<span style="color:Red"><b>高级</b></span>按钮，里面可以选择<span style="color:Red">架构和数据</span><br /><span style="color:Red">注意：导出的sql文件，尽量把前面的建立用户和选择数据库脚本删除掉，不然报错的时候不知道错哪里</span><br /><br /><div style="width: 100%;overflow-x : auto;"><a href="http://blog.xg98.com/attachments/202101/27_111213__16117169768073.png" target="_blank"><img src="http://blog.xg98.com/attachments/202101/27_111213__16117169768073.png" alt="http://blog.xg98.com/attachments/202101/27_111213__16117169768073.png" /></a></div><br /><br /><div style="width: 100%;overflow-x : auto;"><a href="http://blog.xg98.com/attachments/202101/27_111221__16117170074716.png" target="_blank"><img src="http://blog.xg98.com/attachments/202101/27_111221__16117170074716.png" alt="http://blog.xg98.com/attachments/202101/27_111221__16117170074716.png" /></a></div><br /><br /><div style="width: 100%;overflow-x : auto;"><a href="http://blog.xg98.com/attachments/202101/27_111227__16117170254958.png" target="_blank"><img src="http://blog.xg98.com/attachments/202101/27_111227__16117170254958.png" alt="http://blog.xg98.com/attachments/202101/27_111227__16117170254958.png" /></a></div><br />]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=2758]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[SQL2008数据库导出到SQL2000全部步骤过程]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=2705]]></link> 
      <category><![CDATA[Sql Server]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Thu, 20 Aug 2020 15:04:11 +0800</pubDate> 
      <description><![CDATA[SQL2008转到SQL2000的步骤<br /><br /><b>1、 在sql2008上生成for 2000版本的数据库脚本</b><br /><br />（a）数据库点右键 - 任务 - 生成脚本 <br />（b）设置脚本编写选项 - 点高级按钮，找到&quot;为服务器版本编写脚本&quot;项, 选 SQL Server 2000<br />（c）下一步生成script.sql<br /> &nbsp; <br /><br /><b>2、 在2000中创建目标数据库</b><br /> &nbsp; <br />sql2000中新建数据库，打开sql查询分析器，运行script.sql建立数据表等<br /><br /><b>3、导入数据</b><br /><br />方法一、在sql2008中导出数据到sql2000，全选表单击编辑映射---勾选启用标识插入，如果过程不顺利就用方法二<br /><br /><span style="color:Red">方法二、在sql2000中导入sql2008数据，连接sql2008需要使用sql server odbc方式，sql2000默认会启用标识插入</span>]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=2705]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Win2003 安装sql2008 SQL Server Management Studio 2008 官方版 64位/32位]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=2691]]></link> 
      <category><![CDATA[Sql Server]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Wed, 17 Jun 2020 15:31:37 +0800</pubDate> 
      <description><![CDATA[p.s. 安装Management Studio 2008前提条件<br />1、检查下系统更新，不检查应该也没事<br />2、安装  SQL Server 2008 Express  32位 中文简体安装包<br />3、安装 .net 3.5 sp1<br />4、安装 powershell 2.0 for win2003 （会开启和<span style="color:Red">监听 5985</span> http 和5986 https 两个端口，外网防火墙需要做屏蔽以免被利用）<br />5、SQL Server Management Studio 2008 32位<br /><br />特别注意：安装Management Studio过程中，<span style="color:Red">需要选择执行SQL Server 2008 的全新安装</span>，如果选择向SQL Server 2008 的现有实例中添加功能，则不会出现 管理工具 的选项<br /><br />SQL Server ]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=2691]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[win2008下面sql2005如何解决登录名sa登录失败的问题]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=2595]]></link> 
      <category><![CDATA[Sql Server]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Tue, 11 Jun 2019 16:22:28 +0800</pubDate> 
      <description><![CDATA[p.s. <br />1、iis7.5如果asp无法连接OLEDB，需要应用程序池开启32位支持<br />2、如果使用数据库服务器名访问速度慢，务必直接使用ip地址<br /><br /><br /><b>可能的问题</b><br /><br />1、是否开启 Sql server和windows认证 2种认证模式<br /><div style="width: 100%;overflow-x : auto;"><a href="http://blog.xg98.com/attachments/201906/11_162958_e94a389fa5a14e07b92f06d0d1761706.png" target="_blank"><img src="http://blog.xg98.com/attachments/201906/11_162958_e94a389fa5a14e07b92f06d0d1761706.png" alt="http://blog.xg98.com/attachments/201906/11_162958_e94a389fa5a14e07b92f06d0d1761706.png" /></a></div><br /><br />2、是否开启 命名管道 name pipo  和 TCP/IP  2种协议<br /><div style="width: 100%;overflow-x : auto;"><a href="http://blog.xg98.com/attachments/201906/11_162812_010beb1998be43d99304393e7f1e0797.png" target="_blank"><img src="http://blog.xg98.com/attachments/201906/11_162812_010beb1998be43d99304393e7f1e0797.png" alt="http://blog.xg98.com/attachments/201906/11_162812_010beb1998be43d99304393e7f1e0797.png" /></a></div><br /><br />3、sa状态是否开启登录<br /><div style="width: 100%;overflow-x : auto;"><a href="http://blog.xg98.com/attachments/201906/11_162718_d9832c5840b5472d8efe4e46e726709c.png" target="_blank"><img src="http://blog.xg98.com/attachments/201906/11_162718_d9832c5840b5472d8efe4e46e726709c.png" alt="http://blog.xg98.com/attachments/201906/11_162718_d9832c5840b5472d8efe4e46e726709c.png" /></a></div>]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=2595]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[sql2000 安装失败的例子，阿里云服务器名称大小写问题]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=2418]]></link> 
      <category><![CDATA[Sql Server]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Tue, 23 May 2017 14:16:53 +0800</pubDate> 
      <description><![CDATA[当 Windows 计算机名称包含大写字母和小写字母或者都是小写字母时安装会失败，提示一般性网络错误!<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color:Red">解决办法 就是将计算机名称改为全部大写！重启安装成功。 </span><br /><div class="code">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; 1 配置服务器时中断  <br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; 症状：这是安装遇到的一个比较常见的错误。所有都装好之后，系统在配置服务器时通不过，并会出现如下提示：“安装程序配置服务器失败。参考服务器错误日志和 C:\WINNT\sqlstp.log 了解更多信息”。打开系统盘WINNT目录下的sqlstp.log日志文件，文件最后是这样的错误信息提示：  <br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; 　　driver={sql server};server=GH;UID=sa;PWD=;database=master  <br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; 　　[Microsoft][ODBC </div>]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=2418]]></wfw:commentRss>
    </item>
      
  </channel>
</rss>
