<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Yet another SQL Server blog</title>
	<atom:link href="http://sqlbg.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqlbg.wordpress.com</link>
	<description>SQL Server articles and HOW-TOs</description>
	<lastBuildDate>Thu, 14 Mar 2013 21:02:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on SQL Server Centralized Management&#8211;registering multiple instances at once by heslous</title>
		<link>http://sqlbg.wordpress.com/2010/11/02/sql-server-centralized-managementregistering-multiple-instances-at-once/#comment-191</link>
		<dc:creator><![CDATA[heslous]]></dc:creator>
		<pubDate>Thu, 14 Mar 2013 21:02:03 +0000</pubDate>
		<guid isPermaLink="false">https://sqlbg.wordpress.com/2010/11/02/sql-server-centralized-managementregistering-multiple-instances-at-once/#comment-191</guid>
		<description><![CDATA[Ivan
Thanks so much 
These articles are great i m gonna use the scripts samples and will adapt them for my needs
Again thanks a lot
Very kind of you]]></description>
		<content:encoded><![CDATA[<p>Ivan<br />
Thanks so much<br />
These articles are great i m gonna use the scripts samples and will adapt them for my needs<br />
Again thanks a lot<br />
Very kind of you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Centralized Management&#8211;registering multiple instances at once by Ivan Donev</title>
		<link>http://sqlbg.wordpress.com/2010/11/02/sql-server-centralized-managementregistering-multiple-instances-at-once/#comment-190</link>
		<dc:creator><![CDATA[Ivan Donev]]></dc:creator>
		<pubDate>Thu, 14 Mar 2013 13:18:21 +0000</pubDate>
		<guid isPermaLink="false">https://sqlbg.wordpress.com/2010/11/02/sql-server-centralized-managementregistering-multiple-instances-at-once/#comment-190</guid>
		<description><![CDATA[Well, here is a very good article on the subject - http://www.spartansql.com/2012/10/changing-job-ownership-across-all.html

And another one, using different logic - http://powershellcommunity.org/Forums/tabid/54/aft/6585/Default.aspx

You will have to adapt it for your purposes, though :)]]></description>
		<content:encoded><![CDATA[<p>Well, here is a very good article on the subject &#8211; <a href="http://www.spartansql.com/2012/10/changing-job-ownership-across-all.html" rel="nofollow">http://www.spartansql.com/2012/10/changing-job-ownership-across-all.html</a></p>
<p>And another one, using different logic &#8211; <a href="http://powershellcommunity.org/Forums/tabid/54/aft/6585/Default.aspx" rel="nofollow">http://powershellcommunity.org/Forums/tabid/54/aft/6585/Default.aspx</a></p>
<p>You will have to adapt it for your purposes, though <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Centralized Management&#8211;registering multiple instances at once by heslous</title>
		<link>http://sqlbg.wordpress.com/2010/11/02/sql-server-centralized-managementregistering-multiple-instances-at-once/#comment-189</link>
		<dc:creator><![CDATA[heslous]]></dc:creator>
		<pubDate>Tue, 12 Mar 2013 11:07:41 +0000</pubDate>
		<guid isPermaLink="false">https://sqlbg.wordpress.com/2010/11/02/sql-server-centralized-managementregistering-multiple-instances-at-once/#comment-189</guid>
		<description><![CDATA[Hi Ivan
I guess PS this could work for me, however i&#039;m not really experimented here 
Would you have examples that could help me ??
Thanks a lot for all your help
really appreciated]]></description>
		<content:encoded><![CDATA[<p>Hi Ivan<br />
I guess PS this could work for me, however i&#8217;m not really experimented here<br />
Would you have examples that could help me ??<br />
Thanks a lot for all your help<br />
really appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Centralized Management&#8211;registering multiple instances at once by Ivan Donev</title>
		<link>http://sqlbg.wordpress.com/2010/11/02/sql-server-centralized-managementregistering-multiple-instances-at-once/#comment-188</link>
		<dc:creator><![CDATA[Ivan Donev]]></dc:creator>
		<pubDate>Tue, 12 Mar 2013 10:31:09 +0000</pubDate>
		<guid isPermaLink="false">https://sqlbg.wordpress.com/2010/11/02/sql-server-centralized-managementregistering-multiple-instances-at-once/#comment-188</guid>
		<description><![CDATA[I completely agree with you! Unfortunately it is not my decision whatsoever. I&#039;ve been struggling with similar problem and what I evaluated as solutions are - using PowerShell which can easily execute a query agains a list of servers provided in a CSV file and the second one - to have a local admin database on each instance, which is populated by local SQL agent jobs and then I query the database(which is existing on all instances) via the CMS. 

Would any of those work for you?]]></description>
		<content:encoded><![CDATA[<p>I completely agree with you! Unfortunately it is not my decision whatsoever. I&#8217;ve been struggling with similar problem and what I evaluated as solutions are &#8211; using PowerShell which can easily execute a query agains a list of servers provided in a CSV file and the second one &#8211; to have a local admin database on each instance, which is populated by local SQL agent jobs and then I query the database(which is existing on all instances) via the CMS. </p>
<p>Would any of those work for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Centralized Management&#8211;registering multiple instances at once by heslous</title>
		<link>http://sqlbg.wordpress.com/2010/11/02/sql-server-centralized-managementregistering-multiple-instances-at-once/#comment-187</link>
		<dc:creator><![CDATA[heslous]]></dc:creator>
		<pubDate>Tue, 12 Mar 2013 09:48:39 +0000</pubDate>
		<guid isPermaLink="false">https://sqlbg.wordpress.com/2010/11/02/sql-server-centralized-managementregistering-multiple-instances-at-once/#comment-187</guid>
		<description><![CDATA[Yes correct Windows authentication is by design which does not necessarily means
this is a good design.
Master Target servers is not the option i wanted to use because has nothing about Central Management server functionality , a master server for jobs can be defined even if the server is not the one used for Central Management server.

Let&#039;s say you have server A  and you register it  as a   &quot;Central manager server&quot;
then you inside this one you create a server group named : MONITOR
you register server B,C,D,E  in this group   (in reality i have more than 300 SQL servers)
Then you can right click this group MONITOR  and connect to all the servers of this group  in one shot and then execute queries against all the servers in this group.
Why can&#039;t we automate this process in a job that would be in the server A
Is there a way to achieve this ??
or the only way to run queries against a big number of SQL server is to create linked servers for each of them in server A and then create a job in server A to run OPENQUERIES for each linked servers ??

i really appreciate all the comments because my intent is to learn.
Thanks for all your help]]></description>
		<content:encoded><![CDATA[<p>Yes correct Windows authentication is by design which does not necessarily means<br />
this is a good design.<br />
Master Target servers is not the option i wanted to use because has nothing about Central Management server functionality , a master server for jobs can be defined even if the server is not the one used for Central Management server.</p>
<p>Let&#8217;s say you have server A  and you register it  as a   &#8220;Central manager server&#8221;<br />
then you inside this one you create a server group named : MONITOR<br />
you register server B,C,D,E  in this group   (in reality i have more than 300 SQL servers)<br />
Then you can right click this group MONITOR  and connect to all the servers of this group  in one shot and then execute queries against all the servers in this group.<br />
Why can&#8217;t we automate this process in a job that would be in the server A<br />
Is there a way to achieve this ??<br />
or the only way to run queries against a big number of SQL server is to create linked servers for each of them in server A and then create a job in server A to run OPENQUERIES for each linked servers ??</p>
<p>i really appreciate all the comments because my intent is to learn.<br />
Thanks for all your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Centralized Management&#8211;registering multiple instances at once by Ivan Donev</title>
		<link>http://sqlbg.wordpress.com/2010/11/02/sql-server-centralized-managementregistering-multiple-instances-at-once/#comment-186</link>
		<dc:creator><![CDATA[Ivan Donev]]></dc:creator>
		<pubDate>Mon, 11 Mar 2013 12:04:40 +0000</pubDate>
		<guid isPermaLink="false">https://sqlbg.wordpress.com/2010/11/02/sql-server-centralized-managementregistering-multiple-instances-at-once/#comment-186</guid>
		<description><![CDATA[The Windows authentication is by design. If you want it changed, probably a Connect item can be logged. 
For the SQL Agent scheduling - you should use Master-target servers for this - http://msdn.microsoft.com/en-us/library/ms190662.aspx.

HTH
Ivan]]></description>
		<content:encoded><![CDATA[<p>The Windows authentication is by design. If you want it changed, probably a Connect item can be logged.<br />
For the SQL Agent scheduling &#8211; you should use Master-target servers for this &#8211; <a href="http://msdn.microsoft.com/en-us/library/ms190662.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms190662.aspx</a>.</p>
<p>HTH<br />
Ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Centralized Management&#8211;registering multiple instances at once by heslous</title>
		<link>http://sqlbg.wordpress.com/2010/11/02/sql-server-centralized-managementregistering-multiple-instances-at-once/#comment-185</link>
		<dc:creator><![CDATA[heslous]]></dc:creator>
		<pubDate>Mon, 11 Mar 2013 11:45:39 +0000</pubDate>
		<guid isPermaLink="false">https://sqlbg.wordpress.com/2010/11/02/sql-server-centralized-managementregistering-multiple-instances-at-once/#comment-185</guid>
		<description><![CDATA[Hello
Thanks a lot for this post
i did the exact same stuff months ago
But faced the issue that finally did not make me happy with this tool
1/ supports only windows auth
2/ how can i create and submit jobs against all this registered servers

I ll be so pleased to find a way to schedule jobs
Any clue ?]]></description>
		<content:encoded><![CDATA[<p>Hello<br />
Thanks a lot for this post<br />
i did the exact same stuff months ago<br />
But faced the issue that finally did not make me happy with this tool<br />
1/ supports only windows auth<br />
2/ how can i create and submit jobs against all this registered servers</p>
<p>I ll be so pleased to find a way to schedule jobs<br />
Any clue ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Centralized Management&#8211;registering multiple instances at once by Elijah W. Gagne</title>
		<link>http://sqlbg.wordpress.com/2010/11/02/sql-server-centralized-managementregistering-multiple-instances-at-once/#comment-184</link>
		<dc:creator><![CDATA[Elijah W. Gagne]]></dc:creator>
		<pubDate>Sun, 10 Mar 2013 16:45:59 +0000</pubDate>
		<guid isPermaLink="false">https://sqlbg.wordpress.com/2010/11/02/sql-server-centralized-managementregistering-multiple-instances-at-once/#comment-184</guid>
		<description><![CDATA[This is great. I wrote a similar PowerShell script that takes as input a CSV. The result is an export file that categorizing the servers into folders and color codes them. I wrote about it at: http://www.elijahg.com/post/2013/03/10/Create-A-SSMS-Export-File]]></description>
		<content:encoded><![CDATA[<p>This is great. I wrote a similar PowerShell script that takes as input a CSV. The result is an export file that categorizing the servers into folders and color codes them. I wrote about it at: <a href="http://www.elijahg.com/post/2013/03/10/Create-A-SSMS-Export-File" rel="nofollow">http://www.elijahg.com/post/2013/03/10/Create-A-SSMS-Export-File</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server CMS &#8211; where are locally registered servers stored by Johan</title>
		<link>http://sqlbg.wordpress.com/2011/02/18/sql-server-cms-where-are-locally-registered-servers-stored/#comment-168</link>
		<dc:creator><![CDATA[Johan]]></dc:creator>
		<pubDate>Fri, 11 Jan 2013 11:51:48 +0000</pubDate>
		<guid isPermaLink="false">https://sqlbg.wordpress.com/2011/02/18/sql-server-cms-where-are-locally-registered-servers-stored/#comment-168</guid>
		<description><![CDATA[nice, been looking for this.
Thanks!]]></description>
		<content:encoded><![CDATA[<p>nice, been looking for this.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating dual Y-axis chart in SSRS 2008 by sid</title>
		<link>http://sqlbg.wordpress.com/2010/03/18/creating-dual-y-axis-chart-in-ssrs-2008/#comment-159</link>
		<dc:creator><![CDATA[sid]]></dc:creator>
		<pubDate>Fri, 14 Dec 2012 03:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbg.wordpress.com/2010/03/18/creating-dual-y-axis-chart-in-ssrs-2008#comment-159</guid>
		<description><![CDATA[Great help]]></description>
		<content:encoded><![CDATA[<p>Great help</p>
]]></content:encoded>
	</item>
</channel>
</rss>
