March 7, 2012 at 10:14 am
Hi,
Our new policy is NOT to install any SQL Server components on OS drive.
While installing SQL Server 2008 R2 through installation Wizard, I did not select C (OS) drive any where.
But after the installation, I noticed the following folder got created on OS (C) drive.
1. C:\Program Files\Microsoft SQL Server\80\COM\sqlvdi.dll
2. C:\Program Files\Microsoft SQL Server\80\Tools\Binn\sqlvdi.dll
3. C:\Program Files\Microsoft SQL Server\90\License Terms\1033\license_SQLWriter.txt
4. C:\Program Files\Microsoft SQL Server\100 (Under this path there few folders like COM, KeyFile, License Terms, Setup Bootstrap, Shared)
5. C:\Program Files\Microsoft Analysis Services\AS OLEDB\10 (sevaral files under the folder 10.)
What are the steps to follow so that NO SQL Server components should be installed on OS drive (C drive)?
Thanks
March 7, 2012 at 11:53 am
There are none, I don't believe you can do it. Sorry mate..
CEWII
March 7, 2012 at 12:46 pm
Agreeing with Elliot here;
i've seen numerous posts here requesitng the same thing.
AFAIK the biniaries that are the core service and stuff must be installed on the %systemdrive%, with no choice in the matter...you can move the databases, i thought, but the binaries go on that drive(C: on most of my machines)
Of course the client tools can be installed/re-installed elsewhere, but
I am sure of the service binaries requiring %systemdrive%
Lowell
Lowell
March 7, 2012 at 1:32 pm
Agreeing with the others... You can choose where the shared components, data files, logs, and backups go. After that, it will put everything where it needs to be. Sounds like whoever made this decision didn't know what they were deciding; i.e. to follow that rule you will not have SQL Server installed.
Jared
CE - Microsoft
March 7, 2012 at 1:58 pm
Echo
Some of the SQL binaries and components must be installed on the system drive. You can redirect some of the program install, but not all of it. I wouldn't try changing it either.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 8, 2012 at 12:51 am
You could move those files to a non-system drive and create a junction on the system drive.
That way, the files would appear on both drives, but will physically reside outside the OS drive.
-- Gianluca Sartori
March 8, 2012 at 3:56 am
March 8, 2012 at 4:02 am
Gianluca Sartori (3/8/2012)
You could move those files to a non-system drive and create a junction on the system drive.That way, the files would appear on both drives, but will physically reside outside the OS drive.
Have you ever tried to do it?
March 8, 2012 at 4:10 am
Yes, and it worked.
I also tried many other horrible things with junctions, but that would be a whole different story. 😀
-- Gianluca Sartori
March 8, 2012 at 4:21 am
Gianluca Sartori (3/8/2012)
Yes, and it worked.I also tried many other horrible things with junctions, but that would be a whole different story. 😀
It's nightmare for free...
March 8, 2012 at 4:32 am
Well, not really. It's just something we're not used to see in Windows, but it's a totally normal thing in *nix.
In Win2008 and Win7 folders appear with the link overlay and in command windows they appear as <JUNCTION>.
The real nightmare was in Win2003 and WinXP that had no clue what a junction was. The dangerous thing is that deleting a junction deletes the junction destination, so that you may delete the only instance of a file thinking that it's a different copy. :sick:
-- Gianluca Sartori
March 8, 2012 at 10:01 am
Gianluca Sartori (3/8/2012)
Yes, and it worked.I also tried many other horrible things with junctions, but that would be a whole different story. 😀
I think this falls into the category of can do it but shouldn't.
CEWII
Viewing 12 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic. Login to reply