Naming conventions!

  • Thread starter Thread starter Stefan Hellberg
  • Start date Start date
S

Stefan Hellberg

Hello,

I have searched MSDN and cant find any naming conventions
for MS SQL Server in the .NET environment.

Have I missed it or does not Microsoft have any
conventions for this? (table, column, SPROC names and so
on)


Regards
Stefan Hellberg
 
Stefan,

Hungarian notation serves even less purpose in database schemas than it does
in "traditional" programming. Conventions are useful, yes, but they pretty
much have to be domain-specific.

--
Rebecca Riordan, MVP

Designing Relational Database Systems
Microsoft SQL Server 2000 Programming Step by Step
Microsoft ADO.NET Step by Step

http://www.microsoft.com/mspress

Blessed are they who can laugh at themselves,
for they shall never cease to be amused...
 
Back
Top