文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>创建数据库遇到的简单问题

创建数据库遇到的简单问题

时间:2010-08-30  来源:傲视群雄

    create database MeetingRoomBooker
on
(name=MeetingRoomBooker_dat,
 filename='d:\database\data\MeetingRoomBooker.mdf',
 size=10,
 maxsize=50,
 filegrowth=5)
 log on
(name='MeetingRoomBooker_log',
filename='d:\database\MeetingRoomBooker.ldf',
 size=5MB,
 maxsize=25MB,
filegrowth=5MB)
 GO

如果没有创建filename的路径,也就是d:\database\data不存在,可能提示:

设备激活错误。物理文件名 'D:\database\data\MeetingRoomBooker.mdf' 可能有误。

创建文件夹是'd:\database\data后,问题解决,

相关阅读 更多 +
排行榜 更多 +
坦克战争世界

坦克战争世界

模拟经营 下载
丛林反击战

丛林反击战

飞行射击 下载
几何飞行安卓版

几何飞行安卓版

飞行射击 下载