I have a doubt , I created database A and its snapshot as AS.ss. Then i inserted value (1,2,3) into table called tblA (single column table). Then i update the value from 3 to 4 in tblA , now the values in the tables are (1,2,4). Then i inserted (5,6,7) into tblA, now the values in the tables are (1,2,4,5,6,7). Now i accidentally delete the table. Now while getting back the data from Database Snapshot, 1.what content does my "tblA" has got ? 2. Can i retrieve my table "tblA" at stage when only (1,2,3) values are inserted into it? Thanks.
I was having some issues finding an actual explanation of what a snapshot is, thank you for clearing it up!
Man I like your style! It was a very useful video, thanks a lot!
wow i got the idea clearly thanks for this Sir!!!
Thank you for this great video sir.
Thanks for the great vid
I have a doubt ,
I created database A and its snapshot as AS.ss.
Then i inserted value (1,2,3) into table called tblA (single column table).
Then i update the value from 3 to 4 in tblA , now the values in the tables are (1,2,4).
Then i inserted (5,6,7) into tblA, now the values in the tables are (1,2,4,5,6,7).
Now i accidentally delete the table. Now while getting back the data from Database Snapshot,
1.what content does my "tblA" has got ?
2. Can i retrieve my table "tblA" at stage when only (1,2,3) values are inserted into it?
Thanks.
yes you will get intial snapshot.if in case if you have schduled every 5 minits interval the snap shot you will get updated data.
thank you, i like your teaching mode
Crazy simple and clear explanation. That's a really great job. German?
Well done. Thanks
very impersive >3