Navigating Microsoft's MSSQL Database Naming Conventions
While Microsoft's MSDN provides general naming guidelines, are there specific conventions for naming MSSQL databases?
Adopting Best Practices from AdventureWorks
Microsoft's AdventureWorks database serves as an exemplary guide for database naming practices. It embodies the following principles:
Refer to the following resources for further guidance:
Caution: Naming Controversies
It's important to note that database naming conventions can evoke strong opinions, with developers often having entrenched preferences. For instance, debates often arise over whether a table should be named "OrderHeader" or "OrderHeaders."
The above is the detailed content of What are the Best Practices for Naming MSSQL Databases, as Exemplified by AdventureWorks?. For more information, please follow other related articles on the PHP Chinese website!