











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
| Author |
index name conventions
|
Moes
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
|
03-09-04 03:24 PM
|
|
Ray Higdon
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: index name conventions
I assume you are looking for index naming recommendations. I would create
them good enough to know what they are without having to look them up. Some
examples:
Clustered index on an IDENT column
CL_column_idx
Composite nonclustered index on column1 and column2
NC_COl1_COL2_IDX
and so on, table names are much more important as you will probably (or at
least should try not to) have to call indexes specifically by name.
HTH
--
Ray Higdon MCSE, MCDBA, CCNA
---
"Moes" <anonymous@discussions.microsoft.com> wrote in message
news:98e001c405e1$89516590$a40
1280a@phx.gbl...
> What are most common naming conventions for indexes:
> -Clustered/non clustered, unique
>
> etc
Report this post to a moderator
|
|
03-10-04 02:25 AM
|
|
Kael V. Dowdy
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: index name conventions
"Ray Higdon" <sqlhigdon@nospam.yahoo.com> wrote in message news:<upWao1jBEHA.2476@TK2MSFTNGP12.phx.gbl>...[color=blue]
> I assume you are looking for index naming recommendations. I would create
> them good enough to know what they are without having to look them up. Some
> examples:
>
> Clustered index on an IDENT column
> CL_column_idx
>
> Composite nonclustered index on column1 and column2
> NC_COl1_COL2_IDX
>
> and so on, table names are much more important as you will probably (or at
> least should try not to) have to call indexes specifically by name.
>
> HTH
>
> --
> Ray Higdon MCSE, MCDBA, CCNA
> ---
> "Moes" <anonymous@discussions.microsoft.com> wrote in message
> news:98e001c405e1$89516590$a40
1280a@phx.gbl...
There are various guidelines and you may find some de facto standards
out there for that type of thing. Regardless of what you use, feel
free to define your own internal corporatet standard: keep it
consistent, simple, self-describing, and have all the developers
follow the rules.
Kael
Report this post to a moderator
|
|
03-11-04 08:25 PM
|
|
|
Featured site: MCSE, MCSD, CompTIA, CCNA training videos
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is OFF. |
|
ExamNotes forum archive
|