Viewing 15 posts - 6,346 through 6,360 (of 7,501 total)
I have this query running every 15 Minutes with sqlagent.
It writes a message to winnt-eventlog which is captured by HPOVow
Primitive, but it works.
declare @DB_Criterium int
/* ** criterium % must be...
February 23, 2006 at 5:14 am
we us HP ovow to monitor the physical disks, not the sqlserver infrastructure.
![]()
February 23, 2006 at 3:06 am
Here's Freud again ![]()
Aha-erlebness ![]()
February 23, 2006 at 2:49 am
there are some pittfalls with alerts ![]()
first of all, an alert only responds when it is enabled
February 23, 2006 at 2:28 am
You can check if sqlserver finds the group using Query ananlyser.
connect to the server position in the database
and execute :
use yourdb
go
EXEC master..xp_logininfo @acctname = 'yourdomain\yourgroup',@option = 'members' -- who belongs...
February 23, 2006 at 2:14 am
this would be like pulling a cat insideout
(in a matter of speaking
)
If you don't...
February 23, 2006 at 1:51 am
Can you try running the dts in the job with its proper name in stead of the guid ?
dtsrun /Npackage_name
February 23, 2006 at 1:42 am
Yes it has.
In fact, you can prepare and save your package (if you used the wizard, you must have seen the panel where it asks "run immediate , save as...
February 22, 2006 at 11:48 pm
Is this package password protected ?
February 21, 2006 at 5:13 am
it's _the_ way for importing / exporting data.
Even the wizard is intuitive ![]()
EM (enterprise manager) \ databases \tables got to the righthand side, right-click...
February 21, 2006 at 12:03 am
did you put the jobowner to SA (and not a windows account) ?
February 20, 2006 at 6:02 am
can you perform a dbcc checkdb ?
Read about it in Books Online to check the options?
February 20, 2006 at 5:59 am
just to be sure ...![]()
-
you know EM does _not_ refresh automaticaly. You have top position on the...
February 20, 2006 at 5:43 am
so you can login and execute using _that_ (sqlagent) domain-account ?
Can you enable the jobstep's outputfile to capture windows output ?
jobstep\advanced outputfile
February 20, 2006 at 5:02 am
Is your sqlagent running using a windows-domain-account ?
When you run the package yourself, it's using your account to get network or share rights.
If it runs using localsystem, is has no...
February 20, 2006 at 4:18 am
Viewing 15 posts - 6,346 through 6,360 (of 7,501 total)