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

Re: Naming conventions! by Rebecca

Rebecca
Fri Jul 11 09:40:51 CDT 2003

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

"Stefan Hellberg" <stefanhellberg@hotmail.com> wrote in message
news:022d01c34789$79cd5fa0$a001280a@phx.gbl...
> 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
>