Viewing 15 posts - 17,431 through 17,445 (of 22,204 total)
I live about 1/2 mile from here.
May 15, 2009 at 6:24 am
Lynn Pettis (5/14/2009)
May 15, 2009 at 6:20 am
Bob Hovious (5/14/2009)
On Qo'noS, none rise to the rank of Klingon Senior DBA except over the bloody bodies of their fallen predecessors.
Oh, you don't have to be Klingon to do...
May 15, 2009 at 6:17 am
Just chiming in as someone getting started with PowerShell. Well done. Thanks for the work. I'm still just digging through it all & figuring it out.
May 14, 2009 at 1:08 pm
Jacob Pressures (5/13/2009)
May 14, 2009 at 7:11 am
PaulB (5/14/2009)
sabutp (5/14/2009)I am not sure in MS SQL but in Sysbase SQL separate indexes are created automatically for primary and foreign keys.
MS SQL Server != Sybase
They departed ways...
May 14, 2009 at 7:08 am
You should probably try generating the database as a script, recreate it, empty, and then migrate the data over. You could continue using SELECT statements or you might want to...
May 14, 2009 at 7:06 am
That's a huge topic. If you're expected to deliver all this stuff NOW and you don't know how, you really are over your head. However, this is a high level...
May 14, 2009 at 6:56 am
It really depends on the query being run. Most of the time, a JOIN is the preferred methodology. However, there are queries where the IN statement will work just as...
May 14, 2009 at 6:54 am
The the vast and overwhelming majority of systems, you should do both.
The algorythm that decides whether or not to update statistics is pretty good, but it's not perfect. Most people...
May 14, 2009 at 6:51 am
Sounds like a good problem to have.
Buy a big box, with lots of memory... Sorry, but no one can help much past that without a lot more definition of the...
May 14, 2009 at 6:42 am
I think this one will require application of the Mk1 Eyeball and the 19xx release of Brain.
There are too many variables possible for a script to automate the process. For...
May 14, 2009 at 6:41 am
I agree, it depends.
A large majority of our applications have transaction control from the code, not within the procedures, so while we use TRY/CATCH error handling, we don't have a...
May 14, 2009 at 6:35 am
No index is automatically created when you create foreign keys.
May 14, 2009 at 6:23 am
Viewing 15 posts - 17,431 through 17,445 (of 22,204 total)