> 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="/files/oLBr2CbZQ0IlmuT6JNmQ" alt=""><figcaption></figcaption></figure>

Run this before importing

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