# 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&#x26;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
```
