Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Monitoring transactions in sqk server

Status
Not open for further replies.

guttaboys

Programmer
Oct 28, 2003
17
NO
We have an accouting system that put its data in a sql server database. I would like to integrate another (billing) system of our, using the same database. For this to work, I guess I need to know wich tables and columns our accounting system uses and edits when transaction is putted in manually in the accounting system. Is there an easy way to monitor, or in some way recording the changes done in a database so I know where our billing program should write its data.
 
Yes, you want to use SQL Profiler to monitor the system and see what it's doing.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top