<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Microsoft SQL Server Front End Blog</title><subtitle type="html">The writers of this blog are a part of the Microsoft SQL Server Manageability team. We will be blogging about our tools, scripts, webcasts, and miscellaneous tips that will help you get the most out of SQL Agent, Data collector and other tools </subtitle><id>http://blogs.msdn.com/b/sqlagent/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/sqlagent/" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/b/sqlagent/atom.aspx" /><generator uri="http://telligent.com" version="5.6.50428.7875">Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><updated>2012-08-28T12:51:00Z</updated><entry><title>Code sample: Compressed SQL Server database backup to Windows Azure Storage</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/sqlagent/archive/2013/03/01/code-sample-compressed-sql-server-database-backup-to-windows-azure-storage.aspx" /><id>http://blogs.msdn.com/b/sqlagent/archive/2013/03/01/code-sample-compressed-sql-server-database-backup-to-windows-azure-storage.aspx</id><published>2013-03-01T18:57:55Z</published><updated>2013-03-01T18:57:55Z</updated><content type="html">&lt;p&gt;SMO code sample to perform a compressed SQL Server database backup&amp;nbsp; to Windows Azure Storage is available at&amp;nbsp; &lt;a href="http://code.msdn.microsoft.com/Backup-SQL-Server-database-0824dbfb"&gt;http://code.msdn.microsoft.com/Backup-SQL-Server-database-0824dbfb&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can read about Backup to Windows Azure Storage Service&amp;nbsp; here - &lt;a href="http://blogs.msdn.com/b/sqlagent/archive/2013/01/24/sql-server-backup-and-restore-with-windows-azure-blob-storage-service.aspx"&gt;http://blogs.msdn.com/b/sqlagent/archive/2013/01/24/sql-server-backup-and-restore-with-windows-azure-blob-storage-service.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10398603" width="1" height="1"&gt;</content><author><name>Sethu Srinivasan</name><uri>http://blogs.msdn.com/sethus/ProfileUrlRedirect.ashx</uri></author><category term="SMO" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/SMO/" /><category term="Backup" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/Backup/" /></entry><entry><title>Activity Monitor in SQL Server 2012 SP1</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/sqlagent/archive/2013/02/07/activity-monitor-in-sql-server-2012-sp1.aspx" /><id>http://blogs.msdn.com/b/sqlagent/archive/2013/02/07/activity-monitor-in-sql-server-2012-sp1.aspx</id><published>2013-02-07T21:52:00Z</published><updated>2013-02-07T21:52:00Z</updated><content type="html">&lt;p&gt;In SQL Server 2012 Service Pack 1 few changes were made in Activity Monitor. We had to stop using &lt;strong&gt;PerformanceCounterCategory &lt;/strong&gt;class to get information about number of logical CPUs on the remote machine and switched to using more accurate information available via &lt;strong&gt;WMI &lt;/strong&gt;(&lt;em&gt;Win32_ComputerSystem.NumberOfLogicalProcessors &lt;/em&gt;if you&amp;rsquo;re looking for technical details).&lt;/p&gt;
&lt;p&gt;Unfortunately it caused problems for existing customers in few very specific situations. Few bugs were reported by our customers:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://connect.microsoft.com/SQLServer/feedback/details/770897/after-installing-sp1-sql-server-2012-activity-monitor-gives-access-denied"&gt;https://connect.microsoft.com/SQLServer/feedback/details/770897/after-installing-sp1-sql-server-2012-activity-monitor-gives-access-denied&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://connect.microsoft.com/SQLServer/feedback/details/771843/ssms-2012-sp1-activity-monitor-not-working-against-2008-r2"&gt;https://connect.microsoft.com/SQLServer/feedback/details/771843/ssms-2012-sp1-activity-monitor-not-working-against-2008-r2&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In all cases problems were seen when running SSMS Activity Monitor from SQL Server 2012 SP1 trying to get CPU utilization graph from the remote servers running SQL Server 2008 R2 on Windows Server 2003. We didn&amp;rsquo;t see any reports when connecting to more recent version of SQL Server and more recent version of Windows Server.&lt;/p&gt;
&lt;p&gt;There are two different errors you might see: &amp;ldquo;Access Denied&amp;rdquo; or &amp;ldquo;Invalid Query&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;If you are experiencing&lt;strong&gt; "Access Denied"&lt;/strong&gt; errors you need to enable DCOM rights on the remote machine to allow WMI connections from the machine you&amp;rsquo;re running SSMS on. Here are the steps to do this:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Click Start, click Run, type DCOMCNFG, and then click OK.&lt;/li&gt;
&lt;li&gt;In the Component Services dialog box, expand Component Services, expand Computers and then right-click My Computer and click Properties.&lt;/li&gt;
&lt;li&gt;In the My Computer Properties dialog box, click the COM Security tab.&lt;/li&gt;
&lt;li&gt;Under Launch and Activation Permissions, click Edit Limits.&lt;/li&gt;
&lt;li&gt;In the Launch Permission dialog box, select your user and group in the Group or user names box. In the Allow column under Permissions for User, select Remote Launch and select Remote Activation, and then click OK.&lt;/li&gt;
&lt;li&gt;Under Access Permissions, click Edit Limits and give Remote Access to your user.&lt;/li&gt;
&lt;li&gt;Go to DCOM Config(Expand My Computer), find "Windows Management Instrumentation", right-click and select Properties.&lt;/li&gt;
&lt;li&gt;In the Security tab, click on Edit under Launch and Activation Permissions, and give your user Remote Launch and Remote Activation.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;For more information, see Securing a Remote WMI Connection&amp;nbsp;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa393266(v=vs.85).aspx"&gt;http://msdn.microsoft.com/en-us/library/windows/desktop/aa393266(v=vs.85).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re seeing&lt;strong&gt; &amp;ldquo;Invalid Query&amp;rdquo;&lt;/strong&gt; error message most likely your remote machine doesn&amp;rsquo;t have updated WMI objects. This can be easily fixed by installing the following hotfix (on the remote machine): &lt;a href="http://support.microsoft.com/kb/932370"&gt;http://support.microsoft.com/kb/932370&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10392001" width="1" height="1"&gt;</content><author><name>Vladimir Svidersky MSFT</name><uri>http://blogs.msdn.com/svidersky_4000_gmail.com/ProfileUrlRedirect.ashx</uri></author><category term="Activity Monitor" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/Activity+Monitor/" /><category term="SQL Server 2012 SP1" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/SQL+Server+2012+SP1/" /></entry><entry><title>SQL Server Backup and Restore with Windows Azure Blob Storage Service</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/sqlagent/archive/2013/01/24/sql-server-backup-and-restore-with-windows-azure-blob-storage-service.aspx" /><id>http://blogs.msdn.com/b/sqlagent/archive/2013/01/24/sql-server-backup-and-restore-with-windows-azure-blob-storage-service.aspx</id><published>2013-01-24T20:22:00Z</published><updated>2013-01-24T20:22:00Z</updated><content type="html">&lt;p&gt;In &lt;a href="http://hotfix.partners.extranet.microsoft.com/search.aspx?search=2790947"&gt;SQL Server 2012 SP1 Cumulative Update 2&lt;/a&gt;, new feature is available to backup, restore SQL Server databases&amp;nbsp;to Windows Azure Blob store.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;T-SQL Sample:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-40-41/7245.T_2D00_sql_5F00_sample.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-40-41/7245.T_2D00_sql_5F00_sample.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;C# Sample using SMO:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-40-41/2570.C_23005F00_Sample.png"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-40-41/2570.C_23005F00_Sample.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can read more about this feature here:&lt;/p&gt;
&lt;p&gt;Team Blog : &lt;a href="http://sqlblog.com/blogs/sqlos_team/archive/2013/01/24/backup-and-restore-to-cloud-simplified-in-sql-server-2012-sp1-cu2.aspx"&gt;http://sqlblog.com/blogs/sqlos_team/archive/2013/01/24/backup-and-restore-to-cloud-simplified-in-sql-server-2012-sp1-cu2.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;MSDN documentation, T-SQL, C# code samples:&amp;nbsp; &lt;a href="http://msdn.microsoft.com/en-us/library/jj919148.aspx"&gt;http://msdn.microsoft.com/en-us/library/jj919148.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please try out this feature and send us your feedback through SQL Server Connect&amp;nbsp; &lt;a href="https://connect.microsoft.com/sqLServer/feedback"&gt;https://connect.microsoft.com/sqLServer/feedback&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10388054" width="1" height="1"&gt;</content><author><name>Sethu Srinivasan</name><uri>http://blogs.msdn.com/sethus/ProfileUrlRedirect.ashx</uri></author><category term="SQl Server" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/SQl+Server/" /><category term="SMO" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/SMO/" /></entry><entry><title>SQL Server 2000 will no longer be supported</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/sqlagent/archive/2013/01/22/sql-server-2000-extended-support-for-sql-server-2000-ending-soon.aspx" /><id>http://blogs.msdn.com/b/sqlagent/archive/2013/01/22/sql-server-2000-extended-support-for-sql-server-2000-ending-soon.aspx</id><published>2013-01-22T19:57:00Z</published><updated>2013-01-22T19:57:00Z</updated><content type="html">&lt;p&gt;You can refer to section "SQL Server 2000 Support Information"&amp;nbsp;in link - &amp;nbsp;&lt;a href="http://www.microsoft.com/en-us/sqlserver/support/support-updates.aspx"&gt;http://www.microsoft.com/en-us/sqlserver/support/support-updates.aspx&lt;/a&gt;&amp;nbsp;.&amp;nbsp;If you are using SQL 2000, please consider upgrading to latest version of SQL Server as soon as possible.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Upgrade to SQL 2008 R2 - &lt;a href="http://msdn.microsoft.com/en-us/library/bb677622(v=SQL.105).aspx"&gt;http://msdn.microsoft.com/en-us/library/bb677622(v=SQL.105).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Upgrade to SQL Server 2012 - &lt;a href="http://technet.microsoft.com/en-us/library/bb677622.aspx"&gt;http://technet.microsoft.com/en-us/library/bb677622.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10387294" width="1" height="1"&gt;</content><author><name>Sethu Srinivasan</name><uri>http://blogs.msdn.com/sethus/ProfileUrlRedirect.ashx</uri></author><category term="SQl Server" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/SQl+Server/" /><category term="SQL Server Agent" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/SQL+Server+Agent/" /><category term="Database Mail" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/Database+Mail/" /></entry><entry><title>Latest service packs and cumulative updates for SQL Server</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/sqlagent/archive/2012/12/05/latest-service-packs-and-cumulative-updates-for-sql-server.aspx" /><id>http://blogs.msdn.com/b/sqlagent/archive/2012/12/05/latest-service-packs-and-cumulative-updates-for-sql-server.aspx</id><published>2012-12-05T18:49:34Z</published><updated>2012-12-05T18:49:34Z</updated><content type="html">&lt;p&gt;Links for Latest service pack and cumulative updates for SQL Server&amp;nbsp; - &amp;nbsp;&lt;a href="http://technet.microsoft.com/en-us/sqlserver/ff803383.aspx"&gt;http://technet.microsoft.com/en-us/sqlserver/ff803383.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10374944" width="1" height="1"&gt;</content><author><name>Sethu Srinivasan</name><uri>http://blogs.msdn.com/sethus/ProfileUrlRedirect.ashx</uri></author><category term="SQL Server Agent" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/SQL+Server+Agent/" /><category term="SQL Agent Logger" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/SQL+Agent+Logger/" /></entry><entry><title>SQL 2012 SP1 available for download</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/sqlagent/archive/2012/11/14/sql-2012-sp1-available-for-download.aspx" /><id>http://blogs.msdn.com/b/sqlagent/archive/2012/11/14/sql-2012-sp1-available-for-download.aspx</id><published>2012-11-14T16:52:20Z</published><updated>2012-11-14T16:52:20Z</updated><content type="html">&lt;p&gt;You can download SQL 2012 SP1 from &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=35575"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=35575&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please send us your feedback / any issues to SQL Server feedback &lt;a href="http://connect.microsoft.com/SQLServer/feedback/"&gt;http://connect.microsoft.com/SQLServer/feedback/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10368561" width="1" height="1"&gt;</content><author><name>Sethu Srinivasan</name><uri>http://blogs.msdn.com/sethus/ProfileUrlRedirect.ashx</uri></author><category term="SQL Server Agent" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/SQL+Server+Agent/" /><category term="SMO" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/SMO/" /></entry><entry><title>Troubleshooting Windows Azure SQL Database</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/sqlagent/archive/2012/11/02/troubleshooting-windows-azure-sql-database.aspx" /><id>http://blogs.msdn.com/b/sqlagent/archive/2012/11/02/troubleshooting-windows-azure-sql-database.aspx</id><published>2012-11-02T19:38:17Z</published><updated>2012-11-02T19:38:17Z</updated><content type="html">&lt;p&gt;Wayne has published blog article explaining how you could use these new DMVs to Troubleshoot SQL Azure database&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/wayneb/archive/2012/11/02/introducing-sys-database-connection-stats-for-troubleshooting-windows-azure-sql-database.aspx"&gt;http://blogs.msdn.com/b/wayneb/archive/2012/11/02/introducing-sys-database-connection-stats-for-troubleshooting-windows-azure-sql-database.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;MSDN Reference : &lt;a href="http://msdn.microsoft.com/en-us/library/windowsazure/ee730906.aspx"&gt;http://msdn.microsoft.com/en-us/library/windowsazure/ee730906.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10365356" width="1" height="1"&gt;</content><author><name>Sethu Srinivasan</name><uri>http://blogs.msdn.com/sethus/ProfileUrlRedirect.ashx</uri></author><category term="SQL Azure" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/SQL+Azure/" /></entry><entry><title>SQL Server 2012 SP1 CTP4 Now Available</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/sqlagent/archive/2012/09/21/sql-server-2012-sp1-ctp4-now-available.aspx" /><id>http://blogs.msdn.com/b/sqlagent/archive/2012/09/21/sql-server-2012-sp1-ctp4-now-available.aspx</id><published>2012-09-21T15:08:20Z</published><updated>2012-09-21T15:08:20Z</updated><content type="html">&lt;p&gt;SQL Server 2012 SP1 CTP4 Now Available- &lt;a href="http://blogs.technet.com/b/dataplatforminsider/archive/2012/09/20/sql-server-2012-sp1-ctp4-now-available.aspx"&gt;http://blogs.technet.com/b/dataplatforminsider/archive/2012/09/20/sql-server-2012-sp1-ctp4-now-available.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Segoe UI; font-size: x-small;" face="Segoe UI" size="2"&gt;Customers running SQL Server 2012 can download and test the SP1 CTP4 and send feedback to us at &lt;a href="https://connect.microsoft.com/SQLServer/Feedback"&gt;https://connect.microsoft.com/SQLServer/Feedback&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Segoe UI; font-size: x-small;" face="Segoe UI" size="2"&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=257796" target="_blank"&gt;SQL Server 2012 SP1 CTP4 &lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Segoe UI; font-size: x-small;" face="Segoe UI" size="2"&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=257783&amp;amp;" target="_blank"&gt;SQL Server 2012 SP1 CTP4 Express&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Segoe UI; font-size: x-small;" face="Segoe UI" size="2"&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=263965&amp;amp;" target="_blank"&gt;SQL Server 2012 SP1 CTP4 Feature Pack&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10352071" width="1" height="1"&gt;</content><author><name>Sethu Srinivasan</name><uri>http://blogs.msdn.com/sethus/ProfileUrlRedirect.ashx</uri></author><category term="SQl Server" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/SQl+Server/" /></entry><entry><title>Management Data Warehouse overview report</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/sqlagent/archive/2012/09/04/data-collector-overview-report-for-multiple-instances.aspx" /><id>http://blogs.msdn.com/b/sqlagent/archive/2012/09/04/data-collector-overview-report-for-multiple-instances.aspx</id><published>2012-09-04T18:18:00Z</published><updated>2012-09-04T18:18:00Z</updated><content type="html">&lt;p&gt;You can view all data in Management data warehouse for all instances that upload collected data to the warehouse database using "Management Datawarehouse overview report"&lt;/p&gt;
&lt;p&gt;You can view this report by following these steps&lt;br /&gt;1) Open SQL Server management Studio, Connect to&amp;nbsp; SQL Server instance that is hosting Management data warehouse database (MDW)&lt;/p&gt;
&lt;p&gt;2) Right click on MDW database, Select Menu &lt;br /&gt;Reports -&amp;gt; Management DataWarehouse -&amp;gt; Management Datawarehouse overview&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-40-41/0675.Launch_5F00_ManagementWarehouseReports_5F00_Overview.png"&gt;&lt;img alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-40-41/0675.Launch_5F00_ManagementWarehouseReports_5F00_Overview.png" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;3) On right pane you will see a report that list all the instances that upload collected data to this MDW. &lt;br /&gt;for each instance, you can launch the hyperlinks for reports that lets you view data collected by system collection sets&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-40-41/6318.MDW_5F00_Overview_5F00_AllServers.png"&gt;&lt;img alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-40-41/6318.MDW_5F00_Overview_5F00_AllServers.png" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Related Connect Feedback :&amp;nbsp; &lt;a href="http://connect.microsoft.com/SQLServer/feedback/details/648960/datacollector-for-sql-server-2008-view-reports-issue"&gt;http://connect.microsoft.com/SQLServer/feedback/details/648960/datacollector-for-sql-server-2008-view-reports-issue&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10346274" width="1" height="1"&gt;</content><author><name>Sethu Srinivasan</name><uri>http://blogs.msdn.com/sethus/ProfileUrlRedirect.ashx</uri></author><category term="Data Collector" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/Data+Collector/" /><category term="reports" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/reports/" /><category term="SSMS Reports" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/SSMS+Reports/" /></entry><entry><title>Power shell  to script tables and procedures (with dependencies) and permissions</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/sqlagent/archive/2012/08/28/using-powershell-script-to-script-out-tables-and-procedures-with-dependencies-and-permissions.aspx" /><link rel="enclosure" type="application/octet-stream" length="1384" href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-components-postattachments/00-10-34-43-44/script_5F00_object_5F00_and_5F00_permissions.ps1" /><id>http://blogs.msdn.com/b/sqlagent/archive/2012/08/28/using-powershell-script-to-script-out-tables-and-procedures-with-dependencies-and-permissions.aspx</id><published>2012-08-28T19:51:00Z</published><updated>2012-08-28T19:51:00Z</updated><content type="html">&lt;p&gt;You can&amp;nbsp; use Power shell and SMO to script out objects&amp;nbsp; and its dependents in a database along with object permissions. This blogs entry has a sample power shell script that you can use to generate script in automated way.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-40-41/8204.scripting_5F00_screenshot.PNG"&gt;&lt;img alt="" src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-40-41/8204.scripting_5F00_screenshot.PNG" border="0" /&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-40-41/2046.scripting_5F00_screenshot.PNG"&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-40-41/8838.script_5F00_Objects.PNG"&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10344344" width="1" height="1"&gt;</content><author><name>Sethu Srinivasan</name><uri>http://blogs.msdn.com/sethus/ProfileUrlRedirect.ashx</uri></author><category term="SMO" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/SMO/" /><category term="scripting" scheme="http://blogs.msdn.com/b/sqlagent/archive/tags/scripting/" /></entry></feed>