Viewing 15 posts - 1 through 15 (of 25 total)
Just by reading the question and possible answers I saw something was wrong. I didn't find the stand-by mode in one of the answers. That's why I looked at this...
March 25, 2004 at 7:50 am
I do agree also that Microsoft should take care to have a stable product , but also a secure product.
Like the author I think Microsoft should consider to release some...
March 11, 2004 at 3:03 am
Apparantly the question has been withdrawn.
I have the original question, but not the possible answers. Can anybody list them again?
Erik.
March 11, 2004 at 1:45 am
It would be a lot faster if BCP or DTS could load the file directly in the target table, skipping the non-compliant rows.
These noon-compliant rows could be placed in an...
February 27, 2004 at 6:41 am
Hi,
for one shot tasks EM is very suitable. But you must be very carefull because what EM shows is not always the truth.
For repetitive task we have written a bunch...
February 27, 2004 at 2:52 am
I was looking for RAID 0+1, but it wasn't there. So RAID 1 was the nearest. You put your transaction logs on a mirrored disk, not a RAID 5. You...
February 12, 2004 at 1:11 am
Hi, I answered correctly, but I don't like trick questions. Erik.
February 6, 2004 at 7:43 am
Hi, if you want jobs to be run under an account different from sa, you can find almost everything you need in BOL. But, if this account is an Windows...
February 4, 2004 at 12:53 am
Hi. It would allready be helpfull if one could see the category of the question. Erik
February 3, 2004 at 8:24 am
Hi, second try. If I look at my results it seems that I have missed a question of the category security. As this is one of my favorite topics I'd...
February 3, 2004 at 7:17 am
I think sp_lock is the right answer, because the update has been done and the profiler would show not a lot if all other clients froze. We have an internally...
January 15, 2004 at 7:53 am
A missing character is a typo error.
The difference between asc and desc is something else.
As a lot of my colleagues noted, the so called correct answer is wrong.
Please change...
December 17, 2003 at 1:59 am
You should not use three different tables.
Put them in one table and add a column with their capacity.
You can add a table with the possible capacities and add a foreign...
December 15, 2003 at 1:19 am
issue a 'begin tran' and at the end a 'commit' or use 'set implicit_transactions on' and at the end 'commit' and 'set implicit_transactions off'.
Also see BOL.
December 10, 2003 at 7:31 am
We use either views or stored procedures to solve this problem. In either case the end user has no direct access to the table. The filtering is done by the...
December 10, 2003 at 7:19 am
Viewing 15 posts - 1 through 15 (of 25 total)