简体   繁体   English

我们可以使用 Azure 数据工厂将.BAK(SQL Server 备份文件)文件从本地服务器文件夹复制到 Azure Blob 存储吗?

[英]Can we copy .BAK(SQL Server Backup Files) files from on-premise server file folder to Azure Blob Storage using Azure Data Factory?

I have some SQL server backup files on my on-premise server on the D:\AzureTesting* folder and I want to copy those.bak files from there to my Azure Blob Storage Account using Azure Data Factory?我的本地服务器上的D:\AzureTesting*文件夹中有一些 SQL 服务器备份文件,我想使用 Azure Blob Storage Account 将这些文件从那里复制到我的Azure Blob Storage Account Is it feasible if so, please let me know how to proceed with?如果可以,是否可行,请告诉我如何进行? I have searched a lot on the web, but I am not getting an appropriate method for this.我在 web 上进行了很多搜索,但我没有找到合适的方法。 I tried to load using Copy activity taking File System Linked Service as my source it is showing me only the below file formats to choose from.我尝试使用以文件系统链接服务为源的复制活动进行加载,它仅向我显示以下文件格式可供选择。 See the Image Link for the file formats Can anyone suggest which file format should I select for accepting the.有关文件格式,请参阅图像链接任何人都可以建议我应该接受哪种文件格式 select。 bak files from my on-premise to Azure Blob storage An answer or any kind of solution is highly appreciated. bak 文件从我的内部部署到 Azure Blob 存储高度赞赏答案或任何类型的解决方案。

Thanks in advance提前致谢

It is possible to copy it via copy activity.可以通过复制活动复制它。 For the on prem server, you would have to install an integration run time and create a linked server of type: file system and the destination would be azure blob storage.对于本地服务器,您必须安装集成运行时并创建以下类型的链接服务器:文件系统,目标是 azure blob 存储。

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure 托管 API 所需的配置文件的 Azure 文件存储 - Azure file storage for configuration files needed for Azure hosted API 从SQL Server表中删除文件列表 - Delete a list of files from SQL Server table 批处理文件,用于将文件从一台服务器复制到另一台服务器,并将远程目录添加到文件名中 - batch file to copy files from one server to other adding remote directory to filename in process 如果可以将文件路径保存在数据库中并将实际文件保存在存储中,为什么还要使用Blob? - Why to use Blob at all if I can save file pathes in database and actual files in storage? Javascript 可以访问服务器上的文件吗? - Can Javascript access files on the server? 使用SQL Server进行文件队列存储 - Use SQL Server for file queue storage 如何在SQL Server上浏览目录和文件? - How to browse directories and files on SQL Server? 通过php将照片上传到linux服务器-文件夹可以容纳的最大文件数量是多少? - Uploading photos to linux server via php - what is the max number of files a folder can have? 如何将文件复制到根文件夹 - How to copy files to root folder 如何列出分支文件夹位置的数据文件和数据路径列表? - How can I make a list of data files and data paths from branched folder locations?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM