all groups > sql server new users > august 2005 >
You're in the

sql server new users

group:

Need to view some or all of large Log file...



RE: Need to view some or all of large Log file... Nick_750
8/26/2005 5:00:01 AM
sql server new users: Hi Roger,

Try recycling the errorlog with stored proc sp_cycle_errorlog, this creates
a new errorlog, and automatically renames the current one to errorlog.<n>
without restarting the database, then open the required error logfile with an
editor as opposed to the EM GUI.

Hope this helps
cheers

[quoted text, click to view]
Need to view some or all of large Log file... Roger
8/26/2005 5:49:23 AM
I have a log file that is pretty large, but I cannot see it inside
Enterprise manager. It just shows an hourglass when I click on the log.

I would like to see even part of it if possible.

Where do I look for the file and what do I use to possibly copy 10% of the
file?

Thanks,

Roger

Re: Need to view some or all of large Log file... Hari Prasad
8/26/2005 8:30:42 AM
Hi,

The "default" path to that file will be in \\install folder\ Program
files\microsoft sql server\Log folder. Latest file will be ERRORLOG (with
out a number).
If you dont see the file then do a search for the file "ERRORLOG" .

Once you find the file just right click and open in Notepad.

Thanks
Hari
SQL Server MVP


[quoted text, click to view]

AddThis Social Bookmark Button