Viewing 3 posts - 16 through 18 (of 18 total)
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...
May 12, 2005 at 7:55 pm
#558593
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...
January 23, 2003 at 6:27 am
#447050
I think I found the trick, this appears to work:
CREATE PROCEDURE testprocedure AS
SELECT OBJECT_NAME(@@ProcID) as ProcedureName
GO
EXEC testprocedure
October 23, 2002 at 6:39 am
#439215