PHWinfo banniere

ACCUEIL ANNUAIRE ARTICLES COMPARATIF HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Go Back   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.sqlserver.setup > Sql 2005 database default location during setup
Register FAQ Members List Search Today's Posts Mark Forums Read
ms.sqlserver.setup Questions about SQL Server.

Sql 2005 database default location during setup

Reply
 
Thread Tools
Old 05/02/07, 21:00   #1
Jacques
Aucun Avatar
 
Posts: n/a
Hébergeur:
Default Sql 2005 database default location during setup

Hi there,

I'm installing SQL server 2005 and I need to modify the database default
location for Data and Logs folders during the setup process but I don't find
the place to do it.

I've searched on the internet but didn't find the information I need to get
my job done.

Can you me with that please?

Many thanks

Jack


  Reply With Quote
Old 05/03/07, 04:29   #2
Hari Prasad
Aucun Avatar
 
Posts: n/a
Hébergeur:
Default Re: Sql 2005 database default location during setup

Hello,

Alter the SQL Server intallation go to SQL Server management studio -
connect to the database server-- right click above the server name and click
properties.
After that go to database setttings tab-- there change the data and log
locations and click OK.

THanks
Hari


"Jacques" <JBouchard@compugen.com> wrote in message
news:%2331WZwOjHHA.1220@TK2MSFTNGP03.phx.gbl...
> Hi there,
>
> I'm installing SQL server 2005 and I need to modify the database default
> location for Data and Logs folders during the setup process but I don't
> find the place to do it.
>
> I've searched on the internet but didn't find the information I need to
> get my job done.
>
> Can you me with that please?
>
> Many thanks
>
> Jack
>



  Reply With Quote
Old 05/03/07, 13:56   #3
Jacques
Aucun Avatar
 
Posts: n/a
Hébergeur:
Default Re: Sql 2005 database default location during setup

Hello Hari,

Thanks for your answer. I need to do it when installing SQL 2005. The
process will be automated and it will be difficult to do after the
installation.

Is there a way to do it during the installation?

Thank you very much for your time!

Jack

================================================== ========================

"Hari Prasad" <hari_prasad_k@hotmail.com> a écrit dans le message de news:
%23Djr$rSjHHA.2120@TK2MSFTNGP03.phx.gbl...

> Hello,
>
> Alter the SQL Server intallation go to SQL Server management studio -
> connect to the database server-- right click above the server name and
> click properties.
> After that go to database setttings tab-- there change the data and log
> locations and click OK.
>
> THanks
> Hari
>
>
> "Jacques" <JBouchard@compugen.com> wrote in message
> news:%2331WZwOjHHA.1220@TK2MSFTNGP03.phx.gbl...
>> Hi there,
>>
>> I'm installing SQL server 2005 and I need to modify the database default
>> location for Data and Logs folders during the setup process but I don't
>> find the place to do it.
>>
>> I've searched on the internet but didn't find the information I need to
>> get my job done.
>>
>> Can you me with that please?
>>
>> Many thanks
>>
>> Jack
>>

>
>



  Reply With Quote
Old 05/04/07, 19:52   #4
Rick Byham, \(MSFT\)
Aucun Avatar
 
Posts: n/a
Hébergeur:
Default Re: Sql 2005 database default location during setup

Though I haven't tried this, I think you can do this with a template file
and a command line installation. The command line install is discussed in
the Books Online topic How to: Install SQL Server from the Command Prompt. I
see that the template.ini file has an option called INSTALLSQLSHAREDDIR. It
looks like you can specify:
INSTALLSQLSHAREDDIR=D:\xyz\abc\

The description says:
; INSTALLSQLDATADIR specifies the location for the SQL Server data files.
; Default: INSTALLSQLDIR\Data\
; To use the default path, do not specify the following parameter.

; NOTE: INSTALLSQLDATADIR is REQUIRED for clustered installations and must
point to a
; shared drive which is a member of the cluster group specified for
installation.
; NOTE: If there is a space in a specified path, surround the path with
quotes
; and end every path with a '\'.
--
Rick Byham (MSFT)
This posting is provided "AS IS" with no warranties, and confers no rights.

"Jacques" <JBouchard@compugen.com> wrote in message
news:eoFBloXjHHA.3940@TK2MSFTNGP02.phx.gbl...
> Hello Hari,
>
> Thanks for your answer. I need to do it when installing SQL 2005. The
> process will be automated and it will be difficult to do after the
> installation.
>
> Is there a way to do it during the installation?
>
> Thank you very much for your time!
>
> Jack
>
> ================================================== ========================
>
> "Hari Prasad" <hari_prasad_k@hotmail.com> a écrit dans le message de news:
> %23Djr$rSjHHA.2120@TK2MSFTNGP03.phx.gbl...
>
>> Hello,
>>
>> Alter the SQL Server intallation go to SQL Server management studio -
>> connect to the database server-- right click above the server name and
>> click properties.
>> After that go to database setttings tab-- there change the data and log
>> locations and click OK.
>>
>> THanks
>> Hari
>>
>>
>> "Jacques" <JBouchard@compugen.com> wrote in message
>> news:%2331WZwOjHHA.1220@TK2MSFTNGP03.phx.gbl...
>>> Hi there,
>>>
>>> I'm installing SQL server 2005 and I need to modify the database default
>>> location for Data and Logs folders during the setup process but I don't
>>> find the place to do it.
>>>
>>> I've searched on the internet but didn't find the information I need to
>>> get my job done.
>>>
>>> Can you me with that please?
>>>
>>> Many thanks
>>>
>>> Jack
>>>

>>
>>

>
>


  Reply With Quote
Old 05/07/07, 19:04   #5
Jacques
Aucun Avatar
 
Posts: n/a
Hébergeur:
Default Re: Sql 2005 database default location during setup

Thank you very much for your quick answer!

I will take a closer look at it.





"Rick Byham, (MSFT)" <rickbyh@REDMOND.CORP.MICROSOFT.COM> a écrit dans le
message de news: 34E98E85-7641-435E-BC24-A4786228BDB7@microsoft.com...
> Though I haven't tried this, I think you can do this with a template file
> and a command line installation. The command line install is discussed in
> the Books Online topic How to: Install SQL Server from the Command Prompt.
> I see that the template.ini file has an option called INSTALLSQLSHAREDDIR.
> It looks like you can specify:
> INSTALLSQLSHAREDDIR=D:\xyz\abc\
>
> The description says:
> ; INSTALLSQLDATADIR specifies the location for the SQL Server data files.
> ; Default: INSTALLSQLDIR\Data\
> ; To use the default path, do not specify the following parameter.
>
> ; NOTE: INSTALLSQLDATADIR is REQUIRED for clustered installations and must
> point to a
> ; shared drive which is a member of the cluster group specified for
> installation.
> ; NOTE: If there is a space in a specified path, surround the path with
> quotes
> ; and end every path with a '\'.
> --
> Rick Byham (MSFT)
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> "Jacques" <JBouchard@compugen.com> wrote in message
> news:eoFBloXjHHA.3940@TK2MSFTNGP02.phx.gbl...
>> Hello Hari,
>>
>> Thanks for your answer. I need to do it when installing SQL 2005. The
>> process will be automated and it will be difficult to do after the
>> installation.
>>
>> Is there a way to do it during the installation?
>>
>> Thank you very much for your time!
>>
>> Jack
>>
>> ================================================== ========================
>>
>> "Hari Prasad" <hari_prasad_k@hotmail.com> a écrit dans le message de
>> news: %23Djr$rSjHHA.2120@TK2MSFTNGP03.phx.gbl...
>>
>>> Hello,
>>>
>>> Alter the SQL Server intallation go to SQL Server management studio -
>>> connect to the database server-- right click above the server name and
>>> click properties.
>>> After that go to database setttings tab-- there change the data and log
>>> locations and click OK.
>>>
>>> THanks
>>> Hari
>>>
>>>
>>> "Jacques" <JBouchard@compugen.com> wrote in message
>>> news:%2331WZwOjHHA.1220@TK2MSFTNGP03.phx.gbl...
>>>> Hi there,
>>>>
>>>> I'm installing SQL server 2005 and I need to modify the database
>>>> default location for Data and Logs folders during the setup process but
>>>> I don't find the place to do it.
>>>>
>>>> I've searched on the internet but didn't find the information I need to
>>>> get my job done.
>>>>
>>>> Can you me with that please?
>>>>
>>>> Many thanks
>>>>
>>>> Jack
>>>>
>>>
>>>

>>
>>

>



  Reply With Quote
Old 07/20/07, 21:40   #6
Ehren
Aucun Avatar
 
Posts: n/a
Hébergeur:
Default RE: Sql 2005 database default location during setup

This is kinda old by now but i figured I would reply just in case someone
found it by searching (As did I).

To do this you can merely run this command from the run prompt with your
media in your cd/dvd drive:

<opticaldrive>:\Servers\setup.exe INSTALLSQLDATADIR=<Path>

Hit enter and durring install it will install the databases to the specified
path. No problem!

"Jacques" wrote:

> Hi there,
>
> I'm installing SQL server 2005 and I need to modify the database default
> location for Data and Logs folders during the setup process but I don't find
> the place to do it.
>
> I've searched on the internet but didn't find the information I need to get
> my job done.
>
> Can you me with that please?
>
> Many thanks
>
> Jack
>
>
>

  Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT +1. The time now is 21:57.


Powered by vBulletin® ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
PHWinfo is a website Education Without Frontiers
Ad Management by RedTyger
All rights reserved
Page generated in 0.15063 seconds with 7 queries