<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to impersonate the privileges to create a login using the Stored procedures using “EXECUTE AS” clause</title><link>http://blogs.msdn.com/b/sqlserverfaq/archive/2009/07/24/how-to-impersonate-the-privileges-to-create-a-login-using-the-stored-procedures-using-execute-as-clause.aspx</link><description>As most of the times we do it in a simple way descirbed below. but when we try to do the same through stored procedure it fails. 
 Just for information regarding impersonation:- http://msdn.microsoft.com/en-us/library/ms188354(SQL.90).aspx 
 Solution</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: How to impersonate the privileges to create a login using the Stored procedures using “EXECUTE AS” clause</title><link>http://blogs.msdn.com/b/sqlserverfaq/archive/2009/07/24/how-to-impersonate-the-privileges-to-create-a-login-using-the-stored-procedures-using-execute-as-clause.aspx#10114690</link><pubDate>Wed, 12 Jan 2011 13:27:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10114690</guid><dc:creator>Annoyed SQL Server user</dc:creator><description>&lt;p&gt;This did not work for me. Even with impersonation, the impersonated user test1 does not have server scope permissions or permissions in other databases.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10114690" width="1" height="1"&gt;</description></item></channel></rss>