SQL - Could not import package

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

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