Viewing 15 posts - 46 through 60 (of 529 total)
Absolutely not, there's a whole load of things that you can look at for query turning.
indexing only takes you so far, a badly written query will always be slower than...
September 26, 2006 at 3:55 am
I agree with Remi, it takes years of experience and even then you're only just scratching the surface.
If you're interested in a book then I can recommend 'inside SQL server'...
September 25, 2006 at 7:37 am
Yes, that's exactly what I mean, you can enable this setting in query analyser by clicking on the Query menu and selecting show execution plan, you can also do it...
September 25, 2006 at 4:20 am
Without wanting to sound harsh, I'd suggest that the first steps towards query tuning must be to learn how to use TSQL and understand the query plans that get generated.
You...
September 25, 2006 at 3:46 am
Can you tell us what indexes you already have on the table please? clustered, non-clustered, that will give us a little bit more info to go on.
September 25, 2006 at 3:36 am
definately not a mind reader, especially not with my twin blonde swedish au-pairs
September 15, 2006 at 8:11 am
People, People, People, you're not thinking smart enough
I'd have to go for a sweedish au-pair if I could only employ one person, or...
September 15, 2006 at 5:34 am
Thanks for the offers and suggestions, in the end i managed to get enough time to look at it myself and fixed what was up (which is what I should...
September 14, 2006 at 2:53 am
If its comming from a web app then stored procedures are definately the way to go, just make sure that you build in sufficient safeguards to prevent sql injection attacks.
September 13, 2006 at 7:22 am
Why on earth would you want to create a seperate database for each user, I don't know how many users you have but as the numbers increase the amount of...
September 13, 2006 at 5:48 am
Absolutely, use virtual servers for QA environments or when you want to test how something works in a cluster and can't afford to buy 2 new servers to do it.
Virtual...
July 5, 2006 at 9:03 am
Yep, we're coping quite well, our SAN is more than up to the job so long as we keep adding extra storage and partitioning the data properly.
I might get round...
July 5, 2006 at 1:42 am
Viewing 15 posts - 46 through 60 (of 529 total)