Rules to Better Access Databases

Microsoft Gold Partner Logo
Search Go Search
Rule #12
Do you use prefix sys in table name (Best Practice)?
  v2.0 Posted at 20/10/2010 7:56 PM by system

Don't use sys as a prefix for Access tables. Some developers use this for system tables etc. SQL Server uses tables with this prefix and it becomes confusing. We recommend system tables start with zs eg. zsUsers

 

Loading
Do you like this rule?
Loading
Do you follow this rule?
Loading

......