Naming conventions!

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
 
R

Rebecca Riordan

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top