Specifying Database Path
jimo
Posts: 2
How can I specify the path where I want the physical databse files created using the command line?
This discussion has been closed.
Comments
In the packager comand line version (to create the package), the options are /databasedirectory:directory and /logdirectory:directory.
For the actual package itself, you cannot specify the database and log directories on the command line. The default values when you do not specify the database and log directories when the package is created are the default database and log file directories set in the SQL Server that you run the package against.