I read & create MS SQL server created bak file in java. But for this prediction is MS sql server is not installed on that machine.
Are there any tool / library with the help of that I can read/ write file?
I read & create MS SQL server created bak file in java. But for
Share
The only tool that can read
.bakfiles that I’m aware of (except SQL Server, of course) is Red Gate’s SQL Compare. Apparently the Pro Version can read data from.bakfiles.But this is a commercial tool, so you have to buy and install it.
And since you have to install something anyway, why not just install the free SQL Server Express Edition? It can read
.bakfiles too, and it’s free.