从远程系统连接到 sql server 2008 r2 FILESTREAM

发布于 2024-11-18 04:26:34 字数 435 浏览 9 评论 0原文

我正在使用以下技术为我的客户开发在线文档管理应用程序

  1. 前端 - VB.Net 2010(Windows 窗体)
  2. 后端 - SQL Server 2008 R2 Express(FILESTREAM 启用到级别 3)

我想存储文件(* .pdf、*.doc、*.exe、.)使用 SQL Server 2008 R2 中的 FILESTREAM 功能。

我更喜欢 FILESTREAM,因为有时文件大小会超过 2GB。

我能够使用 FILESTREAM 保存和检索文件(使用 Windows 身份验证/集成安全性)。

但我的客户想要从不同的电脑保存或检索文件。

所以我需要从远程系统访问 FILESTREAM BLOB。

请帮助我实现我的要求。

预先感谢您的宝贵建议。

I'm developing a online document management application for my client using the following technologies

  1. Front End - VB.Net 2010 (Windows Forms)
  2. Back End - SQL Server 2008 R2 Express (FILESTREAM enabled to level 3)

I wanted to store the files (*.pdf, *.doc, *.exe, .) using the FILESTREAM feature in SQL Server 2008 R2.

I prefer FILESTREAM because sometimes the file size exceeds 2GB.

I'm able to save and retrieve file with FILESTREAM (using Windows Authentication/Integrated Security).

But my client wants to save or retrieve the file from different PC.

So I'm in need of accessing the FILESTREAM BLOB from remote systems.

Kindly help me to achieve my requirement.

Thanks in advance for your valuable suggestions.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

很快妥协 2024-11-25 04:26:34

阅读:

与 SQL Server 中的任何其他功能一样,一旦您从任何计算机连接到SQL Server,您就可以使用它的功能。 “本地”和“远程”系统之间没有区别……就 SQL Server 计算机而言,所有客户端计算机都是“远程”的……

Read:

Like any other feature in SQL Server, once you've connected to the SQL Server from any machine, you can use its features. There's no difference between "local" and "remote" systems...... all client machines are "remote" as far as the SQL Server machine is concerned....

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文