Search This Blog
codes for my personal use, anyone who finds it useful can use my code.
Posts
FOREIGN KEY - THINGS TO KNOW (MS SQL SERVER)
- Get link
- X
- Other Apps
Primary key - things to know (MS sql server )
- Get link
- X
- Other Apps
Index -Clustered Index- for faster Findings - similar to book index but not in separate page but for faster finding arranging the data into organized way from unorganized(mess).
- Get link
- X
- Other Apps
Limitations of views.- cant parameters, rules and default, Order by unless Top or For XML, cant temp table
- Get link
- X
- Other Apps
Views -- Indexed views-- not suitable for OLTP --suitable for OLAP
- Get link
- X
- Other Apps
Views --updatable view -- dont update view directly if the view is composed of multiple tables-- use instead of trigger for updating such table
- Get link
- X
- Other Apps
LogOn Triggers. - limiting sessions anything you want regarding logon .. with this you can limit sessions
- Get link
- X
- Other Apps
DDL TRIGGERS - stopping procedure table to be modified or created
- Get link
- X
- Other Apps



