Viewing 15 posts - 361 through 375 (of 790 total)
I believe you're right. I have updated (SP3) BOL and it too shows 1=failure. My MSDB..sysdbmaintplan_history contains all 1's (well, nearly all) and I can assure you they've...
August 25, 2003 at 3:13 pm
Well done. Did you use Profiler to track it down?
Cheers,
- Mark
August 25, 2003 at 2:51 pm
Is this for the "Frank Kalis - Employee of the Month" website?
Cheers,
- Mark
August 22, 2003 at 3:36 am
booze = wein, bier, schnapps
fridays = a day in Australia where everyone turns up for work, but very little is done
lunch = mittagtrinken
arvos = afternoons
Cheers,
- Mark
August 22, 2003 at 2:04 am
Adam,
For both the UPDATE and DELETE scenario, whether it's a single row or multiple rows affected, your trigger can refer to the "deleted" table. An example follows.
(nb. For demonstration...
August 21, 2003 at 11:21 pm
quote:
Is there an equivalent of @@ERROR for the error messages?
I wish there was,...
August 21, 2003 at 10:50 pm
Anything new implemented on the server last Thursday/Friday? Or, any config change at all?
Cheers,
- Mark
August 21, 2003 at 4:49 pm
You should be able to restore anytime up to 12 midnight using the 11pm (and prior) transaction logs, plus a portion of the 1am tran log backup. The full...
August 21, 2003 at 4:43 pm
The syntax problem is that your subselect, ie:
(SELECT SystemUserName ....
.... <> 'valverde\rKepler')
is expected to return a single value, which then must be compared with...
August 21, 2003 at 4:34 pm
As an extension to guarddata's response, you may choose to block the invalid inserts at the table definition, with somethin like the following. The error message generated is readable...
August 21, 2003 at 3:59 pm
That's true. But you need SQL2000 running under DataCenter rather than Advanced Server (see "Maximum Capacity Specifications" in BOL).
Cheers,
- Mark
August 21, 2003 at 3:31 pm
Well done Frank. All that hard work's paid off.
What are you going to do when they find out you're spending most of your day solving other people's problems... and...
August 21, 2003 at 3:18 pm
quote:
I like your structured problem solving approach!I lack this sometimes
I thought you...
August 21, 2003 at 5:37 am
Viewing 15 posts - 361 through 375 (of 790 total)