由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Software版 - Re: SQL下如何转移tempdb
相关主题
Re: 请教从video文件提取图像的软件Re: 急:什么软件能把图形转化为文本?
Re: 请问打印到文件到底是什么意思?[转载] Re: How to make an unprintable p - manatee
问个Excel的问题Re: 如何编辑.scr文件(屏保)
英文的系统下为何无法安装紫光输入法?looking for a Sql Server 2005 and coldfusion expert
Cookies Folder 在那里?Vista Folder View
How to remove directory De6.0????? (转载)能否查看文件原始创建时间?
windows下怎么看一个文本文件的encoding?[转载] Re: SQL下如何转移tempdb
[转载] Re: Using CXterm through Xwin32Tempdb in Ramdisk
相关话题的讨论汇总
话题: tempdb话题: database话题: sql话题: alter话题: file
进入Software版参与讨论
1 (共1页)
h*****l
发帖数: 184
1
In SQL Server 7, tempdb is the only database that you can
move using the
ALTER DATABASE command:
ALTER DATABASE tempdb
MODIFY FILE (
Name = 'tempdev', Filename = 'newpath/tempdb.mdf)
ALTER DATABASE tempdb
MODIFY FILE (
Name = 'templog', Filename = 'newpath/templog.ldf)
The changes will not take effect until the SQL Server is
restarted.
1 (共1页)
进入Software版参与讨论
相关主题
Tempdb in RamdiskCookies Folder 在那里?
请问想在zennioptical买眼镜n.v.值怎么填?How to remove directory De6.0????? (转载)
关于丑,美,真和假的关系windows下怎么看一个文本文件的encoding?
大包子问:如何把pdf转成高清图片?[转载] Re: Using CXterm through Xwin32
Re: 请教从video文件提取图像的软件Re: 急:什么软件能把图形转化为文本?
Re: 请问打印到文件到底是什么意思?[转载] Re: How to make an unprintable p - manatee
问个Excel的问题Re: 如何编辑.scr文件(屏保)
英文的系统下为何无法安装紫光输入法?looking for a Sql Server 2005 and coldfusion expert
相关话题的讨论汇总
话题: tempdb话题: database话题: sql话题: alter话题: file