SQL conversion. BAK to SQL backpac format

I have a MSSQL.BAK file, and for logistic reason (the DB is bigger for me) I want to convert it to a BacPac file so that I can upload it to Azure.

All this while I was thinking .BAK and BacPac are the same, so there was an error, is there a utility to convert it?

+5
source share
1 answer

These are different formats. The bacpac files do not include transaction logs and are not transient in themselves. Read more about it here . Windows Azure Database Backup and Recovery Strategy

- ( ".bak" ) , ".bacpac" . , ( bacpac), , . , " -".

+7

All Articles