Reporting Services 的 迁移 过程包括手动步骤和自动步骤。报表服务器 迁移 包括以下任务: 备份数据库、应用程序和配置文件。 备份加密密钥。 安装 SQL Server 2008 的新实例。 如果使用的是相同硬件,则可以将 SQL Server 2008 与现有的 SQL Server 2000
Reporting Services 的迁移过程包括手动步骤和自动步骤。报表服务器迁移包括以下任务:
备份数据库、应用程序和配置文件。
备份加密密钥。
安装 SQL Server 2008 的新实例。 如果使用的是相同硬件,则可以将 SQL Server 2008 与现有的 SQL Server 2000 或 2005 安装并行安 装。请注意,如果您并行安装,则可能需要将 SQL Server 2008 安装为命名实例。
将报表服务 器数据库和其他应用程序文件从 SQL Server 2000 或 2005 安装移到新的 SQL Server 2008 安装中。
将任何自定义应用程序文件移到新安装中。
配置报表服务器。
编辑 RSReportServer.config,使其包括先前安装中的任何自定义设置。
或者,为新的 Reporting Services Windows 服务组配置自定义访问控制列表 (ACL)。
测试安装。
在确认新实例完 全正常之后,删除未使用的应用程序和工具。
请注意,如果要重用在以前的安装中创建的现有报 表服务器数据库,则用于承载报表服务器数据库的 SQL Server 有版本限制。有关详细信息,请参阅创 建报表服务器数据库。
即使要迁移(而不是升级)安装,也要考虑针对现有的安装运行升级顾问 以帮助确定可能会影响迁移的任何问题。如果要迁移尚未安装或配置的报表服务器,则该步骤尤其有用 。通过运行升级顾问,可以查明新 SQL Server 2008 安装可能不支持的自定义设置。
此外,应 当注意 SQL Server 2008 中进行了多项将影响安装迁移方式的重要改动:
IIS 不再是必备组件 。如果要将报表服务器安装迁移到新计算机上,则无需添加 Web 服务器角色。另外,URL 和身份验证的 配置步骤不同于以前的版本,用来诊断和解决问题的方法和工具也是如此。
报表服务器 Web 服 务、报告管理器和报表服务器 Windows 服务合并到一个报表服务器服务中。所有这三个应用程序都在同 一个帐户下运行。所有这三个应用程序都从 RSReportServer.config 文件中读取配置设置,这使得 RSWebApplication.config 被废弃。
为了删除重叠功能而对报表管理器和 SQL Server Management Studio 进行了重新设计。每个工具都支持一组不同的任务;这些工具不再能够互换。
SQL Server 2008 Reporting Services 不支持 ISAPI 筛选器。如果使用 ISAPI 筛选器,则必 须在迁移之前重新设计报表解决方案。
SQL Server 2008 Reporting Services 不支持 IP 地址 限制。如果使用 IP 地址限制,则必须在迁移之前重新设计报表解决方案,或使用诸如防火墙、路由器 或网络地址转换 (NAT) 等技术来配置被禁止访问报表服务器的地址。
SQL Server 2008 Reporting Services 不支持客户端安全套接字层 (SSL) 证书。如果使用客户端 SSL 证书,则必须在迁 移之前重新设计报表解决方案。
如果使用 Windows 集成身份验证之外的身份验证类型,则必须 将 RSReportServer.config 文件中的 元素更新为支持的身份验证类型。支持的身份验证类型包括 NTLM 、Kerberos、Negotiate 和 Basic。SQL Server 2008 Reporting Services 不支持匿名、.NET Passport 和摘要式身份验证。
如果在报表环境中使用自定义级联样式表,则这些样式表不会被 迁移。必须在迁移后对它们进行手动移动。
有关 SQL Server 2008 Reporting Services 中更改 的详细信息,请参阅升级顾问文档和新增功能 (Reporting Services)。
备份文件和数据
在安装新 Reporting Services 实例之前,请确保对当前安装中的所有文件进行备份。
备份报表 服务器数据库的加密密钥。此步骤对于成功迁移至关重要。而且,在迁移过程中,必须还原加密密钥才 能使报表服务器重新获得对加密数据的访问权限。若要备份加密密钥,可以使用 Reporting Services 配置工具(或者,如果要从 SQL Server 2000 迁移的话,可以使用 rskeymgmt 实用工具)。
使 用任一支持的备份 SQL Server 数据库的方法来备份报表服务器数据库。有关详细信息,请参阅将报表 服务器数据库移至其他计算机中有关如何备份报表服务器数据库的说明。
备份报表服务器配置文 件。要备份的文件包括:
◆Rsreportserver.config
◆Rswebapplication.config
◆Rssvrpolicy.config
◆Rsmgrpolicy.config
◆ Reportingservicesservice.exe.config
报表服务器和报表管理器 ASP.NET 应用程序的 Web.config。
ASP.NET 的 Machine.config(如果您为报表服务器操作修改过它)。
安装 SQL Server 2008 Reporting Services
在仅文件模式下安装新的报表服务器实例,以便可以将 它配置为使用非默认值。对于命令行安装,请使用 FilesOnly 参数。在安装向导中,选中“安装 但不配置”选项。
单击下面的链接之一以查看有关如何安装新 Reporting Services 实例 的说明:
1 2 下一页

ACID attributes include atomicity, consistency, isolation and durability, and are the cornerstone of database design. 1. Atomicity ensures that the transaction is either completely successful or completely failed. 2. Consistency ensures that the database remains consistent before and after a transaction. 3. Isolation ensures that transactions do not interfere with each other. 4. Persistence ensures that data is permanently saved after transaction submission.

MySQL is not only a database management system (DBMS) but also closely related to programming languages. 1) As a DBMS, MySQL is used to store, organize and retrieve data, and optimizing indexes can improve query performance. 2) Combining SQL with programming languages, embedded in Python, using ORM tools such as SQLAlchemy can simplify operations. 3) Performance optimization includes indexing, querying, caching, library and table division and transaction management.

MySQL uses SQL commands to manage data. 1. Basic commands include SELECT, INSERT, UPDATE and DELETE. 2. Advanced usage involves JOIN, subquery and aggregate functions. 3. Common errors include syntax, logic and performance issues. 4. Optimization tips include using indexes, avoiding SELECT* and using LIMIT.

MySQL is an efficient relational database management system suitable for storing and managing data. Its advantages include high-performance queries, flexible transaction processing and rich data types. In practical applications, MySQL is often used in e-commerce platforms, social networks and content management systems, but attention should be paid to performance optimization, data security and scalability.

The relationship between SQL and MySQL is the relationship between standard languages and specific implementations. 1.SQL is a standard language used to manage and operate relational databases, allowing data addition, deletion, modification and query. 2.MySQL is a specific database management system that uses SQL as its operating language and provides efficient data storage and management.

InnoDB uses redologs and undologs to ensure data consistency and reliability. 1.redologs record data page modification to ensure crash recovery and transaction persistence. 2.undologs records the original data value and supports transaction rollback and MVCC.

Key metrics for EXPLAIN commands include type, key, rows, and Extra. 1) The type reflects the access type of the query. The higher the value, the higher the efficiency, such as const is better than ALL. 2) The key displays the index used, and NULL indicates no index. 3) rows estimates the number of scanned rows, affecting query performance. 4) Extra provides additional information, such as Usingfilesort prompts that it needs to be optimized.

Usingtemporary indicates that the need to create temporary tables in MySQL queries, which are commonly found in ORDERBY using DISTINCT, GROUPBY, or non-indexed columns. You can avoid the occurrence of indexes and rewrite queries and improve query performance. Specifically, when Usingtemporary appears in EXPLAIN output, it means that MySQL needs to create temporary tables to handle queries. This usually occurs when: 1) deduplication or grouping when using DISTINCT or GROUPBY; 2) sort when ORDERBY contains non-index columns; 3) use complex subquery or join operations. Optimization methods include: 1) ORDERBY and GROUPB


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Dreamweaver Mac version
Visual web development tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 Chinese version
Chinese version, very easy to use

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool