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 |
|
laddu
Constraint Violating Yak Guru
332 Posts |
Posted - 2008-11-24 : 23:36:35
|
| I am kind of new to SQL Server. What is perf log in sql server?Thanks |
|
|
snSQL
Master Smack Fu Yak Hacker
1837 Posts |
Posted - 2008-11-24 : 23:44:36
|
quote: Originally posted by laddu I am kind of new to SQL Server. What is perf log in sql server?Thanks
Do you mean the performance monitor (which is just the Windows Performance Monitor with SQL Server counters), or the transaction log, which is the mechanism that SQL Server uses to perform all data modifications using discreet transactions.Both are well described in Books Online. |
 |
|
|
|
|
|