Cant restore a Azure database using sqlpackage?
I am trying to restore my azure database . it is a bacpac file . The bacpac file is about 30Gig I am using the following command.
How can i split a bacpac file using sqlpackage?
I am trying to split a bacpac file using sqlpackage in powershell as follows:
How can i import a database using sqlpackage that has multiple parts?
I have a database named TempDB. I have split the database into a number of parts because it is quite large. I used 7-sip and have 10 parts. so for example tempDB1.bacpac tempdb2.bacpac etc.