I want to create an SQL script that creates a database. Right now, I have this:
CREATE DATABASE [Documents] ON PRIMARY ( NAME = N\'Documents\', FILENAME = N\'
Take a Look on how to create a Default Path. See if it helps on what you are looking for.
Cheers,