我工作的公司过去八年左右一直在使用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).
有什么想法吗?
解决方法
几十年来,人们一直信任数据中心的数据.我认为继续使用主机是安全的.如果您在本地进行备份,则会自动促进远程位置的冗余.除非您的连接不良或存在带宽问题,否则与远程相比,您将无法获得本地速度. (编辑:PHP编程网 - 黄冈站长网)
【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!
|