Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLPackage Import BacPac Elastic Pool Limitation #547

Open
tomaustin700 opened this issue Dec 20, 2024 · 4 comments
Open

SQLPackage Import BacPac Elastic Pool Limitation #547

tomaustin700 opened this issue Dec 20, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@tomaustin700
Copy link

Hi,
Is there still a limitation of SQLPackage import into Elastic Pools like stated here: https://learn.microsoft.com/en-us/azure/azure-sql/database/database-import?tabs=azure-powershell&view=azuresql#limitations

We have successfully imported into an Elastic Pool previously however recently the process has been hanging at the start of the import (about 50% of the time), after investigating this issue I have found the stated limitation.

This is more just a question and not a bug so apologies for the incorrect label.

Thanks

@tomaustin700 tomaustin700 added the bug Something isn't working label Dec 20, 2024
@ErikEJ
Copy link
Contributor

ErikEJ commented Dec 20, 2024

@tomaustin700 Sqlpackage based import does not have this limitation, only the Import Service as I read it..

@tomaustin700
Copy link
Author

tomaustin700 commented Dec 20, 2024

Thanks @ErikEJ, this does seem to contradict the comment by @kisantia here though: #93 (comment)

@ErikEJ
Copy link
Contributor

ErikEJ commented Dec 20, 2024

@tomaustin700 This looks like a standard command timeout issue, and insufficient guidance on setting a long command timeout. What have you tried?

For tips and a commandline that sets correct timeouts, see my blog post here: https://erikej.github.io/efcore/sqldb/sqlpackage/2022/08/05/azuresql-sqlpackage.html

@tomaustin700
Copy link
Author

Thanks @ErikEJ, I've added those timeouts to my script so I'll see if that helps. My first bit of troubleshooting let me to that statement about elastic pool limitation so I just wanted to see if it was something to be aware of or not before I moved any further with it. Thanks anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants