Does anyone know of a free/open source sql server with a windows client utility (or web of course) we can use in our demo shop to show the power of sql (transaction logs) roll-up (point in time) of Veeam?
Most third part sql programs I can think of is paid..
Want to show if we f.ex. delete a surname in a database, we can restore that surname based on the copy of the transaction log backup
Microsoft SQL Server Express Edition matches your requirements. And you can use native SQL Server Management Studio Express to change data in tables (this is what I've been using). I've been told there is also HeidiSQL which some find a bit more user friendly. Hope this helps!