Changing default logical filename in SQL 2005

Posted by Andrew on Stack Overflow See other posts from Stack Overflow or by Andrew
Published on 2010-05-27T15:45:01Z Indexed on 2010/05/30 15:22 UTC
Read the original article Hit count: 311

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server-2005