INF: How SQL Monitor Locates SQL Server's Errorlog |
Q101259
You will sometimes get an error message when you try to view Microsoft
SQL Server's errorlog from SQL Administrator. This could be caused by
sqlmonitor assuming the errorlog is located on x:\...\log\errorlog,
where "x" is the drive letter that the master device resides on.
Sqlmonitor first locates the master device's path by doing a SELECT on
sysdevices, then it uses a string comparison and grabs the part before
"\data" or "\DATA" and appends "log\errorlog" to it. It makes the
following two assumptions here:
If the master device is not in directories "x:\...\data" or
"x:\...\DATA," the following error message will be generated:
"error open errorlog"
"sql server errorlog is not available"
Additional query words: Windows NT
Keywords : kbtool
Issue type : kbinfo
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ420OS2
|
Last Reviewed: April 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |