|
bobclingan
Forum Regular
| Joined: 16 Sep 2004 |
| Posts: 271 |
| Location: Abingdon, MD |
|
 |
Posted: Tue Dec 21, 2004 4:34 pm |
|
 |
 |
 |
 |
I'm the same way, I do all my foreign-key type relationship checking on the code side of things.
Lately I've been working on getting better performance- I've found things like properly thought out indexing and use of views and stored-procedures to be huge performance boosters.
|
|
|
|
Josh
Forum Regular
| Joined: 01 Apr 2004 |
| Posts: 1031 |
| Location: Felton, Delaware |
|
 |
Posted: Tue Dec 21, 2004 5:11 pm |
|
 |
 |
 |
 |
Way... I don't use stored procs like I should, but indexing is a godsend when setup right.
|
|
|