Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Database properties

Author  Topic 

carau2007
Starting Member

31 Posts

Posted - 2007-09-28 : 10:28:32
When I create a new database it asks for information regarding the Data files.

What is it for? Will this file get creted to the location that I write?

How often will it get copied there?

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-09-28 : 10:41:22
quote:
Originally posted by carau2007

What is it for?
To know where to put your database.
If you do not provide a path, SQL Server will use default path for DATA and LOG file.
quote:
Originally posted by carau2007

Will this file get creted to the location that I write?
Yes, if the path exists.
quote:
Originally posted by carau2007

How often will it get copied there?
Once.



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page
   

- Advertisement -