Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / General / Setup / July 2008

Tip: Looking for answers? Try searching our database.

Verbose Application Logging?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Co Co Net - 21 Jul 2008 17:18 GMT
How can I make all services and jobs and etc verbosely log to the
Application Log on the server? Replication stuff goes to a table, jobs
go to tables, etc. I would like to centrally capture them all so my
monitoring tool can just go to a single place.

Thanks.
Linchi Shea - 21 Jul 2008 19:11 GMT
If the tools are not writing to the app eventlog and can't be configured to
do so, you would have to trap the errors yourself, and write them to the app
eventlog yourself.

Linchi

> How can I make all services and jobs and etc verbosely log to the
> Application Log on the server? Replication stuff goes to a table, jobs
> go to tables, etc. I would like to centrally capture them all so my
> monitoring tool can just go to a single place.
>
> Thanks.
Co Co Net - 31 Jul 2008 20:10 GMT
Some things like Replication are logged to a table. I would like the
same thing to be written to the Event Log. Isn't there a way to make
SQL Server operations go to the Application Event Log?

>If the tools are not writing to the app eventlog and can't be configured to
>do so, you would have to trap the errors yourself, and write them to the app
[quoted text clipped - 8 lines]
>>
>> Thanks.
Ekrem Önsoy - 31 Jul 2008 20:59 GMT
Only, Severity Level of over 19 messages are loged to the Application Log by
default.

You can also use WITH LOG when calling RAISERROR in your database
applications to save the errors in the Application Log.

Signature

Ekrem Önsoy

> Some things like Replication are logged to a table. I would like the
> same thing to be written to the Event Log. Isn't there a way to make
[quoted text clipped - 14 lines]
>>>
>>> Thanks.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.