dbTalk Databases Forums  

Cannot change installation path sql2005 (final release)

microsoft.public.sqlserver.setup microsoft.public.sqlserver.setup


Discuss Cannot change installation path sql2005 (final release) in the microsoft.public.sqlserver.setup forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
cb
 
Posts: n/a

Default Cannot change installation path sql2005 (final release) - 11-24-2005 , 07:31 AM






I am unable to change the installation path during SQL server 2005
tools installation. I am running out of space on my "C:" drive and
would like to move the SQL Server tools (and sqlExpress db
installation, if possible) to my "D:" drive.

I have VS2005 on the same computer. I uninstalled the
SQLexpress, as part of my attempt to move all the tools
to my "D:" drive.

It seems that the "native client" installation is the first to run,
in the standard setup, and it defines the installation path for
all the other installation packages.

1. I tried running the Native Client installation separately and was
unable to modify the installation path in that installation either.
2. I tried a command-line installation for the native client, passing
a "setup.ini" file with the location property pointing to my
"D:" drive. This did not have any affect.
3. I saw KB article that indicates that the Native Client install uses
a pre-defined target directory
("%Program Files%\Microsoft SQL Server\"). Can this be changed?
4. Can I install the package in another order, installing the native
client last?


Reply With Quote
  #2  
Old   
Jasper Smith
 
Posts: n/a

Default Re: Cannot change installation path sql2005 (final release) - 11-24-2005 , 11:03 AM






It's because of VS2005. Whichever you install first (SQL/VS) will determine
the path (probably only if you install the tools but I have not tested
that). If you install SQL first you will find you can't change the install
path for VS2005. This is probably down to the shared IDE bits between the
two products creating some sort of dependency. It's certainly not an ideal
situation.

--
HTH

Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org

"cb" <cbenmichael (AT) gmail (DOT) com> wrote

Quote:
I am unable to change the installation path during SQL server 2005
tools installation. I am running out of space on my "C:" drive and
would like to move the SQL Server tools (and sqlExpress db
installation, if possible) to my "D:" drive.

I have VS2005 on the same computer. I uninstalled the
SQLexpress, as part of my attempt to move all the tools
to my "D:" drive.

It seems that the "native client" installation is the first to run,
in the standard setup, and it defines the installation path for
all the other installation packages.

1. I tried running the Native Client installation separately and was
unable to modify the installation path in that installation either.
2. I tried a command-line installation for the native client, passing
a "setup.ini" file with the location property pointing to my
"D:" drive. This did not have any affect.
3. I saw KB article that indicates that the Native Client install uses
a pre-defined target directory
("%Program Files%\Microsoft SQL Server\"). Can this be changed?
4. Can I install the package in another order, installing the native
client last?




Reply With Quote
  #3  
Old   
Chris Wood
 
Posts: n/a

Default Re: Cannot change installation path sql2005 (final release) - 11-24-2005 , 11:12 AM



Jasper,

BOL explains about moving databases. If we move msdb, master etc will this
cause a problem with VS2005 interaction?

Thanks

Chris Wood

"Jasper Smith" <jasper_smith9 (AT) hotmail (DOT) com> wrote

Quote:
It's because of VS2005. Whichever you install first (SQL/VS) will
determine the path (probably only if you install the tools but I have not
tested that). If you install SQL first you will find you can't change the
install path for VS2005. This is probably down to the shared IDE bits
between the two products creating some sort of dependency. It's certainly
not an ideal situation.

--
HTH

Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org

"cb" <cbenmichael (AT) gmail (DOT) com> wrote in message
news:1132839092.785525.126620 (AT) g47g2000cwa (DOT) googlegroups.com...
I am unable to change the installation path during SQL server 2005
tools installation. I am running out of space on my "C:" drive and
would like to move the SQL Server tools (and sqlExpress db
installation, if possible) to my "D:" drive.

I have VS2005 on the same computer. I uninstalled the
SQLexpress, as part of my attempt to move all the tools
to my "D:" drive.

It seems that the "native client" installation is the first to run,
in the standard setup, and it defines the installation path for
all the other installation packages.

1. I tried running the Native Client installation separately and was
unable to modify the installation path in that installation either.
2. I tried a command-line installation for the native client, passing
a "setup.ini" file with the location property pointing to my
"D:" drive. This did not have any affect.
3. I saw KB article that indicates that the Native Client install uses
a pre-defined target directory
("%Program Files%\Microsoft SQL Server\"). Can this be changed?
4. Can I install the package in another order, installing the native
client last?






Reply With Quote
  #4  
Old   
Jasper Smith
 
Posts: n/a

Default Re: Cannot change installation path sql2005 (final release) - 11-24-2005 , 11:23 AM



No, it's purely a tools issue down to the shared IDE components (as far as I
can work out). It should have no impact on the Engine

--
HTH

Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org

"Chris Wood" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Jasper,

BOL explains about moving databases. If we move msdb, master etc will this
cause a problem with VS2005 interaction?

Thanks

Chris Wood

"Jasper Smith" <jasper_smith9 (AT) hotmail (DOT) com> wrote in message
news:OHDRCkR8FHA.1140 (AT) tk2msftngp13 (DOT) phx.gbl...
It's because of VS2005. Whichever you install first (SQL/VS) will
determine the path (probably only if you install the tools but I have not
tested that). If you install SQL first you will find you can't change the
install path for VS2005. This is probably down to the shared IDE bits
between the two products creating some sort of dependency. It's certainly
not an ideal situation.

--
HTH

Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org

"cb" <cbenmichael (AT) gmail (DOT) com> wrote in message
news:1132839092.785525.126620 (AT) g47g2000cwa (DOT) googlegroups.com...
I am unable to change the installation path during SQL server 2005
tools installation. I am running out of space on my "C:" drive and
would like to move the SQL Server tools (and sqlExpress db
installation, if possible) to my "D:" drive.

I have VS2005 on the same computer. I uninstalled the
SQLexpress, as part of my attempt to move all the tools
to my "D:" drive.

It seems that the "native client" installation is the first to run,
in the standard setup, and it defines the installation path for
all the other installation packages.

1. I tried running the Native Client installation separately and was
unable to modify the installation path in that installation either.
2. I tried a command-line installation for the native client, passing
a "setup.ini" file with the location property pointing to my
"D:" drive. This did not have any affect.
3. I saw KB article that indicates that the Native Client install uses
a pre-defined target directory
("%Program Files%\Microsoft SQL Server\"). Can this be changed?
4. Can I install the package in another order, installing the native
client last?








Reply With Quote
  #5  
Old   
Chris Wood
 
Posts: n/a

Default Re: Cannot change installation path sql2005 (final release) - 11-25-2005 , 02:45 PM



Jasper,

I moved msdb and tempdb on my server and got this .NET Runtime message:-

Unable to open shim database version registry key - v2.0.50727.00000

I did have to give permissions to an SQL2005 created user so that it could
read/write to tempdb and msdb in its new spot.

Will this message be a problem for using SQL2005 with VS2005?

Thanks

Chris


"Jasper Smith" <jasper_smith9 (AT) hotmail (DOT) com> wrote

Quote:
No, it's purely a tools issue down to the shared IDE components (as far as
I can work out). It should have no impact on the Engine

--
HTH

Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org

"Chris Wood" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message
news:uYIMCpR8FHA.736 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Jasper,

BOL explains about moving databases. If we move msdb, master etc will
this cause a problem with VS2005 interaction?

Thanks

Chris Wood

"Jasper Smith" <jasper_smith9 (AT) hotmail (DOT) com> wrote in message
news:OHDRCkR8FHA.1140 (AT) tk2msftngp13 (DOT) phx.gbl...
It's because of VS2005. Whichever you install first (SQL/VS) will
determine the path (probably only if you install the tools but I have
not tested that). If you install SQL first you will find you can't
change the install path for VS2005. This is probably down to the shared
IDE bits between the two products creating some sort of dependency. It's
certainly not an ideal situation.

--
HTH

Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org

"cb" <cbenmichael (AT) gmail (DOT) com> wrote in message
news:1132839092.785525.126620 (AT) g47g2000cwa (DOT) googlegroups.com...
I am unable to change the installation path during SQL server 2005
tools installation. I am running out of space on my "C:" drive and
would like to move the SQL Server tools (and sqlExpress db
installation, if possible) to my "D:" drive.

I have VS2005 on the same computer. I uninstalled the
SQLexpress, as part of my attempt to move all the tools
to my "D:" drive.

It seems that the "native client" installation is the first to run,
in the standard setup, and it defines the installation path for
all the other installation packages.

1. I tried running the Native Client installation separately and was
unable to modify the installation path in that installation either.
2. I tried a command-line installation for the native client, passing
a "setup.ini" file with the location property pointing to my
"D:" drive. This did not have any affect.
3. I saw KB article that indicates that the Native Client install uses
a pre-defined target directory
("%Program Files%\Microsoft SQL Server\"). Can this be changed?
4. Can I install the package in another order, installing the native
client last?










Reply With Quote
  #6  
Old   
Chris Wood
 
Posts: n/a

Default Re: Cannot change installation path sql2005 (final release) - 11-25-2005 , 03:29 PM



I think that the .NET Runtime message was not caused by moving the databases
as it was there before I made the changes.

It could be leftovers from removing the September CTP.

Chris

"Chris Wood" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Jasper,

I moved msdb and tempdb on my server and got this .NET Runtime message:-

Unable to open shim database version registry key - v2.0.50727.00000

I did have to give permissions to an SQL2005 created user so that it could
read/write to tempdb and msdb in its new spot.

Will this message be a problem for using SQL2005 with VS2005?

Thanks

Chris


"Jasper Smith" <jasper_smith9 (AT) hotmail (DOT) com> wrote in message
news:%23Bj3KvR8FHA.2576 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
No, it's purely a tools issue down to the shared IDE components (as far
as I can work out). It should have no impact on the Engine

--
HTH

Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org

"Chris Wood" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message
news:uYIMCpR8FHA.736 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Jasper,

BOL explains about moving databases. If we move msdb, master etc will
this cause a problem with VS2005 interaction?

Thanks

Chris Wood

"Jasper Smith" <jasper_smith9 (AT) hotmail (DOT) com> wrote in message
news:OHDRCkR8FHA.1140 (AT) tk2msftngp13 (DOT) phx.gbl...
It's because of VS2005. Whichever you install first (SQL/VS) will
determine the path (probably only if you install the tools but I have
not tested that). If you install SQL first you will find you can't
change the install path for VS2005. This is probably down to the shared
IDE bits between the two products creating some sort of dependency.
It's certainly not an ideal situation.

--
HTH

Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org

"cb" <cbenmichael (AT) gmail (DOT) com> wrote in message
news:1132839092.785525.126620 (AT) g47g2000cwa (DOT) googlegroups.com...
I am unable to change the installation path during SQL server 2005
tools installation. I am running out of space on my "C:" drive and
would like to move the SQL Server tools (and sqlExpress db
installation, if possible) to my "D:" drive.

I have VS2005 on the same computer. I uninstalled the
SQLexpress, as part of my attempt to move all the tools
to my "D:" drive.

It seems that the "native client" installation is the first to run,
in the standard setup, and it defines the installation path for
all the other installation packages.

1. I tried running the Native Client installation separately and was
unable to modify the installation path in that installation either.
2. I tried a command-line installation for the native client, passing
a "setup.ini" file with the location property pointing to my
"D:" drive. This did not have any affect.
3. I saw KB article that indicates that the Native Client install uses
a pre-defined target directory
("%Program Files%\Microsoft SQL Server\"). Can this be changed?
4. Can I install the package in another order, installing the native
client last?












Reply With Quote
  #7  
Old   
Jasper Smith
 
Posts: n/a

Default Re: Cannot change installation path sql2005 (final release) - 11-25-2005 , 03:46 PM



I can't see why it would affect RS. Giving permissions to the SQL Service
Account (or now in SQL2005 the SQLServer2005MSSQLUser$xxxx group) is
required if the service account is not a privileged account.

--
HTH

Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org

"Chris Wood" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
I think that the .NET Runtime message was not caused by moving the
databases as it was there before I made the changes.

It could be leftovers from removing the September CTP.

Chris

"Chris Wood" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message
news:u0tKAFg8FHA.3044 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
Jasper,

I moved msdb and tempdb on my server and got this .NET Runtime message:-

Unable to open shim database version registry key - v2.0.50727.00000

I did have to give permissions to an SQL2005 created user so that it
could read/write to tempdb and msdb in its new spot.

Will this message be a problem for using SQL2005 with VS2005?

Thanks

Chris


"Jasper Smith" <jasper_smith9 (AT) hotmail (DOT) com> wrote in message
news:%23Bj3KvR8FHA.2576 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
No, it's purely a tools issue down to the shared IDE components (as far
as I can work out). It should have no impact on the Engine

--
HTH

Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org

"Chris Wood" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message
news:uYIMCpR8FHA.736 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Jasper,

BOL explains about moving databases. If we move msdb, master etc will
this cause a problem with VS2005 interaction?

Thanks

Chris Wood

"Jasper Smith" <jasper_smith9 (AT) hotmail (DOT) com> wrote in message
news:OHDRCkR8FHA.1140 (AT) tk2msftngp13 (DOT) phx.gbl...
It's because of VS2005. Whichever you install first (SQL/VS) will
determine the path (probably only if you install the tools but I have
not tested that). If you install SQL first you will find you can't
change the install path for VS2005. This is probably down to the
shared IDE bits between the two products creating some sort of
dependency. It's certainly not an ideal situation.

--
HTH

Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org

"cb" <cbenmichael (AT) gmail (DOT) com> wrote in message
news:1132839092.785525.126620 (AT) g47g2000cwa (DOT) googlegroups.com...
I am unable to change the installation path during SQL server 2005
tools installation. I am running out of space on my "C:" drive and
would like to move the SQL Server tools (and sqlExpress db
installation, if possible) to my "D:" drive.

I have VS2005 on the same computer. I uninstalled the
SQLexpress, as part of my attempt to move all the tools
to my "D:" drive.

It seems that the "native client" installation is the first to run,
in the standard setup, and it defines the installation path for
all the other installation packages.

1. I tried running the Native Client installation separately and was
unable to modify the installation path in that installation either.
2. I tried a command-line installation for the native client, passing
a "setup.ini" file with the location property pointing to my
"D:" drive. This did not have any affect.
3. I saw KB article that indicates that the Native Client install
uses
a pre-defined target directory
("%Program Files%\Microsoft SQL Server\"). Can this be changed?
4. Can I install the package in another order, installing the native
client last?














Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.