SQL Server Error Message 15562: The module being executed is not trusted. Either the owner of the database of the module needs to be granted authenticate permission, or the module needs to be digitally signed.

The easiest way to get rid of this error is:

ALTER DATABASE [DBNAME] SET TRUSTWORTHY ON

Deutsche Fehlermeldung:

Das ausgeführte Modul ist nicht vertrauenswürdig. Entweder dem Besitzer der Datenbank des Moduls muss die Authentifizierungsberechtigung erteilt werden oder das Modul muss digital signiert werden.