I have a normal SQL bak up, is it possible to use c# & SMO to read info from a table inside my backup file?
The backup file is a normal SQL .bak backup. (in simple mode)
If SMO is not able to do this, is there any other technology that can assist?
Thanks
looks like demas was correct.
this isn’t possible.
I ended up using the description field in my backup to store the extra data i needed.
Thanks