March 25, 2015 at 7:34 am
How can you install the System Databases to a drive other than the default?
I want the Data Files to be installed on D:MSSQL\Data and the log files to be stored on D:MSSQL\Log.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
March 25, 2015 at 7:42 am
You can change the default data directory and provide your own path while installing SQL server for system databases.
March 25, 2015 at 7:44 am
What screen do you specify the paths?
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
March 25, 2015 at 7:58 am
The one that lists root directory, backup directory, data directory, log directory. They're the only things on that screen and it's the default tab, so hard to miss unless you're using the 'Install with defaults' option (in which case you can't change anything)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 25, 2015 at 9:30 am
You can always move them(except resource) after installation.
March 25, 2015 at 11:40 am
GilaMonster (3/25/2015)
The one that lists root directory, backup directory, data directory, log directory. They're the only things on that screen and it's the default tab, so hard to miss unless you're using the 'Install with defaults' option (in which case you can't change anything)
Thanks!
That is what I did. I specified the root directory.
The only thing that I did not like was if put the log file in the Data Directory as well as the Data Files.
I did not see an option to specify the location of the Log Files.
I assume that this is not possible?
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
March 26, 2015 at 6:32 am
the installer will automatically dump the logs for each system database in the directory for the data file, you'll need to move them manually, which to be honest, there's no real need to do
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
March 27, 2015 at 3:29 pm
benjamin.reyes (3/25/2015)
You can always move them(except resource) after installation.
I saw several servers today that had the Resource Database that had been moved.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
March 27, 2015 at 4:55 pm
Welsh Corgi (3/27/2015)
benjamin.reyes (3/25/2015)
You can always move them(except resource) after installation.I saw several servers today that had the Resource Database that had been moved.
Not really saying you can't, it's one of those not supported by Microsoft things.
March 28, 2015 at 10:00 am
The master database is the tricyest system database to move.
I had trouble years ago do this.
What are the options?
I prefer to not do it in SSMS. I did something wrong and I could not restart SQL Server.
Any recommendations on the best method?
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
March 28, 2015 at 5:34 pm
Welsh Corgi (3/27/2015)
benjamin.reyes (3/25/2015)
You can always move them(except resource) after installation.I saw several servers today that had the Resource Database that had been moved.
Must have been sql 2005, not possible to move them after that. If they have been moved I suggest movimg them back, moving them causings problems when patching the server
---------------------------------------------------------------------
March 28, 2015 at 5:35 pm
Welsh Corgi (3/28/2015)
The master database is the tricyest system database to move.I had trouble years ago do this.
What are the options?
I prefer to not do it in SSMS. I did something wrong and I could not restart SQL Server.
Any recommendations on the best method?
see here
- correct version for you sql version
---------------------------------------------------------------------
March 28, 2015 at 5:39 pm
george sibbald (3/28/2015)
Welsh Corgi (3/28/2015)
The master database is the tricyest system database to move.I had trouble years ago do this.
What are the options?
I prefer to not do it in SSMS. I did something wrong and I could not restart SQL Server.
Any recommendations on the best method?
see here
- correct version for you sql version
What?
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
March 28, 2015 at 5:43 pm
click on the word 'here'
just make sure you use the page that refers to your version of sql.
---------------------------------------------------------------------
March 28, 2015 at 7:32 pm
george sibbald (3/28/2015)
click on the word 'here'just make sure you use the page that refers to your version of sql.
What?
Click on the word here? Where?
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Viewing 15 posts - 1 through 15 (of 15 total)
You must be logged in to reply to this topic. Login to reply