Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Granting Impersonate permission

Author  Topic 

Babli
Yak Posting Veteran

53 Posts

Posted - 2007-11-01 : 06:51:59
Hi All,
I want to grant a Impersonate permission for One domain account to another domain.How do i do it?
I tried the following
GRANT IMPERSONATE ON USER:: 'domain\user2' TO 'domain\user1';
Sql server syntax error 'domain\user2'.
I am not able to resolve it.

Is it also possible to impersonate one domain login with sql server login?

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-11-01 : 22:30:54
Why do that? Is 'domain\user2' a valid sql login? Take look at 'execute as' in books online.
Go to Top of Page
   

- Advertisement -