<?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>系统运维 &#187; SQL Server</title>
	<atom:link href="http://www.osyunwei.com/archives/category/config/database/sql-server/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL Server 2008 R2安装图解教程</title>
		<link>https://www.osyunwei.com/archives/6345.html</link>
		<comments>https://www.osyunwei.com/archives/6345.html#comments</comments>
		<pubDate>Wed, 24 Jul 2013 09:21:50 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=6345</guid>
		<description><![CDATA[一、下载SQL Server 2008 R2安装文件 cn_sql_server_2008_r2_enterprise_x86_x64_ia64_dvd_522233.iso 二、将安装文件刻录成光盘或者用虚拟光驱加载，或者直接解压，打开安装文件，出现下面的界面 安装SQL Server 2008 R2需要.NET Framework 3.5 SP1支持 这里我们的操作系统是Windows Server 2008 R2，已经默认自带了.NET Framework 3.5 SP1 直接点确定 选择系统配置检查器 有一个.NET应用程序安全性的警告，忽略即可。 确定 选择左侧的安装，双击右边的“全新安装或向现有安装添加功能” 确定 输入产品密钥，下一步 接受许可条款，下一步 安装 下一步 SQL Server功能安装 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容 版权所有,转载请注明出处及原文链接 选择需要的组件，这里点全选，安装所有组件 选择安装路径，下一步 下一步 默认实例，下一步 下一步 服务账户设置，选择对所有SQL Server服务使用相同的账户 输入操作系统的账户名和密码，确定 下一步 身份验证模式：混合模式 设置系统管理员（sa）的密码 点添加，指定SQL Server管理员为操作系统登录账号 下一步 下一步 默认，下一步 下一步 下一步 安装 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/6345.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/6345.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Linux下php连接SQL Server 2000数据库</title>
		<link>https://www.osyunwei.com/archives/5016.html</link>
		<comments>https://www.osyunwei.com/archives/5016.html#comments</comments>
		<pubDate>Sun, 05 Aug 2012 03:33:27 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[freetds]]></category>
		<category><![CDATA[php连接SQL Server]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=5016</guid>
		<description><![CDATA[说明： Linux服务器系统：CentOS 5.5 Web环境：LAMP或者LNMP Windows服务器系统：Windows Server 2003 Windows服务器IP地址：192.168.21.134 数据库环境：SQL Server 2000数据库 数据库账号：sa 数据库密码：123456 实现目的：Linux服务器中的php程序能够连接到Windows服务器中的SQL Server 2000数据库 具体步骤： 一、在Linux服务器中安装freetds 1、安装编译工具及驱动程序 yum install make apr* autoconf automake gcc gcc-c++ wget 2、安装unixODBC驱动程序 yum -y install unixODBC unixODBC-devel 3、安装freetds cd /usr/local/src wget ftp://ftp.freetds.org/pub/freetds/stable/freetds-stable.tgz  #下载 gunzip freetds-stable.tgz   #解压 tar -xvf freetds-stable.tar cd freetds-0.91 ./configure --prefix=/usr/local/freetds --with-tdsver=8.0 --with-unixodbc=/usr --enable-msdblib  #配置 make  [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/5016.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/5016.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2000中清空数据库日志文件记录</title>
		<link>https://www.osyunwei.com/archives/995.html</link>
		<comments>https://www.osyunwei.com/archives/995.html#comments</comments>
		<pubDate>Mon, 07 Nov 2011 05:35:20 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[数据库]]></category>
		<category><![CDATA[数据库日志]]></category>
		<category><![CDATA[清空数据库]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=995</guid>
		<description><![CDATA[引言：在SQL Server 2000中，有时候数据库只有几十兆，但是日志却有上百兆，甚至好几个G, 并且日志文件每天都在增长，下面我们需要在不影响数据库使用的前提下清空数据库日志记录，操作如下： 1、设置数据库模式为简单模式： 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 打开SQL企业管理器，在控制台根目录中依次点开 Microsoft SQL Server-SQL Server组-双击打开你的服务器-双击打开数据库目录 -选择你的数据库名称-然后点击右键选择属性-选择选项-在故障还原的模式中选择“简单”，在自动收缩前面打钩，确定。 2、在当前数据库上点右键，所有任务中-收缩数据库 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 选择文件按钮，数据库文件后：选择日志文件，其他设置默认即可，点确定。 3、收缩数据库完成后，建议将您的数据库属性重新设置为标准模式，因为日志记录在一些异常情况下往往是恢复数据库的重要依据。 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/995.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » SQL Server 2000中清空数据库日志文件记录<p><a rel="bookmark" href="https://www.osyunwei.com/archives/995.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/995.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决SQL Server 2000删除用户时出现错误提示: 因为选定的用户拥有对象，所以无法除去该用户</title>
		<link>https://www.osyunwei.com/archives/974.html</link>
		<comments>https://www.osyunwei.com/archives/974.html#comments</comments>
		<pubDate>Mon, 07 Nov 2011 04:48:04 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[sql server 2000]]></category>
		<category><![CDATA[sql server 删除用户]]></category>
		<category><![CDATA[sql server无法删除用户]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=974</guid>
		<description><![CDATA[现象： 把之前备份的数据库还原到现在的SQL数据库中，现在要把数据库中的用户删除掉，结果却提示： 因为选定的用户拥有对象，所以无法除去该用户 解决办法： 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 1.打开企业管理器，展开服务器，右键点击本地服器，属性： 打开SQL Server 属性(配置)窗口 2.选择常规窗口 选择 服务器设置窗口，将 允许对系统目录直接进行修改 选上，确定。 4.展开数据库，看到数据库系统表 sysusers ，右键--打开表--返回所有行： 5.选择数据库中要删除的用户，找到相关行，点右键 删除： 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 选择是， 最后再返回第二步，把允许对系统目录直接进行修改前面的勾去掉 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/974.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » 解决SQL Server 2000删除用户时出现错误提示: 因为选定的用户拥有对象，所以无法除去该用户<p><a rel="bookmark" href="https://www.osyunwei.com/archives/974.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/974.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
