AVICode Error while trying to install SE-Viewer database

Problem
========

I chose Windows NT Integrated.

The account I'm using has admin rights on the SQL server.

Even thought I get the error, when I look in the SQL Management Studio, I see SEViewer under the Databases. However, when I try and run the SE Viewer Configuration Utility I get the following error under SE-Viewer Database Configuration. Here to, I've selected "Use Windows NT Integratied security"

Changed database context to 'SEViewer'.
Cannot use the special principal 'dbo'.
Cannot use the special principal 'dbo'.

Operation failed to execute

clip_image002

Solution
========

ยท EXEC sp_changedbowner 'sa'

clip_image004

clip_image006