How to create a database using T SQL script on a specified location? Let's say, I want to create a SQL server database on D:\temp\dbFolder. How to do this?
|
|
|
|
|
|
|
When you create the new database you specify the location. For example:
|
||
|
|
|
|
From the SQL Server Books an example where database filenames are explicitely defined:
|
||
|
|
