Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
jparker
Posting Yak Master
118 Posts |
Posted - 2005-03-18 : 10:37:49
|
| I have an asp page that isn't behaving properly but the problem doesn't occur every time I have tried response.write but that doesn't give me any joy so I am turning my attention to the transaction log of my sql server 2000 database but don't know how to view the entries in the log file. Any ideas on viewing the entries? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-03-18 : 13:33:44
|
| You can't view the entries in the tlog without a third party tool such as Lumigent's Log Explorer. If you are able to reproduce the problem, then startup SQL Profiler to see what is going on inside SQL Server while the problem is encountered.Tara |
 |
|
|
|
|
|