Microsoft SQL Server Database Naming Conventions
Microsoft's recommendations for SQL Server database object naming are exemplified in the popular AdventureWorks sample database. Here are some notable conventions:
As mentioned in the provided answer, database naming conventions can be subjective. However, following these best practices from Microsoft can enhance code readability, maintainability, and consistency. For further details, refer to the resources provided in the answer: AdventureWorks Data Dictionary, Stored Procedures in AdventureWorks, and Functions in AdventureWorks.
The above is the detailed content of What are Microsoft's SQL Server Database Naming Conventions?. For more information, please follow other related articles on the PHP Chinese website!