ssms 连接 ssis_SSIS连接管理器:OLE DB,ODBC,ADO.NET

ssms 连接 ssis

In this article, I will first give an overview of the OLE DB, ODBC, and ADO.NET SSIS connection managers. Then I will try to illustrate the difference between them when trying to connect to SQL Server.

在本文中,我将首先概述OLE DB,ODBC和ADO.NET SSIS连接管理器。 然后,我将尝试说明尝试连接到SQL Server时它们之间的区别。

This article is the 8th article in the SSIS feature face to face series which aims to remove confusion and to illustrate some of the differences between similar features provided by SQL Server Integration Services.

本文是SSIS功能面对面系列文章中的第八篇,旨在消除混淆并说明SQL Server Integration Services提供的相似功能之间的某些区别。

SSIS连接管理器 (SSIS Connection Managers)

In general, SSIS connection managers are used to configure a connection between SSIS and an external data source. There are different types of connection managers that are included in SSIS.

通常,SSIS连接管理器用于配置SSIS与外部数据源之间的连接。 SSIS中包含不同类型的连接管理器。

In this article, I will mention the SSIS connection managers listed in SQL Server Data Tools for Visual Studio 2017 with their description (The following table is taken from Visual Studio “Add SSIS Connection Manager” dialog):

在本文中,我将提及针对Visual Studio 2017SQL Server数据工具中列出的SSIS连接管理器及其描述(下表摘自Visual Studio的``添加SSIS连接管理器''对话框)

Connection Manager

Description

ADO

Connection manager for ADO connections

ADO.NET

Connection manager for ADO.NET connections

CACHE

Connection manager for cache

DQS

Connection manager for DQS Server (Data Quality Services)

EXCEL

Connection manager for Excel files

FILE

Connection manager for files

FLATFILE

Connection manager for flat files

FTP

Connection manager for FTP

Hadoop

Connection manager for Hadoop

HTTP

Connection manager for HTTP connections

MSMQ

Connection manager for the Message Queue task

MSOLAP100

Connection manager for Analysis Services connections

MULTIFILE

Connection manager for multiple files

MULTIFLATFILE

Connection manager for multiple flat files

ODATA

Connection Manager for ODATA Services

ODBC

Connection manager for ODBC connections

OLEDB

Connection manager for OLE DB connections

ORACLE

Connection manager for Oracle connections

PowerQuery

Connection manager for Power Query Source

SMOServer

Connection manager for SQL Server transfer tasks

SMTP

Connection manager for Send Mail Tasks

SQLMOBILE

Connection manager for SQL Server Compact connections

WMI

Connection manager for the WMI tasks

连接管理器

描述

阿多

ADO连接的连接管理器

ADO.NET

ADO.NET连接的连接管理器

缓存

缓存的连接管理器

DQS

DQS服务器的连接管理器(数据质量服务)

卓越

Excel文件的连接管理器

文件

文件的连接管理器

平面文件

平面文件的连接管理器

的FTP

FTP的连接管理器

Hadoop的

Hadoop的连接管理器

HTTP

HTTP连接的连接管理器

MSMQ

Message Queue任务的连接管理器

MSOLAP100

Analysis Services连接的连接管理器

多文件

多个文件的连接管理器

多文件

多个平面文件的连接管理器

ODATA

ODATA服务的连接管理器

ODBC

ODBC连接的连接管理器

OLEDB

OLE DB连接的连接管理器

Oracle

用于Oracle连接的连接管理器

PowerQuery

电源查询源的连接管理器

SMO服务器

用于SQL Server传输任务的连接管理器

SMTP

发送邮件任务的连接管理器

SQL移动

SQL Server Compact连接的连接管理器

WMI

WMI任务的连接管理器

SSIS connection managers are can be added from the connection managers tab located in the bottom of the main screen:

可以从位于主屏幕底部的“连接管理器”选项卡中添加SSIS连接管理器:

This image shows the SSIS connection managers tab in the SSDT main screen

Figure 1 – SSIS connection managers tab

图1 – SSIS连接管理器选项卡

As mentioned in the SSIS connection managers tab, add a new connection manager, right-click inside the tab panel, and select the connection manager type from the context menu strip.

如SSIS连接管理器选项卡中所述,添加一个新的连接管理器,在选项卡面板内右键单击,然后从上下文菜单栏中选择连接管理器类型。

This image shows the add SSIS connection manager context menu strip

Figure 2 – Add SSIS connection manager context menu strip

图2 –添加SSIS连接管理器上下文菜单栏

The context menu strip contains a few types of connection managers, to see all types click on New Connection

上下文菜单栏包含几种类型的连接管理器,要查看所有类型,请单击“ 新建连接”

In the following sections, we will describe only the OLE DB, ODBC and ADO.NET connection managers since they are the one used to connect to SQL Server.

在以下各节中,我们将仅描述OLE DB,ODBC和ADO.NET连接管理器,因为它们是用于连接到SQL Server的连接管理器。

OLE DB连接管理器 (OLE DB connection manager)

OLE DB stands for Object Linking and Embedding, Database. It is an API designed by Microsoft, that allows users accessing a variety of data sources in a uniform manner. Between all SSIS connection managers, OLE DB connection managers is the most popular.

OLE DB代表数据库的对象链接和嵌入 。 它是Microsoft设计的API,允许用户以统一的方式访问各种数据源。 在所有SSIS连接管理器之间,OLE DB连接管理器是最受欢迎的。

When you click on Add OLE DB connection in the context menu above, the following window appears:

当您单击上方上下文菜单中的“添加OLE DB连接”时,将出现以下窗口:

This image shows the defined OLE DB connections form where you can add and delete connections

Figure 3 – Defined OLE DB connections form

图3 –定义的OLE DB连接表单

In this window, all previously defined connections are listed with their properties. To add a new connection, you have to click on New button. The following image shows the main OLE DB connection configuration form:

在此窗口中,所有先前定义的连接及其属性都会列出。 要添加新连接,您必须单击“ 新建”按钮。 下图显示了主要的OLE DB连接配置形式:

This image shows the OLE DB connection manager editor form

Figure 4 – OLE DB Connection manager editor

图4 – OLE DB连接管理器编辑器

If we click on the Provider drop-down list, all available data sources providers are shown:

如果单击提供程序下拉列表,则会显示所有可用的数据源提供程序:

This image shows the OLE DB providers list found in Visual Studio 2017

Figure 5 – OLE DB providers list

图5 – OLE DB提供程序列表

The main OLE DB connection properties are:

OLE DB连接的主要属性是:

  • Provider: The OLE DB provider used to connect to the data source

    提供程序:用于连接到数据源的OLE DB提供程序
  • Server name: The Server that you want to connect to

    服务器名称:您要连接的服务器
  • Authentication type: The security parameters used to establish the connection

    认证类型:用于建立连接的安全参数
  • Database Name: The database name that we want to connect to (if this property is not specified, the default database is used)

    数据库名称:我们要连接的数据库名称(如果未指定此属性,则使用默认数据库)

For more information about OLE DB connection managers, you can refer to the following official documentation:

有关OLE DB连接管理器的更多信息,您可以参考以下官方文档:

In general, OLE DB connection manager is used in all tasks and components that can connect to an external database such as:

通常,OLE DB连接管理器用于所有可以连接到外部数据库的任务和组件,例如:

  • Execute SQL Task

    执行SQL任务
  • Execute T-SQL Task

    执行T-SQL任务
  • OLE DB Source

    OLE DB源
  • OLE DB Destination

    OLE DB目标
  • OLE DB command

    OLE DB命令
  • Look up Transformation

    查找转换

ODBC连接管理器 (ODBC connection manager)

ODBC stands for Open Database Connectivity. It is a standard API used to access database management systems. ODBC provides access only to relational databases and they are used by OLE DB to access SQL-based data sources.

ODBC代表开放式数据库连接。 它是用于访问数据库管理系统的标准API。 ODBC仅提供对关系数据库的访问,OLE DB使用它们来访问基于SQL的数据源。

ODBC SSIS connection managers are also popular and they are used when data sources are defined as DSN (Database Source Name) in the operating system.

ODBC SSIS连接管理器也很流行,并且在操作系统中将数据源定义为DSN(数据库源名称)时使用它们。

To add an ODBC connection manager, right-click inside the connection manager tab panel. Click on New Connection button. The following form will appear:

要添加ODBC连接管理器,请在连接管理器选项卡面板内右键单击。 单击新建连接按钮。 将显示以下形式:

This image shows the defined ODBC connection where you can add anda delete connections

Figure 6 – Defined ODBC connections form

图6 –定义的ODBC连接表单

This form contains all ODBC connections added previously. To add a new one, click on New button. The following image shows the ODBC connection manager configuration form:

此表单包含以前添加的所有ODBC连接。 要添加一个新的,请单击“ 新建”按钮。 下图显示了ODBC连接管理器配置表单:

This image shows the ODBC SSIS connection manager editor form

Figure 7 – ODBC connection manager editor

图7 – ODBC连接管理器编辑器

The ODBC Connection can be defined by selecting a data source name (DSN) defined in the operating system, or by directly writing the connection string. In addition, you may have to provide the login information.

可以通过选择操作系统中定义的数据源名称(DSN)或直接写入连接字符串来定义ODBC连接。 另外,您可能必须提供登录信息。

To learn more about creating and configuring DSN, you can refer to the following links:

要了解有关创建和配置DSN的更多信息,可以参考以下链接:

ODBC connections are mainly used in the ODBC flow components. You can refer to the following official documentation for more information:

ODBC连接主要用于ODBC流组件中。 您可以参考以下官方文档以获取更多信息:

ADO.NET连接管理器 (ADO.NET connection manager)

ADO.NET stands for ActiveX Data Objects using .NET framework. It is a set of classes that expose data access services for .NET Framework programmers.

ADO.NET代表使用.NET框架的ActiveX数据对象。 它是一组为.NET Framework程序员提供数据访问服务的类。

Similar to the previous SSIS connection managers, the ADO.NET connection manager allows accessing external data sources, but it uses .NET providers to establish connections.

与以前的SSIS连接管理器类似,ADO.NET连接管理器允许访问外部数据源,但是它使用.NET提供程序来建立连接。

ADO.NET connection manager editor is very similar to the OLE DB Connection manager editor as shown in the image below:

ADO.NET连接管理器编辑器与OLE DB连接管理器编辑器非常相似,如下图所示:

This image shows the ADO.NET connection manager editor form

Figure 8 – ADO.NET connection manager editor

图8 – ADO.NET连接管理器编辑器

It has the same connection properties such as the provider, server name, authentication, and database name.

它具有相同的连接属性,例如提供程序,服务器名称,身份验证和数据库名称。

For additional information about ADO.NET connection manager, you can refer to the following official documentation:

有关ADO.NET连接管理器的其他信息,您可以参考以下官方文档:

The ADO.NET connection manager is mainly used by Execute SQL Tasks and ADO.NET Source and ADO.NET destination.

ADO.NET连接管理器主要由Execute SQL Tasks和ADO.NET SourceADO.NET Destination使用

OLE DB与ODBC与ADO.NET (OLE DB vs ODBC vs ADO.NET)

First of all, it is good to know that ADO.NET used OLE DB providers to access data while OLE DB uses ODBC to access relational databases.

首先,很高兴知道ADO.NET使用OLE DB提供程序来访问数据,而OLE DB使用ODBC访问关系数据库。

After giving an overview of these three SSIS connection managers, I will try to illustrate some of the differences between them from an SSIS development perspective.

在概述了这三个SSIS连接管理器之后,我将尝试从SSIS开发的角度说明它们之间的一些区别。

SQL语法 (SQL Syntax)

The SQL Syntax may differ between these connections types, especially when using parameters. As example, if we need to use parameters within an Execute SQL Task, each connection type has its own syntax as illustrated in the table below:

这些连接类型之间SQL语法可能有所不同,尤其是在使用参数时。 例如,如果我们需要在Execute SQL Task中使用参数,则每种连接类型都有其自己的语法,如下表所示:

Connection Type

Marker

Parameter name

ADO.NET

@<parameter name>

@<parameter name>

OLEDB

?

0,1,2,3 …

ODBC

?

1,2,3 …

连接类型

记号笔

参数名称

ADO.NET

@ <参数名称>

@ <参数名称>

OLEDB

0,1,2,3…

ODBC

1,2,3…

数据源 (Data Sources)

While ADO.NET and OLE DB can access the same data sources, ODBC can only access relational databases system and they cannot access XML-based sources, Microsoft Exchange Server and others.

虽然ADO.NET和OLE DB可以访问相同的数据源,但是ODBC仅可以访问关系数据库系统,而不能访问基于XML的源,Microsoft Exchange Server和其他数据库。

On the other hand, ODBC may be required when you don’t have the connection information and you are asked to use local DSN to establish the connection.

另一方面,当您没有连接信息并且被要求使用本地DSN建立连接时,可能需要ODBC。

性能 (Performance)

I will run my own experiments to check the difference between these connection types, since you can find a lot of experiments made that illustrate the difference. One of the amazing articles providing information about that is the one written by Gilbert Quevauvilliers on Datatelblog.

我将运行自己的实验来检查这些连接类型之间的差异,因为您可以找到许多说明差异的实验。 Gilbert Quevauvilliers在Datatelblog上撰写的其中一篇令人惊讶的文章提供了有关信息。

As a summary, the experiments shows that when connecting to SQL Server database, OLE DB guarantee higher performance in extracting and loading data.

总而言之,实验表明,当连接到SQL Server数据库时,OLE DB保证了提取和加载数据时的更高性能。

讨论区 (Discussion)

After showing some of the differences between these SSIS connection managers, you can see that choosing one to use can differ based on the logic you are trying to implement. But, after working for years with SSIS, I can recommend using OLE DB connection managers for one main reason, which is the popularity. Since you may find a lot of resources while troubleshooting while you will not find using ADO.NET and ODBC connection managers.

在展示了这些SSIS连接管理器之间的一些差异之后,您可以看到根据您要实现的逻辑,选择要使用的一个可能会有所不同。 但是,在使用SSIS多年之后,我可以推荐使用OLE DB连接管理器,其主要原因之一是受欢迎。 由于在进行故障排除时可能会发现很多资源,而找不到使用ADO.NET和ODBC连接管理器。

In addition, there are many other differences that can be listed, you can check the external links below to get more information.

此外,还可以列出许多其他差异,您可以检查下面的外部链接以获取更多信息。

外部链接 (External Links)

目录 (Table of contents)

SSIS OLE DB Source: SQL Command vs Table or View
SSIS Expression Tasks vs Evaluating variables as expressions
SSIS OLE DB Destination vs SQL Server Destination
Execute SQL Task in SSIS: SqlStatementSource Expressions vs Variable Source Types
Execute SQL Task in SSIS: Output Parameters vs Result Sets
SSIS Derived Columns with Multiple Expressions vs Multiple Transformations
SSIS Data types: Change from the Advanced Editor vs Data Conversion Transformations
SSIS Connection Managers: OLE DB vs ODBC vs ADO.NET
SSIS Flat Files vs Raw Files
SSIS Foreach Loop vs For Loop Container
SSIS: Execute T-SQL Statement Task vs Execute SQL Task
SSIS OLE DB来源:SQL命令与表或视图
SSIS表达式任务与将变量作为表达式求值
SSIS OLE DB目标与SQL Server目标
在SSIS中执行SQL任务:SqlStatementSource表达式与可变源类型
在SSIS中执行SQL任务:输出参数与结果集
具有多个表达式与多个转换的SSIS派生列
SSIS数据类型:高级编辑器的更改与数据转换的转换
SSIS连接管理器:OLE DB,ODBC,ADO.NET
SSIS平面文件与原始文件
SSIS Foreach循环与For循环容器
SSIS:执行T-SQL语句任务与执行SQL任务

翻译自: https://www.sqlshack.com/ssis-connection-managers-ole-db-vs-odbc-vs-ado-net/

ssms 连接 ssis

SSIS ODBC方式连接mysql数据库、oracle数据库 1、安装Mysql odbc connector 插件 插件下载链接: https://dev.mysql.com/downloads/connector/odbc/ 1、插件下载:考虑系统兼容型这里下载的的是32 位的,如下: 2、安装:正常安装既可,安装过程不做解释 3、配置Odbc-MySQL数据源服务,(在安装MySQL插件前是找不到MySQL数据源的,没办法,不是三方产品就是这样,蛮烦... 阅读详情

相关推荐

独立站如何采集商品?外贸独立站采集教程

从这里Robert了解到还有国内有很多仿牌卖家、微商,都有类似的情况,他们出海的阻碍主要在于支付、物流、推广。8.插件“抓取任务”列表手动点同步,将商品同步到主商城后台商品管理列表(商品默认同步到下架列表中) 后台商品管理下架列表显示已同步商品。5.店铺信息修改完成后,可以开始采集商品,采集时弹窗中会自动识别当前平台及商品链接,分类和相册名称可以自定义 编辑修改。4. 打开采集目标站商品页面,点开谷歌浏览器扩展程序列表,找到Shopyy采集平台,打开配置页。打开弹窗中的“店铺管理”,添加店铺信息。

Jernnifer_mao的博客 1331

SSIS中ExecuteSQL TASK组件关于参数的使用 SQL2005(zz)

作者:AnyJack 留意表达式中各参数的内涵. 在此文中将让你明白ExecuteSQL task组件在SSIS中的功能和作用,我将介绍下面内容: 关于任务 关于任务的属性 看完这些介绍后我将举出下面例子: 从一个有2个输入参数的SQL查询中返回一个简单的值 从一个SQL查询中返回一个记录集 执行一个存储过程并接收一个记录集、返回值、输出参数和传送一个输入参数 从...

weixin_30709635的博客 525

SAP ABAP MIGO增强实战:自定义页签与字段的完整实现指南

本文详细介绍了SAP ABAP中MIGO增强的实战指南,包括自定义页签与字段的完整实现步骤。通过BADI增强技术,开发者可以快速满足企业个性化需求,如添加供应商批次号等特殊字段。文章涵盖数据存储结构设计、BADI框架实现、核心方法编写及数据持久化方案,帮助用户高效完成MIGO屏幕增强开发。

study的专栏 735

ssis 链接mysql,SSIS与MySQL的连接

Hello,Looking for some help with creating an SSIS connection manager to a MySQL database. I have tried the following with no luck:https://smallbusiness.chron.com/connect-mysql-ssis-60851.htmlThe erro...

weixin_39731623的博客 8782

ssis合并连接链接键_在SSIS包中使用合并联接转换

ssis合并连接链接键 This article explores the Merge Join Transformation in SSIS packages. 本文探讨了SSIS包中的合并联接转换。 介绍 (Introduction) In a relational database, we use different normalizations to spli...

culuo4781的博客 9421

执行ssis的包报错:找不到连接“”。如果找不到特定的连接元素,Connections 集合将发生此错误...

执行ssis的包报错:找不到连接“”。如果找不到特定的连接元素,Connections 集合将发生此错误。 在网上搜了一下,解决方法: 打开SqlServer Configuration Manage右键单击“Sql Server Integration Services”选择“属性”,将登录身份修改为“Local System(本地系统)”,然后重新启动该服务。 但...

weixin_30247159的博客 1272

SSIS导出文件保留小数点两位

banzhenfei的博客 7928

【译】第一篇 Integration Services:SSIS是什么

本篇文章是Integration Services系列的第一篇,详细内容请参考原文。 Integration Services是一种在SQL Server中最受欢迎的子系统。允许你在各种数据源之间提取、转换和加载(ETL)数据,以任何你能想到的编程方式更改数据。你可以用SSIS做下面操作:->执行ETL(提取、转换、加载)操作->传输数据->复制数据库对象-&gt...

a86793222的博客 1279

SSIS连接-左外连接

应用场景: 当有多个数据源时,可能是在不同的数据库,或者是一个数据源来自数据库,另一个来自excel文件,想要把他们合并,像sql的左外联接时,应用到 源1: select 'A01' GoodsNo,'A1' Category union select 'A02' GoodsNo,'A2' Category 源2: select 'A01' GoodsNo,'...

weixin_30679823的博客 1777

SSIS 连接数据

通常情况下,ETL方案需要同时访问两个或多个数据源,并把结果合并为单个数据流,输出到目标表中。为了向目标表中提供统一的数据结构,需要把多个数据源连接在一起。数据连接的另外一种用法,就是根据现有的数据,向目标表中添加数据,或者更新现有的数据。这种方案是把源数据与现有的数据进行比较,以便找到需要更新的数据行,或者需要添加的数据。在设计ETL方案时,连接数据可以使用SSIS的转换(Lookup...

albh81462的博客 7608

ssis ado.net数据访问模式 mysql_ADO.Net两种访问数据库模式

连接模式下的数据库访问通常包括以下几个步骤:1.通过数据库连接类(DbConnection)链接类指定到数据库服务器的数据库2.通过数据库命令类(DbCommand)在数据库上执行SQL命令,可以使用的SQL命令包括更新(update),插入(insert),删除(delete),和查询(select)等3.如果是查询(select)语句,可以通过数据读取器(DbDataReader)类以只读向...

weixin_33542015的博客 403

SSIS包的组建之连接管理器

上一篇我们通过一个示例来介绍一下SSIS 包的开发.接下来的内容我们将学习一下包中各个选项卡的使用.:连接管理器选项卡、控制流选项卡、数据流选项卡和事件处理选项卡等等。这一篇将介绍一下连接管理器作用以及使用情况。 连接管理器的作用是连接到不同类型的数据源以提取和加载数据。任何包的开发都需要提供源数据。 下表列出了 SQL ServerIntegration Services 提供的连接管理器...

weixin_30600197的博客 474

SSIS可靠性和扩展性—可扩展性

  你可能对扩展性这个概念非常的熟悉,当然在SSIS中也有这个概念。这里有几个很有特色的属性,这一个小节的内容中将介绍如何在SSIS中使用可扩展性特性。      扩展内存 在设计SSIS之初,数据传输的操作都发生在内存中,这样会使数据传输和转换更加的快,一个设计目标是数据传输只有一条路径。这样消除了多次读取或者写入数据造成的时间消耗。这样有一个缺点是你需要大量的数据和复杂的数据转换要吃...

weixin_34235135的博客 306

SSIS连接MYSQL的两种方法

1)ODBC Data Provider安装mysql-connector-odbc-5.1.7-win32 下载地址创建ODBC数据源SSIS新建ADO.NET连接 提供程序选择“ODBC Data Provider”2)Mysql Data Provider安装mysql-connector-net-5.2.7 下载地址 或 mysql-connector-net-6.5.4下载地址 SSIS

水族杰纶 1万+

如何用SSIS包配置动态配置数据库连接

【IT168 数据库】笔者在利用SSIS(SQL Server综合服务,SQL Server Integration Service)工具进行ETL开发过程中,遇到了每一次将开发的ETL包迁移到正式服务器时,需要逐个的修改数据库连接的问题,如果只有一个或者几个包,每个包里面只有一个数据库连接的话,还可以接受。如果有多个包,每个包里有多个数据库连接,每做一次迁移简直是一个灾难。通过查阅相关的...

编程开发资料库 2033

ssis 链接mysql_SSIS 连接数据

通常情况下,ETL方案需要同时访问两个或多个数据源,并把结果合并为单个数据流,输出到目标表中。为了向目标表中提供统一的数据结构,需要把多个数据源连接在一起。数据连接的另外一种用法,就是根据现有的数据,向目标表中添加数据,或者更新现有的数据。这种方案是把源数据与现有的数据进行比较,以便找到需要更新的数据行,或者需要添加的数据。在设计ETL方案时,连接数据可以使用SSIS的转换(Lookup和Merg...

weixin_30865253的博客 7091

SSIS连接Oracle问题汇总

一、未安装Oracle客户端 错误提示:Test connection failed because of an error in initializing provider. 未找到 Oracle 客户端和网络组件。这些组件是由 Oracle 公司提供的,是 Oracle 7.3.3 版(或更高)客户软件安装的一部分。在安装这些组件之前,将无法使用此提供程序。 出现这个提示的原...

1906

ssis怎么连接64位oracle,SSIS oracle 64位 数据源链接

&lt&semi;java基础学习&gt&semi;JAVA 对象和类Java is an Object-Oriented Language. As a language that has the Object Oriented feature, Java suppor ...HDU 1405题意: 输入一个数n,输出它的素因子与这个素因子出现的次数. 分析: 用欧...

weixin_30070647的博客 7022

SSIS调试及合并连接使用注意事项

1、在控制流上设置断点; 2、在数据流上各任务间的连接线上设置数据查看器,通过数据查看器可以查看数据内容。   另外:在使用“合并连接转换”必须先将数据进行排序。...

it44809252的博客 3859

Level Set Methods and Fast Marching Methods.pdf

Tracking moving interfaces in computational geometry, materials sciences, robotics, image processing, and fluid mechanics;

上一篇: sql raiserror_SQL Server PRINT和SQL Server RAISERROR语句
下一篇: aws rds 加密_AWS RDS SQL Server中的加密备份和还原
culuo4781
博客等级 码龄10年 311粉丝 0原创
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值