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 |
pushp82
Yak Posting Veteran
83 Posts |
Posted - 2012-08-04 : 08:35:29
|
Hi,We are development of mobile application and have database in sql sever. what I need to track is to track the changes(insert,update,delete) in table.Is there any way I can track the changes in table instead of trigger on tables as trigger may effect the server responce time and that is main concern in case of mobile application? I belive The AUDIT functionality of sql server does not work except enterprise version and we are in beta so no enterprise.I tried google but could not get effective solution.Please help!Pushp |
|
lionofdezert
Aged Yak Warrior
885 Posts |
|
pushp82
Yak Posting Veteran
83 Posts |
|
|
|
|