|
Home > Archive > MS SQL Server > May 2005 > SQL Log reader APIs
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
SQL Log reader APIs
|
|
| Satish Balusa 2005-05-26, 8:23 pm |
| We have situation where we wanted to write our own custom application to
read, filter and export data from the SQL Log. Are there any Public /
Private or Documented /Undocumented APIs that we can make use.
Any information in this regard is appreciated
TIA
~Sat
| |
| David Gugick 2005-05-26, 8:23 pm |
| Satish Balusa wrote:
> We have situation where we wanted to write our own custom application
> to read, filter and export data from the SQL Log. Are there any
> Public / Private or Documented /Undocumented APIs that we can make
> use.
> Any information in this regard is appreciated
>
> TIA
> ~Sat
Understanding log files is somewhat of a mystery. probably why there are
so few log-reader tools out there (3 or 4 at my last count, if I
recall).
http://www.novicksoftware.com/UDFof...27-fn_dblog.htm
--
David Gugick
Quest Software
www.imceda.com
www.quest.com
| |
| Wayne Snyder 2005-05-29, 9:23 am |
| Microsoft shares the log details with several vendors who write products
which use the logs, but generally does not make the information public ( as
in available to us...)
--
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"Satish Balusa" < sbalusaN0_SpaM@coril
lian.com> wrote in message
news:eHZu1jjYFHA.4032@tk2msftngp13.phx.gbl...
> We have situation where we wanted to write our own custom application to
> read, filter and export data from the SQL Log. Are there any Public /
> Private or Documented /Undocumented APIs that we can make use.
>
> Any information in this regard is appreciated
>
> TIA
> ~Sat
>
|
|
|
|
|