|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, February 22, 2013 1:11 PM
Points: 5,
Visits: 45
|
|
Hola que tal. Quisiera que me ayudaran por favor. Necesito monitorear las inserciones que se realizan en las tablas de una Base de Datos asi como sus transacciones. Quiero realizar un monitoreo constante de las inserciones que vaya teniendo en mi base de datos, asi como consultas, Update, delete... No quisiera usar trigger debido a que me consume mucho recursos. Tengo Sql Server 2008 R2 Edición Standard. Saludos y gracias.
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, May 03, 2013 10:05 AM
Points: 78,
Visits: 185
|
|
No comprende Espanol. Not sure if other spanish experts are around.
Any chance of posting this in english ??
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, February 22, 2013 1:11 PM
Points: 5,
Visits: 45
|
|
Sorry, I try again, my vocabulary in English is not very good... Hello all. I would like to help me please. I need to monitor the inserts and transactions that are made to the tables in a database . I want to make a constant monitoring of the inserts to be taking into my database and consultations, UPDATE, DELETE ... I would not use trigger because I consuming resources. I have Sql Server 2008 R2 Standard Edition.
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, May 03, 2013 10:05 AM
Points: 78,
Visits: 185
|
|
ricardomijares64 (11/23/2012) Sorry, I try again, my vocabulary in English is not very good... Hello all. I would like to help me please. I need to monitor the inserts and transactions that are made to the tables in a database . I want to make a constant monitoring of the inserts to be taking into my database and consultations, UPDATE, DELETE ... I would not use trigger because I consuming resources. I have Sql Server 2008 R2 Standard Edition.
If you want to monitor, I would suggest a profiler trace. Be very careful though - you want to filter down the trace template down to only exactly what you want to see, as this can also be very resource intensive if not configured correctly. You can also pipe profiler output to a file and/or a SQL table. I assume that all of your insert / update / delete code is unencrypted, of course.
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Yesterday @ 4:46 AM
Points: 138,
Visits: 549
|
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Yesterday @ 3:36 AM
Points: 305,
Visits: 493
|
|
See this posting.
http://sqlblog.com/blogs/louis_davidson/archive/2007/08/26/sys-dm-db-index-operational-stats.aspx
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, February 22, 2013 1:11 PM
Points: 5,
Visits: 45
|
|
| Thanks for your answers, I'll try your suggestions. Greetings. Very friendly.
|
|
|
|