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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-12-18 : 09:14:23
|
| Paul writes "I am looking to get a count of transactions that occur in a day against a SQL Server database. How would I go about doing that? Thanks,Paul" |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2001-12-18 : 09:37:10
|
SQL Profiler is your best bet. You can trace anything with it. Books Online will detail its usage (I've never used it myself so I can't tell you any more about it) |
 |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2001-12-18 : 10:18:51
|
Profiler is probably easiest (shame on you robvolk ).Otherwise you could log transactions from the SPs that execute them (your interface is via SPs isn't it) or put a trigger on a the tables.==========================================Cursors are useful if you don't know sql.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|