Re: changing db location on sql2000
- From: "Kevin3NF" <kevin@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 12 Feb 2008 13:38:26 -0600
Thanks Ekrem. Every time I see that option, I forget about it. :)
--
Kevin3NF
SQL Server dude
You want fries with that?
http://kevin3nf.blogspot.com/
I only check the newsgroups during work hours, M-F.
Hit my blog and the contact links if necessary...I may be available.
"Ekrem Önsoy" <ekrem@xxxxxxxxxxxx> wrote in message
news:0C3950BB-B5D1-465B-B1FC-920C8F33F81C@xxxxxxxxxxxxxxxx
Open Enterprise Manager and connect to your SQL Server 2000 Instance. Go
to Server Properties by right clicking on the Instance name and go to
"Database Settings" tab in the SQL Server Properties window. You'll see
the default data and log directories setting at the bottom of the window.
You can change the default locations of your new databases using this
setting.
--
Ekrem Önsoy
"cj" <cj@xxxxxxxxxxxxx> wrote in message
news:uD%239bLZbIHA.1208@xxxxxxxxxxxxxxxxxxxxxxx
I think I'll stick to righ clicking for now. That works, I managed to
copy the database I need moved. Do you know how to change the default
location it saves new databases?
Kevin3NF wrote:
Right click the datbase, all tasks, detach database. Move the files to
D. Right click "Databases", all tasks, attach database
Or you can do the same things with sp_detach_db and sp_attach_db if you
are happier in code
.
- Follow-Ups:
- Re: changing db location on sql2000
- From: Ekrem Önsoy
- Re: changing db location on sql2000
- From: cj
- Re: changing db location on sql2000
- References:
- changing db location on sql2000
- From: cj
- Re: changing db location on sql2000
- From: Kevin3NF
- Re: changing db location on sql2000
- From: cj
- changing db location on sql2000
- Prev by Date: Re: changing db location on sql2000
- Next by Date: Re: changing db location on sql2000
- Previous by thread: Re: changing db location on sql2000
- Next by thread: Re: changing db location on sql2000
- Index(es):
Relevant Pages
|