当前位置:网站首页>十四、数据库的导出和导入的两种方法
十四、数据库的导出和导入的两种方法
2022-07-07 21:50:00 【beyond谚语】
一、以SQL脚本格式导出(推荐)
导出
右击需要导出的数据库,任务—>生成脚本
下一步
选择要导出的数据库,下一步
内容根据需求修改,没啥需求直接下一步
勾选 表
勾选需要导出的数据库中的表
选择脚本保存的路径和脚本名称
完成
关闭
打开脚本所位置
导入
脚本第一行为USE [fiber_yy]
故我们需要事先手动创建一个名为fiber_yy
的数据库
点击 新建查询 选择fiber_yy数据库
把脚本内容全部复制过来即可
之后点击 执行
就可以看见fiber_yy数据库的表都有了
二、以mdb文件格式导出
导出
C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA
复制这俩个文件即可
例如我复制到G盘里面
导入
找到数据库的位置
权限不够需要对这两个文件权限进行修改
右击.mdf
文件 属性
若还报错,需要再对上级文件夹进行权限赋值
怎么说呢,还是建议存放到C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA
路径下
因为这个是Microsoft SQL Server数据库存放的位置,故有权限,也不需要修改啥东西
就i可以将数据库导入进来了
边栏推荐
猜你喜欢
ASEMI整流桥KBPC1510的型号数字代表什么
Unity与WebGL的相爱相杀
Interview questions: how to test app performance?
iNFTnews | Web5 vs Web3:未来是一个过程,而不是目的地
[record of question brushing] 3 Longest substring without duplicate characters
Cascade-LSTM: A Tree-Structured Neural Classifier for Detecting Misinformation Cascades-KDD2020
微信论坛交流小程序系统毕业设计毕设(7)中期检查报告
Line test - graphic reasoning - 2 - black and white lattice class
微信论坛交流小程序系统毕业设计毕设(5)任务书
Leetcode94. Middle order traversal of binary trees
随机推荐
微信论坛交流小程序系统毕业设计毕设(5)任务书
Unity and webgl love each other
Leetcode19. Delete the penultimate node of the linked list [double pointer]
ArcGIS:矢量要素相同字段属性融合的两种方法
Exploratory data analysis of heartbeat signal
Knowledge drop - PCB manufacturing process flow
Cascade-LSTM: A Tree-Structured Neural Classifier for Detecting Misinformation Cascades-KDD2020
Txt file virus
Locate to the bottom [easy to understand]
微信论坛交流小程序系统毕业设计毕设(8)毕业设计论文模板
What does the model number of asemi rectifier bridge kbpc1510 represent
Debezium series: binlogreader for source code reading
Explain in detail the communication mode between arm A7 and risc-v e907 on Quanzhi v853
Digital transformation: five steps to promote enterprise progress
行测-图形推理-6-相似图形类
行测-图形推理-8-图群类
Interview questions: how to test app performance?
Personal statement of testers from Shuangfei large factory: is education important for testers?
GEE(三):计算两个波段间的相关系数与相应的p值
This time, let's clear up: synchronous, asynchronous, blocking, non blocking