Viewing 15 posts - 4,936 through 4,950 (of 5,356 total)
Hi Francis,
you were looking for the SQL Server internal stuff?
How about this?
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[pactldb_MonitorServer]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[pactldb_MonitorServer]
GO
if exists (select...
June 13, 2003 at 8:47 am
No matter Francis!
quote:
After a closer look at sp_monitor, I think this will give me what I need.
June 13, 2003 at 8:42 am
Hi fapel,
I guess you don't search for SQL internal function like @@CPU_BUSY.
If so, look at BOL for 'system statistical functions'.
If not this might be an alternative for you. Take a...
June 13, 2003 at 8:34 am
Hi Allen,
quote:
This KB seems answer your question.
partially is does.
I've investigated the code along with...
June 13, 2003 at 8:22 am
Hi Patrick,
quote:
Although I wouldn't hesitate to yell if I found that they were using the information in a way I did not...
June 13, 2003 at 7:56 am
Hi GRN,
quote:
try google - when was the last time any movie was a reflection on reality ... :-
June 13, 2003 at 6:32 am
hm,... what also hasn't been adressed yet, is what type is the typical programmer?
I mean, from watching movies?!? one can get the impression that the typical programmer is isolated surrounded...
June 13, 2003 at 5:45 am
quote:
Not me...Actually I recently was listening to the other developers and realized they came close to losing a project with their wording....
June 13, 2003 at 5:37 am
quote:
Actually I think you missed the lines meaning. If I want to say no, I say "We are looking into alternate solutions...
June 13, 2003 at 5:18 am
quote:
I am not miffed that I got the answer wrong (I chose 4 but did not look at key closely) but I...
June 13, 2003 at 5:08 am
Hello Site Owners,
quote:
I agree with point 6. Event if you seem like an asshole, you have to come to a point where...
June 13, 2003 at 5:00 am
Hi Antares686,
quote:
4) If you deal with customers directly a good developer must be able to talk their language and present concepts in...
June 13, 2003 at 4:58 am
Hi David,
quote:
If you check out this linkhttp://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B196909
it states thet the configure option is on 2000 EM.
June 13, 2003 at 4:45 am
hmm...seems to be once again kind of misleading.
If you click on configure, a window pops up with the title 'Configure SQL Server Error Logs'
Cheers,
Frank
June 13, 2003 at 3:54 am
You'll be amazed how easily you get a new highscore ![]()
quote:
OK, that helped a lot ...Hope my boss doesn't...
June 13, 2003 at 2:00 am
Viewing 15 posts - 4,936 through 4,950 (of 5,356 total)