Changing default logical filename in SQL 2005
- by Andrew
I have a issue about creating databases in SQL 2005.
I want to be able to change the default logical filename for the mdf file. At the moment the log logical filename ends in _log by default. I want the data logical filename to automatically end with _data for consistency.
Is there a way i can set this?
Andrew