>I don't think you can (they're neither the best nor the most consistent at
>it anyway).
That's probably an understatement. Anyway, AFAIK, the only documented
recommendation from MS regarding naming conventions in SQL Server is related
to naming stored procedures. We recommend that you not begin the names of
user-defined stored procedures with sp_. Thisis because that prefix is used
for system stored procedures and can potentially cause conflicts or cause
your stored procedure to never be executed. See
http://msdn2.microsoft.com/en-us/library/ms190669.aspx for details.

Signature
Gail Erickson [MS]
SQL Server Documentation Team
This posting is provided "AS IS" with no warranties, and confers no rights
Download the latest version of Books Online from
http://technet.microsoft.com/en-us/sqlserver/bb428874.aspx
>I don't think you can (they're neither the best nor the most consistent at
>it anyway).
[quoted text clipped - 17 lines]
>>
>> Quinn
Aaron Bertrand [SQL Server MVP] - 07 Mar 2008 02:19 GMT
Whoops! Didn't think I'd get caught. :-)
> >I don't think you can (they're neither the best nor the most consistent
> >at it anyway).
[quoted text clipped - 6 lines]
> conflicts or cause your stored procedure to never be executed. See
> http://msdn2.microsoft.com/en-us/library/ms190669.aspx for details.