This property corresponds to the "AttachDBFilename", "extended properties", and "initial file name" keys within the connection string. If the value passed in is null when you try to set the property, the AttachDBFilename property is reset. If the value has not been set and the developer tries to retrieve the property, the return value is String.Empty.
Note: |
|---|
If the primary data file (.mdf) is read-only, the attachment will fail because the log path inside of the .mdf file needs to be updated. This could occur if the file has been copied from a CD. Change the file attribute to read/write prior to attaching it.
AttachDBFilename is only supported for primary data files with an .mdf extension.
|
An error will be generated if a log file exists in the same directory as the data file and the 'database' keyword is used when attaching the primary data file. In this case, remove the log file. Once the database is attached, a new log file will be automatically generated based on the physical path.