Skip to Main Content
Nintex Ideas

đź‘‹ Use this site to provide feedback and ideas for all Nintex Products. See our post on Nintex Community "Welcome to Nintex Ideas" for more details on Nintex Ideas, how an idea is handled by our product teams and more!


If you have questions about Nintex Ideas, please contact ideas@nintex.com

If you require support, please visit Nintex Customer Central

If you have a sales inquiry, please contact sales@nintex.com

Workspace K2
Categories Other
Created by Tin Bui
Created on Jul 30, 2026

K2 Data File Naming Convention

Is there a reason the Primary filegroup is not created using the .mdf extension?

While SQL Server does not require a specific file extension, .mdf is the standard and most commonly used extension for primary database files. Using .mdf would align with Microsoft SQL Server conventions and match the default behavior when creating a database through SQL Server Management Studio (SSMS).

Adopting the .mdf extension for the Primary filegroup could provide several benefits:

  • Improves consistency with SQL Server best practices and administrator expectations.

  • Reduces confusion when identifying database files during maintenance, troubleshooting, migrations, or backups.

  • Aligns generated databases with the default file naming conventions used by SSMS and other SQL Server tools.

  • Makes it easier for DBAs and support teams to quickly distinguish primary, secondary (.ndf), and log (.ldf) files.

Although this is primarily a naming convention rather than a functional requirement, standardizing on .mdf for the primary data file would improve usability and consistency across environments.

https://stackoverflow.com/questions/1175882/what-is-an-mdf-file

  • Attach files