<?xml version="1.0" encoding="utf-8"?><!-- generator="b2evolution/6.11.7-stable" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>SQL Server &#38; BI Blog by Andreas Wolter - Latest Comments on SQL Server Database Ownership: survey results &#38; recommendations</title>
		<link>https://www.insidesql.org/blogs/andreaswolter/?disp=comments</link>
		<atom:link rel="self" type="application/rss+xml" href="https://www.insidesql.org/blogs/andreaswolter/?tempskin=_rss2&#38;disp=comments&#38;p=3693" />
		<description></description>
		<language>en-EU</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=6.11.7-stable"/>
		<ttl>60</ttl>
		<item>
			<title>andreaswolter [Member] in response to: SQL Server Database Ownership: survey results &#38; recommendations</title>
			<pubDate>Thu, 30 Nov 2017 20:25:08 +0000</pubDate>
			<dc:creator><a href="http://www.andreas-wolter.com" title="Show the user profile" class="login user nowrap" rel="bubbletip_user_20"><span class="identity_link_username">andreaswolter</span></a> <span class="bUser-member-tag">[Member]</span></dc:creator>
			<guid isPermaLink="false">c8392@https://www.insidesql.org/blogs/</guid>
			<description>Hi Michael,
I saw that. And only today I found time to do the repro - successfully, indeed.
See my complete answer at: http://andreas-wolter.com/en/sql-server-database-ownership-survey-results-recommendations</description>
			<content:encoded><![CDATA[Hi Michael,
I saw that. And only today I found time to do the repro - successfully, indeed.
See my complete answer at: http://andreas-wolter.com/en/sql-server-database-ownership-survey-results-recommendations]]></content:encoded>
			<link>https://www.insidesql.org/blogs/andreaswolter/2014/06/sql-server-database-ownership-survey-results-recommendations#c8392</link>
		</item>
		<item>
			<title> Michael [Visitor] in response to: SQL Server Database Ownership: survey results &#38; recommendations</title>
			<pubDate>Thu, 30 Nov 2017 10:01:39 +0000</pubDate>
			<dc:creator><span class="user anonymous" rel="bubbletip_comment_8391">Michael</span> <span class="bUser-anonymous-tag">[Visitor]</span></dc:creator>
			<guid isPermaLink="false">c8391@https://www.insidesql.org/blogs/</guid>
			<description>Hi Andreas,

I have reposted my post on your new blog and would be interested in your findings.</description>
			<content:encoded><![CDATA[Hi Andreas,

I have reposted my post on your new blog and would be interested in your findings.]]></content:encoded>
			<link>https://www.insidesql.org/blogs/andreaswolter/2014/06/sql-server-database-ownership-survey-results-recommendations#c8391</link>
		</item>
		<item>
			<title>andreaswolter [Member] in response to: SQL Server Database Ownership: survey results &#38; recommendations</title>
			<pubDate>Sun, 12 Nov 2017 19:10:10 +0000</pubDate>
			<dc:creator><a href="http://www.andreas-wolter.com" title="Show the user profile" class="login user nowrap" rel="bubbletip_user_20"><span class="identity_link_username">andreaswolter</span></a> <span class="bUser-member-tag">[Member]</span></dc:creator>
			<guid isPermaLink="false">c8390@https://www.insidesql.org/blogs/</guid>
			<description>Hello Michael.
First of all: My blog is now officially at http://andreas-wolter.com/en/blog/
You are welcome to post or even re-post your comment there.
As of now to me this is very odd. Maybe I am missing something, but this is what you did:
Create WindowsLogin (disabled in Domain)
Alter database set authorization = thatLogin
-&gt;Login disappeared
I have never seen that, but I will try a repro and get back to you, preferably on my new blog.</description>
			<content:encoded><![CDATA[Hello Michael.
First of all: My blog is now officially at http://andreas-wolter.com/en/blog/
You are welcome to post or even re-post your comment there.
As of now to me this is very odd. Maybe I am missing something, but this is what you did:
Create WindowsLogin (disabled in Domain)
Alter database set authorization = thatLogin
->Login disappeared
I have never seen that, but I will try a repro and get back to you, preferably on my new blog.]]></content:encoded>
			<link>https://www.insidesql.org/blogs/andreaswolter/2014/06/sql-server-database-ownership-survey-results-recommendations#c8390</link>
		</item>
		<item>
			<title> Michael [Visitor] in response to: SQL Server Database Ownership: survey results &#38; recommendations</title>
			<pubDate>Wed, 08 Nov 2017 15:38:30 +0000</pubDate>
			<dc:creator><span class="user anonymous" rel="bubbletip_comment_8389">Michael</span> <span class="bUser-anonymous-tag">[Visitor]</span></dc:creator>
			<guid isPermaLink="false">c8389@https://www.insidesql.org/blogs/</guid>
			<description>Hi Andreas, thank you for a brilliant article. Can I ask, in your opinion, can you see an issue with the following scenario. We have created a domain account which is a member of Domain Users. It has Password Never Expires, User Cannot Change Password and Account is Disabled. I have created a new database with my SysAdmin account (which made me the owner) then changed the database owner with ALTER AUTHORIZATION ON DATABASE::[database_name] TO [new_Domain_account];

Now the owner of my new database is the Domain account that is actually disabled and when I check Logins on the SQL Instance it doesn&#039;t exist there..!

Am I missing something as this seems to be secure but I can&#039;t believe that I haven&#039;t found any sort of reference to this approach on the Internet..!

Thanks,

Michael</description>
			<content:encoded><![CDATA[Hi Andreas, thank you for a brilliant article. Can I ask, in your opinion, can you see an issue with the following scenario. We have created a domain account which is a member of Domain Users. It has Password Never Expires, User Cannot Change Password and Account is Disabled. I have created a new database with my SysAdmin account (which made me the owner) then changed the database owner with ALTER AUTHORIZATION ON DATABASE::[database_name] TO [new_Domain_account];

Now the owner of my new database is the Domain account that is actually disabled and when I check Logins on the SQL Instance it doesn't exist there..!

Am I missing something as this seems to be secure but I can't believe that I haven't found any sort of reference to this approach on the Internet..!

Thanks,

Michael]]></content:encoded>
			<link>https://www.insidesql.org/blogs/andreaswolter/2014/06/sql-server-database-ownership-survey-results-recommendations#c8389</link>
		</item>
		<item>
			<title>andreaswolter [Member] in response to: SQL Server Database Ownership: survey results &#38; recommendations</title>
			<pubDate>Tue, 07 Feb 2017 23:09:57 +0000</pubDate>
			<dc:creator><a href="http://www.andreas-wolter.com" title="Show the user profile" class="login user nowrap" rel="bubbletip_user_20"><span class="identity_link_username">andreaswolter</span></a> <span class="bUser-member-tag">[Member]</span></dc:creator>
			<guid isPermaLink="false">c8385@https://www.insidesql.org/blogs/</guid>
			<description>PS: Here the link, just stumbled over it: http://markread.net/2014/05/04/how-to-change-the-owner-of-a-secondary-replica-database-to-sa/</description>
			<content:encoded><![CDATA[PS: Here the link, just stumbled over it: http://markread.net/2014/05/04/how-to-change-the-owner-of-a-secondary-replica-database-to-sa/]]></content:encoded>
			<link>https://www.insidesql.org/blogs/andreaswolter/2014/06/sql-server-database-ownership-survey-results-recommendations#c8385</link>
		</item>
		<item>
			<title>andreaswolter [Member] in response to: SQL Server Database Ownership: survey results &#38; recommendations</title>
			<pubDate>Sun, 26 Jun 2016 09:16:19 +0000</pubDate>
			<dc:creator><a href="http://www.andreas-wolter.com" title="Show the user profile" class="login user nowrap" rel="bubbletip_user_20"><span class="identity_link_username">andreaswolter</span></a> <span class="bUser-member-tag">[Member]</span></dc:creator>
			<guid isPermaLink="false">c8342@https://www.insidesql.org/blogs/</guid>
			<description>You are welcome.
And for the other readers why not include a link to your article here. Sounds useful to me. So feel free to post the complete URL
cheers
Andreas</description>
			<content:encoded><![CDATA[You are welcome.
And for the other readers why not include a link to your article here. Sounds useful to me. So feel free to post the complete URL
cheers
Andreas]]></content:encoded>
			<link>https://www.insidesql.org/blogs/andreaswolter/2014/06/sql-server-database-ownership-survey-results-recommendations#c8342</link>
		</item>
		<item>
			<title>mfread [Member] in response to: SQL Server Database Ownership: survey results &#38; recommendations</title>
			<pubDate>Sat, 25 Jun 2016 23:27:13 +0000</pubDate>
			<dc:creator><a href="https://www.insidesql.org/blogs/andreaswolter/?disp=user&amp;user_ID=97" title="Show the user profile" class="login user nowrap" rel="bubbletip_user_97"><span class="identity_link_username">mfread</span></a> <span class="bUser-member-tag">[Member]</span></dc:creator>
			<guid isPermaLink="false">c8341@https://www.insidesql.org/blogs/</guid>
			<description>Andreas, many thanks for such an insightful summary. I&#039;ve linked your blog in my article how-to-change-the-owner-of-a-secondary-replica-database-to-sa so others may benefit from your article. Cheers, Mark</description>
			<content:encoded><![CDATA[Andreas, many thanks for such an insightful summary. I've linked your blog in my article how-to-change-the-owner-of-a-secondary-replica-database-to-sa so others may benefit from your article. Cheers, Mark]]></content:encoded>
			<link>https://www.insidesql.org/blogs/andreaswolter/2014/06/sql-server-database-ownership-survey-results-recommendations#c8341</link>
		</item>
		<item>
			<title>andreaswolter [Member] in response to: SQL Server Database Ownership: survey results &#38; recommendations</title>
			<pubDate>Mon, 01 Jun 2015 20:07:31 +0000</pubDate>
			<dc:creator><a href="http://www.andreas-wolter.com" title="Show the user profile" class="login user nowrap" rel="bubbletip_user_20"><span class="identity_link_username">andreaswolter</span></a> <span class="bUser-member-tag">[Member]</span></dc:creator>
			<guid isPermaLink="false">c8177@https://www.insidesql.org/blogs/</guid>
			<description>As an update for follow-up readers: Group Managed Service Accounts (GSMA) will be supported starting with SQL Server 2016 CTP2 based on Windows Server 2016 and Windows Server 2012 R2 which requires an Update (https://support.microsoft.com/en-us/kb/2998082)</description>
			<content:encoded><![CDATA[As an update for follow-up readers: Group Managed Service Accounts (GSMA) will be supported starting with SQL Server 2016 CTP2 based on Windows Server 2016 and Windows Server 2012 R2 which requires an Update (https://support.microsoft.com/en-us/kb/2998082)]]></content:encoded>
			<link>https://www.insidesql.org/blogs/andreaswolter/2014/06/sql-server-database-ownership-survey-results-recommendations#c8177</link>
		</item>
			</channel>
</rss>
