Where can I set the folder to store a database in when I create a new Database in the Microsoft SQL 2008 Server?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
migrated from serverfault.com Dec 29 '11 at 14:37
|
Via the GUI, right click the main server node:
Programmatically, it is stored in the registry. You can see this here: http://blogs.technet.com/b/sqlman/archive/2009/07/20/tsql-script-determining-default-database-file-log-path.aspx However, you'd typically specify paths, names, sizes etc in your CREATE DATABASE |
|||
|
|
