Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)

  • RE: SP4

    We have installed in on several servers, both W2k and W2k3, and have only found one problem.

    When SQLDiag is run, it fails with a C++ Runtime Library error:

    Buffer overrun detected

    Anyone...

  • RE: SQL 2000 SP3 install Failed.

    I had the same problem, then got trapped with it set to single user mode (argh!)

    I rebooted the machine, then realized my

    application had several OS services that auto-magically connected...

  • RE: Get Stored Procedure name?

    I think I found the trick, this appears to work:

    CREATE PROCEDURE testprocedure AS

    SELECT OBJECT_NAME(@@ProcID) as ProcedureName

    GO

    EXEC testprocedure

    GO

Viewing 3 posts - 16 through 18 (of 18 total)