sql-server – 我们应该将数据库移动到我们的(共享)Web主机吗?

前端之家收集整理的这篇文章主要介绍了sql-server – 我们应该将数据库移动到我们的(共享)Web主机吗?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我工作的公司过去八年左右一直在使用Access数据库(我只需忍受它五个).我们正在开始在线订购系统的工作,所以它是时间(实际上,过去的时间)继续前进到更强大的东西.我们有一台带有MSsql 2k的SBS 2003服务器,我们还通过我们的Web主机拥有一个MSsql 2005数据库,因此sql似乎还有很长的路要走.

我已经想到了如何处理这个问题的一些场景,并会感谢SF提供的任何输入.

1)内部sql数据库的一切.

Advantages: total control over
security,fast internal access via
whatever application platform we want.

Disadvantages: potential to bog down
our internet connection during heavy
ordering periods.

2)用于日常操作的内部sql数据库.复制支持订购系统到在线数据库所需的内容.

Advantages: total control over
security for internal portion of the
database. fast internal access.
Separates customer processes from
employee processes.

Disadvantages: duplicated data,extra
interface required to migrate data
between sites

3)完全迁移到Web服务器.

Advantages: Single database supporting
both admin and customer processes.
Easier access for mobile employees.

Disadvantages: Full faith in host for
security/backups. Slower direct DB
access from our location (in case we
want to use a non-web interface).

有什么想法吗?

解决方法

几十年来,人们一直信任数据中心的数据.我认为继续使用主机是安全的.如果您在本地进行备份,则会自动促进远程位置的冗余.除非您的连接不良或存在带宽问题,否则与远程相比,您将无法获得本地速度.
原文链接:https://www.f2er.com/mssql/80534.html

猜你在找的MsSQL相关文章