Microsoft
Software
Hardware
Network
Question : SQL Error when changing data type (IMPERSONATE) error
Hi,
I am getting the following error when I try to change the datatype of a column in this table.
- Unable to preserve security settings for user 'DOMAIN\username'.
Cannot execute as the database principal because the principal "dbo" does not exist, this type of principal cannot be impersonated, or you do not have permission.
The user who is trying to do this is in the "db_owner" role so it should be fine, but it NEVER works.
Any idea?
-ws
Answer : SQL Error when changing data type (IMPERSONATE) error
does the user that is mapped to the DOMAIN\username being granted the IMPERSONATE permissions for the dbo principal?
1:
GRANT IMPERSONATE ON USER::dbo TO username
Open in New Window
Select All
Random Solutions
Link a Query to a From
DateDiff Minute GetDate Between C# vs SQL
How do I install File/Tail.pm with ActivePerl 5.8.8 Build 820
constant errors with corrupt files
my laptop refuse connecting to my flash card
Can Twitter track the originating IP Address?
SEO Tutorial
convert an SQL 2005 Script into SQL 2000 (foreignkey)
SQL Express change language from US to UK English to fix date formatting issue
Excel: Stop macro if cell value = 0