> For the complete documentation index, see [llms.txt](https://wiki.owain.codes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.owain.codes/coding/snippets/untitled/sql-could-not-import-package.md).

# SQL - Could not import package

<figure><img src="https://4182918922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLIxsxy-PG49XtZX5uS%2Fuploads%2FdvB1L4IDXat3rUHBPiVi%2Fimage.png?alt=media&amp;token=5290afa4-d008-4c70-a783-b3bf0153e952" alt=""><figcaption></figcaption></figure>

Run this before importing

```
sp_configure 'show advanced options', 1;
RECONFIGURE;
GO
sp_configure 'contained database authentication', 1;
RECONFIGURE;
GO
```
