Get the inserts
Posted
by Endrigo
on Stack Overflow
See other posts from Stack Overflow
or by Endrigo
Published on 2010-03-24T11:39:16Z
Indexed on
2010/03/24
11:43 UTC
Read the original article
Hit count: 256
exporting
Hi there, I want to know if I can get all the INSERTs that are inserted at my database, from once. Writing just once ... I want that shows me all the inserts with the data and everything that was inserted in the moment of insertion. Not just the data, but everything including the INSERTs, is this possible?
I'm using SQL server 2008,
regards to everyone
© Stack Overflow or respective owner