使用sql server创建数据库 [英] creation of data base using sql server

查看:116
本文介绍了使用sql server创建数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在尝试为一个朋友实现一个软件,并且该软件将用于健身房(健美运动馆)的操作,但是由于用户只能使用自己的计算机,因此我存在如何为该软件创建数据库的问题(无服务器).因此,我该如何创建一个数据库(连接到该软件),该数据库可以访问但更安全,而我的意思是,如果用户决定对自己的计算机进行格式化,则应该移动该数据库,并且该数据库应与相同的软件.
如果您需要更多说明,请让我知道.
谢谢

Hi,
I am trying to implement a software for a friend, and this software will be used for manipulation of a gym(bodybuilding gym), but I have the problem of how to create a data base for the software since the user will only use his computer(no server). So, how can I create a database (connected to the software), that is accessed but more secured,and what I mean by that is that if the user decided to fomatte his comuter, the database should be moved and it should work again with the same software.
if you need more explanation please let me knwo.
Thank you

推荐答案

如果没有单独的服务器,如果他格式化计算机",他将丢失所有内容.格式化的目的是清除所有数据.因此,无法使数据库神奇地将自身备份到其他地方.如果您想保护数据安全,请让他投资一台小型服务器并将数据库放在那里.理想情况下,该服务器将具有某种类型的备份系统来备份数据.
Without a separate server he will lose everything if he "formatte his computer". The purpose of formatting is to wipe out all data. For this reason, there is NO WAY to get the database to magically back itself up somewhere else. If you want to secure the data, have him invest in a small server and put the database there. Ideally that server will have a backup system of some kind to back up the data.


您始终可以设置某种自动备份系统,以将数据库备份到其他地方的服务器或某种基于云的存储解决方案.
You can always set up some sort of automatic backup system to backup the database to either a server somewhere else or some sort of cloud based storage solution.


这篇关于使用sql server创建数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆