Forum Replies Created

Viewing 15 posts - 361 through 375 (of 790 total)

  • RE: sysdbmaintplan_history system table - BUG??

    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...

  • RE: Processor Performance issue. could it be virus

    Well done. Did you use Profiler to track it down?

    Cheers,

    - Mark

  • RE: QOD 8/20/03

    Yes, the function is new to sql2000.

    Cheers,

    - Mark

  • RE: How to promote a website?

    Is this for the "Frank Kalis - Employee of the Month" website?

    Cheers,

    - Mark

  • RE: Junior and Senior DBAs

    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

  • RE: Fire trigger to stop user editing records

    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...

  • RE: Error Handling

    quote:


    Is there an equivalent of @@ERROR for the error messages?


    I wish there was,...

  • RE: Processor Performance issue. could it be virus

    Anything new implemented on the server last Thursday/Friday? Or, any config change at all?

    Cheers,

    - Mark

  • RE: Scheduling of Tran Logs and Full Backups...

    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...

  • RE: Syntax error with BEGIN

    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...

  • RE: problem with error handler

    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...

  • RE: QOD 08/21/2003

    That's true. But you need SQL2000 running under DataCenter rather than Advanced Server (see "Maximum Capacity Specifications" in BOL).

    Cheers,

    - Mark

  • RE: A virtual drink for everyone !!!

    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...

  • RE: INNER JOINS

    quote:


    I like your structured problem solving approach!

    I lack this sometimes


    I thought you...

  • RE: help

    Ramesh,

    One set-based way to do it without a cursor is to use a UDF to return the concatenated col2 fields for each col1.

    Cheers,

    - Mark

Viewing 15 posts - 361 through 375 (of 790 total)