Link to home
Start Free TrialLog in
Avatar of 25112
25112

asked on

Buckets of SQL Server related categories

Can you share what may be the most major categories under SQL server?

the purpose i am trying to accomplish is this: we have different kinds of misc queries that are being used randomly or frequently.. i am trying to determine the various major sql server categories- define them (create folders) , and then throw the speciic .sql queries under the right categories chosen/determined.

thank you-
ASKER CERTIFIED SOLUTION
Avatar of lcohan
lcohan
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of 25112
25112

ASKER

hi, i am just thinking of db related (not AS, IS,RS) and would like to break down further in minute details...

example: tables, index, security, triggers etc.. all the major concepts of objects under the database engine.. where can i see the comprehensive list of such..

in the above it will be queries related to tables (its size, number of rows and more).. stats on indexes from different perspective, etc..