<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛 - sqlserver</title>
    <link>http://bbs.cqsztech.com/forum.php?mod=forumdisplay&amp;fid=60</link>
    <description>Latest 20 threads of sqlserver</description>
    <copyright>Copyright(C) 重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 17 Apr 2026 23:49:01 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.cqsztech.com/static/image/common/logo_88_31.gif</url>
      <title>重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛</title>
      <link>http://bbs.cqsztech.com/</link>
    </image>
    <item>
      <title>SQL Server高可用之Always On故障转移群集实例 (FCI) 配置</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33330</link>
      <description><![CDATA[SQL Server 的 Always On 实际上是一个品牌家族，它主要包含两种完全不同的高可用性技术：Always On 可用性组 (Availability Groups, AG) 和 Always On 故障转移群集实例 (Failover Cluster Instances, FCI)。

虽然它们都依赖 Windows 故障转移群集 (WSFC) 服务，但 ...]]></description>
      <category>sqlserver</category>
      <author>ZhangQi</author>
      <pubDate>Thu, 16 Apr 2026 10:06:03 +0000</pubDate>
    </item>
    <item>
      <title>SQL Server高可用之Always On可用性组 (Availability Groups, AG) 配置</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33325</link>
      <description><![CDATA[简介：Always On 可用性组 是 SQL Server 提供的一种高可用性和灾难恢复解决方案，它比传统的日志传送、数据库镜像等功能更强大、更灵活。

（一）核心概念
- 可用性组 (Availability Group, AG)：将一组用户数据库（称为“可用性数据库”）作为一个整体进行故障转移 ...]]></description>
      <category>sqlserver</category>
      <author>ZhangQi</author>
      <pubDate>Mon, 13 Apr 2026 10:15:02 +0000</pubDate>
    </item>
    <item>
      <title>sql server下使用发布订阅实现读写分离</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33308</link>
      <description><![CDATA[实验服务器配置：
服务器1：
虚拟机名称：Windows Server 2019_1
计算机名：WIN-3QK23I0H13Q
ip：192.168.110.139
操作系统：window server 2019 datacenter
数据库：sqlsever2019 x64
数据库sa密码：Sztech12345


服务器2：
虚拟机名称：Windows Server 20 ...]]></description>
      <category>sqlserver</category>
      <author>jiawang</author>
      <pubDate>Mon, 13 Apr 2026 09:57:52 +0000</pubDate>
    </item>
    <item>
      <title>发布 \'xx\' 的并发快照不可用，因为该快照尚未完全生成，或者日志读取器代理未运行...</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33316</link>
      <description><![CDATA[因快照生成中断导致的并发快照不可用的问题，通过清除与特定发布相关的订阅和快照信息，从多个表中删除相关记录，重建分发。

这些步骤是在分发服务器上执行：

1. 删除相关的发布订阅

2.执行下列查询,如果还是存在\'xx\'相关的行

select * from msdb..MSdistpu ...]]></description>
      <category>sqlserver</category>
      <author>刘泽宇</author>
      <pubDate>Sun, 12 Apr 2026 03:29:33 +0000</pubDate>
    </item>
    <item>
      <title>SQL Server高可用之镜像配置（使用见证服务器）</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33314</link>
      <description><![CDATA[（一）概念

数据库镜像是 SQL Server 中的一种高可用性和灾难恢复解决方案，它维护一个数据库的两个副本：



一共有两种模式：
]]></description>
      <category>sqlserver</category>
      <author>ZhangQi</author>
<enclosure url="/forum/- 高性能模式：异步提交，镜像库有 ..." length="" type="image/jpeg" />      <pubDate>Sat, 11 Apr 2026 06:36:35 +0000</pubDate>
    </item>
    <item>
      <title>SQL Server高可用之发布与订阅配置</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33313</link>
      <description><![CDATA[本次介绍如何使用SQL Server Management Studio (SSMS) 设置发布与订阅

发布和订阅属于sqlserver的复制技术，引用官网的解释：复制是一组技术，它将数据和数据库对象从一个数据库复制和分发到另一个数据库，然后在数据库之间进行同步以保持一致性。

https://docs. ...]]></description>
      <category>sqlserver</category>
      <author>ZhangQi</author>
      <pubDate>Sat, 11 Apr 2026 06:29:34 +0000</pubDate>
    </item>
    <item>
      <title>发布订阅同步状态异常：发布 \'xx\' 的并发快照不可用，因为该快照尚未完全生成，或...</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33312</link>
      <description><![CDATA[当前环境：sqlserver always on存在一主一从此时主库配置发布，另一sqlserver配置订阅
发布订阅配置均正常，结果配置完成后查看同步状态，显示：
发布 \'xx\' 的并发快照不可用，因为该快照尚未完全生成，或者日志读取器代理未运行，无法激活它。如果并发快照的生成过程 ...]]></description>
      <category>sqlserver</category>
      <author>刘泽宇</author>
      <pubDate>Thu, 09 Apr 2026 10:25:35 +0000</pubDate>
    </item>
    <item>
      <title>SQL Server镜像状态说明</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33306</link>
      <description><![CDATA[SQL Server镜像状态可能包含下面几种：
[*]SYNCHRONIZING：正在同步，通常在第一次启用数据库镜像时出现，表示镜像服务器正在追上主体服务器的进度。
[*]SYNCHRONIZED：已经同步完毕，大部分时间都是这种状态，一旦有爆发性的事务传输到镜像数据库，状态会从SYNCHRONI ...]]></description>
      <category>sqlserver</category>
      <author>jiawang</author>
      <pubDate>Wed, 08 Apr 2026 10:40:40 +0000</pubDate>
    </item>
    <item>
      <title>SQL Server 2019 无法开启复制向导：提示“版本太低”或“仅支持7.0以...</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33302</link>
      <description><![CDATA[一、 问题描述
在 SQL Server 2019 企业版环境中，通过 SQL Server Management Studio (SSMS) 图形化界面尝试执行“新建发布”或“配置分发”操作时，系统弹出以下异常提示：

异常信息 A： “由于服务器版本太低，无法从该服务器创建发布。”



异常信息 B：  ...]]></description>
      <category>sqlserver</category>
      <author>ZhangQi</author>
      <pubDate>Tue, 07 Apr 2026 11:45:58 +0000</pubDate>
    </item>
    <item>
      <title>sqlserver 备份还原  恢复状态的三个选项意思</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33301</link>
      <description><![CDATA[这三个选项是 SQL Server 还原数据库时最核心的概念。
简单来说，这三个选项决定了“还原完当前这个文件后，数据库要处于什么状态”：

1. RESTORE WITH RECOVERY（默认选项：直接上线）
大白话： “我已经把所有该还原的文件都还原完了，结束吧！让数据库直接 ...]]></description>
      <category>sqlserver</category>
      <author>mahan</author>
      <pubDate>Mon, 06 Apr 2026 12:05:20 +0000</pubDate>
    </item>
    <item>
      <title>配置日志传送（Log Shipping）的注意事项</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33295</link>
      <description><![CDATA[1: 如果数据库是“备用模式”（Standby/Read-Only），那么数据库就是只读模式。


关于辅助数据库（secondary database）能否执行存储过程。可以执行部分存储过程，但是有限制。

如果“辅助数据库”是Standby模式，那么如果存储过程里面有DML操作的话，那么存储过 ...]]></description>
      <category>sqlserver</category>
      <author>刘泽宇</author>
      <pubDate>Sun, 05 Apr 2026 07:16:51 +0000</pubDate>
    </item>
    <item>
      <title>日志传送（Log Shipping）简介</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33294</link>
      <description><![CDATA[SQL Server使用日志传送，可以自动将“主服务器”实例上“主数据库”上的事务日志备份发送到“辅助服务器”实例上的一个或多个“辅助数据库”。 

事务日志备份分别应用于每个辅助数据库。 可选第三个服务器实例（称为“监视服务器 ”）记录备份和还原操作的历史记录 ...]]></description>
      <category>sqlserver</category>
      <author>刘泽宇</author>
      <pubDate>Sun, 05 Apr 2026 07:12:51 +0000</pubDate>
    </item>
    <item>
      <title>SQL Server高可用之 LOG SHIPPING 容灾配置</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33293</link>
      <description><![CDATA[本次介绍如何使用SQL Server Management Studio (SSMS) 设置LOGSHIPPING，包括事务日志传送的原理、步骤，以及在主从服务器上配置用户的详细过程，旨在实现数据库容灾。LOGSHIPPING 事务日志传送。
顾名思义：传送事务日志，主要指在主服务器上数据库进行日志备份，将 ...]]></description>
      <category>sqlserver</category>
      <author>ZhangQi</author>
      <pubDate>Sun, 05 Apr 2026 03:23:52 +0000</pubDate>
    </item>
    <item>
      <title>SQL server下使用SSMS图形化copy database提示:The job failed. Check the event l...</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33285</link>
      <description><![CDATA[Copy Database... 功能说明
核心用途：
在不同 SQL Server 实例之间复制 / 移动数据库（适合版本升级、服务器迁移）
在同一实例上创建数据库副本（用于测试、备份验证）
两种迁移模式：
Detach and Attach 模式：速度快，但需临时脱机数据库，适合业务低峰期
SQL  ...]]></description>
      <category>sqlserver</category>
      <author>jiawang</author>
      <pubDate>Tue, 31 Mar 2026 02:27:13 +0000</pubDate>
    </item>
    <item>
      <title>SQLSERVER2016升级到2019后，修改兼容级别</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33283</link>
      <description><![CDATA[原地升级后，你原有的用户数据库虽然运行在 2019 的引擎上，但它们的“兼容级别”依然停留在 2016（级别 130）。为了让查询优化器能够使用 2019 引入的标量 UDF 内联、批处理模式内存授予反馈等新特性，你需要将其调高。

可以直接在 SSMS 中执行的 T-SQL 脚本。它的 ...]]></description>
      <category>sqlserver</category>
      <author>mahan</author>
      <pubDate>Sun, 29 Mar 2026 13:08:31 +0000</pubDate>
    </item>
    <item>
      <title>SQL SERVER逻辑结构与物理结构</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33282</link>
      <description><![CDATA[SQL SERVER逻辑结构与物理结构 一、 逻辑结构 (Logical Structure)逻辑结构是用户和开发人员与 SQL Server 交互时的视角。它定义了数据的组织、管理和安全边界，而不关心数据在硬盘上的具体物理位置。 逻辑层次从大到小可以划分为： 实例 (Instance) 这是 SQL Server 的 ...]]></description>
      <category>sqlserver</category>
      <author>mahan</author>
      <pubDate>Sun, 29 Mar 2026 13:04:48 +0000</pubDate>
    </item>
    <item>
      <title>window安装SQL server 2016</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33280</link>
      <description><![CDATA[实验环境：
SQL server 2016 for Windows10 Linux7


软件安装
1.安装软件

“找不到更新文件”的弹窗，选择跳过。（不勾选的情况）&amp;#128070;
设置密码：sztech123



2.SSMS安装




测试登录：

安装完成。]]></description>
      <category>sqlserver</category>
      <author>Inkcup</author>
      <pubDate>Sun, 29 Mar 2026 10:13:04 +0000</pubDate>
    </item>
    <item>
      <title>sqlserver中的sys.sysremotelogins</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33277</link>
      <description><![CDATA[为每个允许对 Microsoft SQL Server 实例调用远程存储过程的远程用户包含一行。]]></description>
      <category>sqlserver</category>
      <author>刘泽宇</author>
      <pubDate>Sun, 29 Mar 2026 05:48:00 +0000</pubDate>
    </item>
    <item>
      <title>Microsoft OLE DB Driver for SQL Server 已知问题</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33276</link>
      <description><![CDATA[已知问题
该驱动程序返回以下错误消息：Error loading adal.dll from system directory. Verify that Active Directory Authentication Library for SQL Server is properly installed。 此错误的最可能原因是 adal.dll 的位数不正确。
 它可能是由于安装 OLE DB Driv ...]]></description>
      <category>sqlserver</category>
      <author>刘泽宇</author>
      <pubDate>Sun, 29 Mar 2026 05:01:21 +0000</pubDate>
    </item>
    <item>
      <title>window 2019下SQL server 2012升级2019需要打sp4补丁</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33275</link>
      <description><![CDATA[升级报错页面：

报错显示需要安装sql sever sp2或更高的版本






安装2012sp4补丁包








更新明细


开始更新


更新完成


再次升级到SQL server 2019，成功





验证
Select @@version；]]></description>
      <category>sqlserver</category>
      <author>jiawang</author>
      <pubDate>Sun, 29 Mar 2026 03:04:19 +0000</pubDate>
    </item>
  </channel>
</rss>