<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblogcasts.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>Martin Bell UK SQL Server MVP - All Comments</title><link>http://sqlblogcasts.com/blogs/martinbell/default.aspx</link><description>Views of a UK SQL Server MVP on anything SQL Server, T-SQL, Performance Tuning, Profiler, Integration Services, Testing, Best Practices and anything else that is rattling around in my head!</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>re: Vital Statistics</title><link>http://sqlblogcasts.com/blogs/martinbell/archive/2012/01/21/Vital-Statistics.aspx#16104</link><pubDate>Fri, 27 Jan 2012 22:48:54 GMT</pubDate><guid isPermaLink="false">fa8c4e8e-46a3-4193-8264-2c1a9cb3475d:16104</guid><dc:creator>NeilHambly</dc:creator><description>&lt;p&gt;Martin &amp;nbsp;- funnily I did a few recent blog posts on Stat's cardinality and the useful &lt;/p&gt;
&lt;p&gt;DBCC SHOW_STATISTIC with STAT_HEADER JOIN DENSITY_VECTOR &lt;/p&gt;
&lt;p&gt;my automated collection script for this can be found @ &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://sqlblogcasts.com/blogs/neilhambly"&gt;sqlblogcasts.com/.../neilhambly&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=16104" width="1" height="1"&gt;</description></item><item><title>sqlserver by alligin - Pearltrees</title><link>http://sqlblogcasts.com/blogs/martinbell/archive/2009/06/02/How-to-execute-multiple-sql-scripts.aspx#16076</link><pubDate>Sun, 08 Jan 2012 12:47:42 GMT</pubDate><guid isPermaLink="false">fa8c4e8e-46a3-4193-8264-2c1a9cb3475d:16076</guid><dc:creator>sqlserver by alligin - Pearltrees</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;sqlserver by alligin - Pearltrees&lt;/p&gt;
&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=16076" width="1" height="1"&gt;</description></item><item><title>Cambiar el COLLATION de una base de datos y todas las columnas</title><link>http://sqlblogcasts.com/blogs/martinbell/archive/2011/03/07/Changing-Database-Collations-with-Powershell.aspx#15968</link><pubDate>Fri, 11 Nov 2011 05:10:37 GMT</pubDate><guid isPermaLink="false">fa8c4e8e-46a3-4193-8264-2c1a9cb3475d:15968</guid><dc:creator>Blog de Jose Mariano Alvarez </dc:creator><description>&lt;p&gt;Cambiar el COLLATION de una base de datos y todas las columnas&lt;/p&gt;
&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=15968" width="1" height="1"&gt;</description></item><item><title>re: Changing database collations with Powershell</title><link>http://sqlblogcasts.com/blogs/martinbell/archive/2011/03/07/Changing-Database-Collations-with-Powershell.aspx#15967</link><pubDate>Fri, 11 Nov 2011 04:26:08 GMT</pubDate><guid isPermaLink="false">fa8c4e8e-46a3-4193-8264-2c1a9cb3475d:15967</guid><dc:creator>JMAlvarez</dc:creator><description>&lt;p&gt;Excellent script. I've used it twice and it worked perfect.&lt;/p&gt;
&lt;p&gt;There is an small error in the script that is repeated in all functions that generate the TSQL scripts. It only occurs when connecting to the database using a username and password for SQL Server authentication . &lt;/p&gt;
&lt;p&gt;On the line where says&lt;/p&gt;
&lt;p&gt;$Scripter=New-Object (&amp;quot;Microsoft.SqlServer.Management.Smo.Scripter&amp;quot;) ($srv.Name) &amp;nbsp;;&lt;/p&gt;
&lt;p&gt;Should read.&lt;/p&gt;
&lt;p&gt;$Scripter=New-Object (&amp;quot;Microsoft.SqlServer.Management.Smo.Scripter&amp;quot;) ($srv)&lt;/p&gt;
&lt;p&gt;The &amp;quot;Smo.Scripter&amp;quot; &amp;nbsp;object &amp;nbsp;constructor parameter is an object of type &amp;quot;Smo.Server&amp;quot; and if not valid it &amp;nbsp;try to use Windows credentials.&lt;/p&gt;
&lt;p&gt;Please, apologize my english.&lt;/p&gt;
&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=15967" width="1" height="1"&gt;</description></item><item><title>Returning GUID values to ADO.NET clients</title><link>http://sqlblogcasts.com/blogs/martinbell/archive/2009/06/08/Wot-no-SCOPE_5F00_GUID-function_3F00_.aspx#15958</link><pubDate>Fri, 04 Nov 2011 20:51:28 GMT</pubDate><guid isPermaLink="false">fa8c4e8e-46a3-4193-8264-2c1a9cb3475d:15958</guid><dc:creator>Martin Bell UK SQL Server MVP</dc:creator><description>&lt;p&gt;My previous post showed how to return a database generated GUID as a stored procedure parameter, but if more than one GUID is generated what do you do?&lt;/p&gt;
&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=15958" width="1" height="1"&gt;</description></item><item><title>Dew Drop &amp;ndash; November 1, 2011 | Alvin Ashcraft&amp;#039;s Morning Dew</title><link>http://sqlblogcasts.com/blogs/martinbell/archive/2011/10/31/Using-Powershell-to-remove-strings-in-files.aspx#15951</link><pubDate>Tue, 01 Nov 2011 13:35:01 GMT</pubDate><guid isPermaLink="false">fa8c4e8e-46a3-4193-8264-2c1a9cb3475d:15951</guid><dc:creator>Dew Drop – November 1, 2011 | Alvin Ashcraft's Morning Dew</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Dew Drop &amp;amp;ndash; November 1, 2011 | Alvin Ashcraft&amp;amp;#039;s Morning Dew&lt;/p&gt;
&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=15951" width="1" height="1"&gt;</description></item><item><title>Using Powershell to remove strings in files</title><link>http://sqlblogcasts.com/blogs/martinbell/archive/2009/06/02/How-to-execute-multiple-sql-scripts.aspx#15949</link><pubDate>Mon, 31 Oct 2011 22:26:54 GMT</pubDate><guid isPermaLink="false">fa8c4e8e-46a3-4193-8264-2c1a9cb3475d:15949</guid><dc:creator>Martin Bell UK SQL Server MVP</dc:creator><description>&lt;p&gt;One problem with building databases using batch files is the sys,sys_dependencies messages.&lt;/p&gt;
&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=15949" width="1" height="1"&gt;</description></item><item><title>Finance Search &amp;#8211; SQL Server Management Studio Express CTP</title><link>http://sqlblogcasts.com/blogs/martinbell/archive/2009/07/23/Speeding-up-SQL-Server-Management-Studio-startup.aspx#15935</link><pubDate>Tue, 18 Oct 2011 23:24:49 GMT</pubDate><guid isPermaLink="false">fa8c4e8e-46a3-4193-8264-2c1a9cb3475d:15935</guid><dc:creator>Finance Search – SQL Server Management Studio Express CTP</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Finance Search &amp;amp;#8211; SQL Server Management Studio Express CTP&lt;/p&gt;
&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=15935" width="1" height="1"&gt;</description></item><item><title>Dew Drop &amp;ndash; August 29, 2011 | Alvin Ashcraft&amp;#039;s Morning Dew</title><link>http://sqlblogcasts.com/blogs/martinbell/archive/2011/08/27/my-big-problem-with-sql-server-denali.aspx#15850</link><pubDate>Mon, 29 Aug 2011 12:19:16 GMT</pubDate><guid isPermaLink="false">fa8c4e8e-46a3-4193-8264-2c1a9cb3475d:15850</guid><dc:creator>Dew Drop – August 29, 2011 | Alvin Ashcraft's Morning Dew</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Dew Drop &amp;amp;ndash; August 29, 2011 | Alvin Ashcraft&amp;amp;#039;s Morning Dew&lt;/p&gt;
&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=15850" width="1" height="1"&gt;</description></item><item><title>Volume Freespace</title><link>http://sqlblogcasts.com/blogs/martinbell/archive/2011/07/06/Mount-point-Permission-Issues.aspx#15817</link><pubDate>Wed, 27 Jul 2011 20:14:54 GMT</pubDate><guid isPermaLink="false">fa8c4e8e-46a3-4193-8264-2c1a9cb3475d:15817</guid><dc:creator>Martin Bell UK SQL Server MVP</dc:creator><description>&lt;p&gt;In my last blog post I talked about a problem where the incorrect permissions on a mount point directory&lt;/p&gt;
&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=15817" width="1" height="1"&gt;</description></item></channel></rss>
