Viewing 15 posts - 541 through 555 (of 872 total)
SCOM is amazing, but expensive and very hard to configure - properly.
http://msdn.microsoft.com/en-us/library/ms366332.aspx
I do believe you can hit non SQL WMI counters ... I am looking into this myself.
June 13, 2008 at 12:09 pm
Not sure If I'm following you here ...
sysjobs:
- job_id = 24DB313E-72ED-49CD-A811-4462A66A0367
sysjobsteps:
- step_uid = 55060C17-0964-459C-A338-9ADF1C40384F
sysprocesses:
- program_name = 0x3E31DB24ED72CD49A8114462A66A0367
How can I get that program_name to match up to the job or the...
June 13, 2008 at 11:54 am
Not the same number there either.
step_uid = 55060C17-0964-459C-A338-9ADF1C40384F
sysprocesses program_name = 0x3E31DB24ED72CD49A8114462A66A0367
June 13, 2008 at 11:25 am
akshay1974 (6/13/2008)
The hex is the job_id for the job. You can query sysjobs and it will give you the name of the job.e.g.
select * from msdb..sysjobs
where job_id = 0x1292021D3C929A4CBBE3895A61FA68CC
Negative,...
June 13, 2008 at 11:07 am
Can't say I have any experience with it, but you can create your own custom counters via SQLServer:User Settable. Might be able to tie into CLR or some extended stored...
June 12, 2008 at 1:19 pm
Not sure I even answered what you were asking ... are you simply asking if there is anything to be concerned about when installed a default (non named) instance on...
June 12, 2008 at 1:00 pm
phoenixrising1599 (6/12/2008)
I...
June 12, 2008 at 12:52 pm
DBCC LOG(master,#)
# can be -1 through 4. Each brings back different data.
Anyways, run DBCC LOG(master,4) and look for something about 'dbdestroy'. Not sure you're going to find what you're...
June 12, 2008 at 12:43 pm
To each their own ... but my favorite thus far: Server, Environment, Application, Number.
For example:
SDVDB1
Server - Development - Database - Number
SQAWEB1
Server - QA- Web - Number
SIPDB1
Server - Production - Database...
June 10, 2008 at 1:36 pm
FreeHansje (6/10/2008)
Where is the object dbo.sysobjects? A unqualified select, or even a qualified select on this objects gives me a resultset, but I can't see it anywhere...
June 10, 2008 at 8:00 am
Completely dependent on your network and computer speeds ...
June 9, 2008 at 10:37 am
FreeHansje (6/9/2008)
June 9, 2008 at 8:43 am
Yeah after watching it over the weekend I decided not to go with a single file for this particular reason, that and the times in which we do our file...
June 9, 2008 at 8:12 am
Viewing 15 posts - 541 through 555 (of 872 total)