<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Niels SQL Server Blog</title><link>http://www.sqljunkies.com/WebLog/nielsb/default.aspx</link><description>musings about SQL server</description><dc:language>en-US</dc:language><generator>CommunityServer 1.0 (Build: 1.0.1.50214)</generator><item><title>Rebooting the Blog</title><link>http://www.sqljunkies.com/WebLog/nielsb/archive/2006/08/21/22479.aspx</link><pubDate>Mon, 21 Aug 2006 12:42:00 GMT</pubDate><guid isPermaLink="false">d2584c15-f6ef-46f7-a2d4-24fc0e143e76:22479</guid><dc:creator>nielsb</dc:creator><slash:comments>0</slash:comments><comments>http://www.sqljunkies.com/WebLog/nielsb/comments/22479.aspx</comments><wfw:commentRss>http://www.sqljunkies.com/WebLog/nielsb/commentrss.aspx?PostID=22479</wfw:commentRss><description>&lt;P&gt;My blog has moved to &lt;a href="http://sqlblogcasts.com/blogs/nielsb"&gt;sqlblogcasts.com/blogs/nielsb&lt;/a&gt;&lt;BR&gt;
The full version of this post can be found &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2264.aspx"&gt; here., http://sqlblogcasts.com/blogs/nielsb/Rebooting the Blog&lt;/A&gt;&lt;BR&gt;
The new RSS feed is &lt;a href="http://sqlblogcasts.com/blogs/nielsb/Rss.aspx"&gt;here&lt;/a&gt;&lt;/P&gt;&lt;p&gt;I’ve been blogging on and off (mosly off)
for a couple of years now, and blogging has been trying to quit smoking
- but the opposite: you keep it up (blogging) for a while but then you
fall back into the old habits (not blogging).
&lt;P&gt;... To read the complete version of this post go &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2264.aspx"&gt;here, http://sqlblogcasts.com/blogs/nielsb/Rebooting the Blog&lt;/A&gt;&lt;/P&gt;&lt;img src="http://www.sqljunkies.com/WebLog/aggbug.aspx?PostID=22479" width="1" height="1"&gt;</description></item><item><title>The Devil Wears Skates ...</title><link>http://www.sqljunkies.com/WebLog/nielsb/archive/2006/05/13/20988.aspx</link><pubDate>Sat, 13 May 2006 18:22:00 GMT</pubDate><guid isPermaLink="false">d2584c15-f6ef-46f7-a2d4-24fc0e143e76:20988</guid><dc:creator>nielsb</dc:creator><slash:comments>0</slash:comments><comments>http://www.sqljunkies.com/WebLog/nielsb/comments/20988.aspx</comments><wfw:commentRss>http://www.sqljunkies.com/WebLog/nielsb/commentrss.aspx?PostID=20988</wfw:commentRss><description>&lt;P&gt;My blog has moved to &lt;a href="http://sqlblogcasts.com/blogs/nielsb"&gt;sqlblogcasts.com/blogs/nielsb&lt;/a&gt;&lt;BR&gt;
The full version of this post can be found &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2265.aspx"&gt; here., http://sqlblogcasts.com/blogs/nielsb/The Devil Wears Skates ...&lt;/A&gt;&lt;BR&gt;
The new RSS feed is &lt;a href="http://sqlblogcasts.com/blogs/nielsb/Rss.aspx"&gt;here&lt;/a&gt;&lt;/P&gt;..... the hell has frozen over. What am I on about?

&lt;br&gt;&lt;br&gt;I wrote in my earlier &lt;a href="http://staff.develop.com/nielsb/ct.ashx?id=8ee3852c-c314-444b-ac04-3500e8128f81&amp;amp;url=http%3a%2f%2fstaff.develop.com%2fnielsb%2fPermaLink%2cguid%2cc5dbe93e-dbd7-4da9-85ab-e466a10e0a61.aspx"&gt;post&lt;/a&gt;
today that I was checking out a new blog client, and that the reason
for it would become clear in a future post - well this is it.
I have trough out my whole computing life been a Microsoft/Windows guy
through and through. I started way back in the Windows 1.0 days and I
have been faithful ever since. 
&lt;P&gt;... To read the complete version of this post go &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2265.aspx"&gt;here, http://sqlblogcasts.com/blogs/nielsb/The Devil Wears Skates ...&lt;/A&gt;&lt;/P&gt;&lt;img src="http://www.sqljunkies.com/WebLog/aggbug.aspx?PostID=20988" width="1" height="1"&gt;</description></item><item><title>New Release of SqlClrProject</title><link>http://www.sqljunkies.com/WebLog/nielsb/archive/2006/02/07/17967.aspx</link><pubDate>Tue, 07 Feb 2006 17:23:00 GMT</pubDate><guid isPermaLink="false">d2584c15-f6ef-46f7-a2d4-24fc0e143e76:17967</guid><dc:creator>nielsb</dc:creator><slash:comments>0</slash:comments><comments>http://www.sqljunkies.com/WebLog/nielsb/comments/17967.aspx</comments><wfw:commentRss>http://www.sqljunkies.com/WebLog/nielsb/commentrss.aspx?PostID=17967</wfw:commentRss><description>&lt;p&gt;Back in December I released a new version of SqlClrProject, it was followed 
by an update in January. After the update I received some functionality requests 
- being able to define the names of the parameters that are being created. Some 
times, the names you want to give to your procedure/function parameters may not 
be valid .NET param names, so in those cases it can be useful to be able to 
explicitly define the names.&lt;/p&gt;
&lt;p&gt;Anyway, I have implemented that by defining a new custom attribute - 
SqlParamFacetAttribute -&amp;nbsp;which derives from SqlFacetAttribute. As this new 
attribute is a custom attribute it has to be deployed to SqlServer in its own 
dll. The deployment task is doing that automatically during deployment if the 
attribute dll is not here already.&lt;/p&gt;
&lt;p&gt;Here follows for you who don't know what the SqlClrProject is the marketing 
blurb:&lt;/p&gt;
&lt;p&gt;The SqlClrProject is a project type for Visual Studio 2005 for creation and 
deployment of assemblies to SQL Server 2005. It consists of templates for both 
Visual C# (C#) and Visual Basic (VB) with skeleton code for creation of CLR 
methods to be used as stored procedures, User Defined Functions (UDF's), 
triggers, User Defined Types (UDT's) and User Defined Aggregates (UDA's). Some 
of the features are:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Ability to deploy the assembly to SQL Server and create the SQL Server 
methods, all from inside the Visual Studio IDE.&lt;/li&gt;&lt;li&gt;Automatic creation of T-SQL deployment scripts.&lt;/li&gt;&lt;li&gt;Automatic creation of T-SQL DML scripts for testing of the created 
objects.&lt;/li&gt;&lt;li&gt;Ability to alter an assembly and only deploy newly added methods from the 
assembly.&lt;/li&gt;&lt;li&gt;Ability to create objects in a non default schema 
"schemaname.objectname".&lt;/li&gt;&lt;li&gt;Debug facilities from inside VS.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;For you who have used the SQL Server Project project type from VS to do 
this, you may wonder what the differences are. Things that the SqlClrProject 
allows you to do, which the VS SQL Server project can't do:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Automatic creation of T-SQL deployment scripts.&lt;/li&gt;&lt;li&gt;Automatic creation of T-SQL DML scripts for testing of the created 
objects.&lt;/li&gt;&lt;li&gt;Ability to alter an assembly and only deploy newly added methods from the 
assembly.&lt;/li&gt;&lt;li&gt;Ability to create objects in a non default schema 
"schemaname.objectname".&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;You can download it from &lt;a href="http://staff.develop.com/nielsb/code/deploypropandaddin.zip"&gt;here [0]&lt;/a&gt;. 
After download, unzip the zip file and read the instructions for installation in 
the README.txt file.&lt;/p&gt;&lt;img src="http://www.sqljunkies.com/WebLog/aggbug.aspx?PostID=17967" width="1" height="1"&gt;</description></item><item><title>Updated Version of SqlClrProject</title><link>http://www.sqljunkies.com/WebLog/nielsb/archive/2006/01/10/17800.aspx</link><pubDate>Tue, 10 Jan 2006 07:15:00 GMT</pubDate><guid isPermaLink="false">d2584c15-f6ef-46f7-a2d4-24fc0e143e76:17800</guid><dc:creator>nielsb</dc:creator><slash:comments>0</slash:comments><comments>http://www.sqljunkies.com/WebLog/nielsb/comments/17800.aspx</comments><wfw:commentRss>http://www.sqljunkies.com/WebLog/nielsb/commentrss.aspx?PostID=17800</wfw:commentRss><description>&lt;P&gt;My blog has moved to &lt;a href="http://sqlblogcasts.com/blogs/nielsb"&gt;sqlblogcasts.com/blogs/nielsb&lt;/a&gt;&lt;BR&gt;
The full version of this post can be found &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2267.aspx"&gt; here., http://sqlblogcasts.com/blogs/nielsb/Updated Version of SqlClrProject&lt;/A&gt;&lt;BR&gt;
The new RSS feed is &lt;a href="http://sqlblogcasts.com/blogs/nielsb/Rss.aspx"&gt;here&lt;/a&gt;&lt;/P&gt;Back in December (26:th to be exact) I released a new version of the SqlClrProject and wrote about it &lt;a href="http://staff.develop.com/nielsb/ct.ashx?id=eb406454-ad5e-4714-a14e-84184499deb4&amp;url=http%3a%2f%2fstaff.develop.com%2fnielsb%2fPermaLink%2cguid%2c200487e5-f2e2-449c-8a3f-ee28e6aa8735.aspx"&gt;here&lt;/a&gt; [0].&lt;p&gt;One
drawback of the deployment functionality was that you could only deploy
locally as the deployment process used the CREATE ASSEMBLY based on the
location of the assembly; i.e. CREATE ASSEMBLY myasm FROM 'path_to_dll'.
&lt;P&gt;... To read the complete version of this post go &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2267.aspx"&gt;here, http://sqlblogcasts.com/blogs/nielsb/Updated Version of SqlClrProject&lt;/A&gt;&lt;/P&gt;&lt;img src="http://www.sqljunkies.com/WebLog/aggbug.aspx?PostID=17800" width="1" height="1"&gt;</description></item><item><title>SQL Server Service Broker Admin Tool for SQL Server 2005 RTM</title><link>http://www.sqljunkies.com/WebLog/nielsb/archive/2005/12/27/17701.aspx</link><pubDate>Tue, 27 Dec 2005 18:53:00 GMT</pubDate><guid isPermaLink="false">d2584c15-f6ef-46f7-a2d4-24fc0e143e76:17701</guid><dc:creator>nielsb</dc:creator><slash:comments>1</slash:comments><comments>http://www.sqljunkies.com/WebLog/nielsb/comments/17701.aspx</comments><wfw:commentRss>http://www.sqljunkies.com/WebLog/nielsb/commentrss.aspx?PostID=17701</wfw:commentRss><description>&lt;P&gt;My blog has moved to &lt;a href="http://sqlblogcasts.com/blogs/nielsb"&gt;sqlblogcasts.com/blogs/nielsb&lt;/a&gt;&lt;BR&gt;
The full version of this post can be found &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2268.aspx"&gt; here., http://sqlblogcasts.com/blogs/nielsb/SQL Server Service Broker Admin Tool for SQL Server 2005 RTM&lt;/A&gt;&lt;BR&gt;
The new RSS feed is &lt;a href="http://sqlblogcasts.com/blogs/nielsb/Rss.aspx"&gt;here&lt;/a&gt;&lt;/P&gt;&lt;p&gt;Back in July I released the (then) latest version of SsbAdmin. For you who 
don'r know what it is; it's a tool which allows you to graphically administer 
SQL Server Service Broker.&lt;/p&gt;
&lt;p&gt;I have now uploaded a new version which is compiled against the released 
versions of SQL Server 2005 and .NET 2.0.
&lt;P&gt;... To read the complete version of this post go &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2268.aspx"&gt;here, http://sqlblogcasts.com/blogs/nielsb/SQL Server Service Broker Admin Tool for SQL Server 2005 RTM&lt;/A&gt;&lt;/P&gt;&lt;img src="http://www.sqljunkies.com/WebLog/aggbug.aspx?PostID=17701" width="1" height="1"&gt;</description></item><item><title>New release of SqlClrProject</title><link>http://www.sqljunkies.com/WebLog/nielsb/archive/2005/12/26/17691.aspx</link><pubDate>Mon, 26 Dec 2005 13:04:00 GMT</pubDate><guid isPermaLink="false">d2584c15-f6ef-46f7-a2d4-24fc0e143e76:17691</guid><dc:creator>nielsb</dc:creator><slash:comments>1</slash:comments><comments>http://www.sqljunkies.com/WebLog/nielsb/comments/17691.aspx</comments><wfw:commentRss>http://www.sqljunkies.com/WebLog/nielsb/commentrss.aspx?PostID=17691</wfw:commentRss><description>&lt;P&gt;My blog has moved to &lt;a href="http://sqlblogcasts.com/blogs/nielsb"&gt;sqlblogcasts.com/blogs/nielsb&lt;/a&gt;&lt;BR&gt;
The full version of this post can be found &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2266.aspx"&gt; here., http://sqlblogcasts.com/blogs/nielsb/New release of SqlClrProject&lt;/A&gt;&lt;BR&gt;
The new RSS feed is &lt;a href="http://sqlblogcasts.com/blogs/nielsb/Rss.aspx"&gt;here&lt;/a&gt;&lt;/P&gt;&lt;p&gt;I thought I better post before this year ends. :-)&lt;/p&gt;
&lt;p&gt;Anyway, you may know that I have developed a MSBUILD task dll for deployment 
of SQLCLR assemblies. I also created some templates for use from with Visual 
Studio 2005, the SQLCLRProject.
&lt;P&gt;... To read the complete version of this post go &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2266.aspx"&gt;here, http://sqlblogcasts.com/blogs/nielsb/New release of SqlClrProject&lt;/A&gt;&lt;/P&gt;&lt;img src="http://www.sqljunkies.com/WebLog/aggbug.aspx?PostID=17691" width="1" height="1"&gt;</description></item><item><title>Test from Blogjet</title><link>http://www.sqljunkies.com/WebLog/nielsb/archive/2005/08/04/16330.aspx</link><pubDate>Thu, 04 Aug 2005 15:58:00 GMT</pubDate><guid isPermaLink="false">d2584c15-f6ef-46f7-a2d4-24fc0e143e76:16330</guid><dc:creator>nielsb</dc:creator><slash:comments>0</slash:comments><comments>http://www.sqljunkies.com/WebLog/nielsb/comments/16330.aspx</comments><wfw:commentRss>http://www.sqljunkies.com/WebLog/nielsb/commentrss.aspx?PostID=16330</wfw:commentRss><description>&lt;P&gt;My blog has moved to &lt;a href="http://sqlblogcasts.com/blogs/nielsb"&gt;sqlblogcasts.com/blogs/nielsb&lt;/a&gt;&lt;BR&gt;
The full version of this post can be found &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2269.aspx"&gt; here., http://sqlblogcasts.com/blogs/nielsb/Test from Blogjet&lt;/A&gt;&lt;BR&gt;
The new RSS feed is &lt;a href="http://sqlblogcasts.com/blogs/nielsb/Rss.aspx"&gt;here&lt;/a&gt;&lt;/P&gt;This is just a test
&lt;P&gt;... To read the complete version of this post go &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2269.aspx"&gt;here, http://sqlblogcasts.com/blogs/nielsb/Test from Blogjet&lt;/A&gt;&lt;/P&gt;&lt;img src="http://www.sqljunkies.com/WebLog/aggbug.aspx?PostID=16330" width="1" height="1"&gt;</description></item><item><title>SQLCLR and CAS in SQL Server 2005</title><link>http://www.sqljunkies.com/WebLog/nielsb/archive/2005/07/30/16271.aspx</link><pubDate>Sat, 30 Jul 2005 05:32:00 GMT</pubDate><guid isPermaLink="false">d2584c15-f6ef-46f7-a2d4-24fc0e143e76:16271</guid><dc:creator>nielsb</dc:creator><slash:comments>0</slash:comments><comments>http://www.sqljunkies.com/WebLog/nielsb/comments/16271.aspx</comments><wfw:commentRss>http://www.sqljunkies.com/WebLog/nielsb/commentrss.aspx?PostID=16271</wfw:commentRss><description>&lt;P&gt;My blog has moved to &lt;a href="http://sqlblogcasts.com/blogs/nielsb"&gt;sqlblogcasts.com/blogs/nielsb&lt;/a&gt;&lt;BR&gt;
The full version of this post can be found &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2270.aspx"&gt; here., http://sqlblogcasts.com/blogs/nielsb/SQLCLR and CAS in SQL Server 2005&lt;/A&gt;&lt;BR&gt;
The new RSS feed is &lt;a href="http://sqlblogcasts.com/blogs/nielsb/Rss.aspx"&gt;here&lt;/a&gt;&lt;/P&gt;&lt;div class="itemBodyStyle"&gt;
		&lt;p&gt;By now, you who have created .NET
assemblies for execution in SQL Server 2005, know about the three
permission sets used when cataloguing an assembly:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;SAFE&lt;/li&gt;&lt;li&gt;EXTERNAL_ACCESS&lt;/li&gt;&lt;li&gt;UNSAFE&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;So, for example, if you need to access things outside of the
database you assign the permission set EXTERNAL_ACCESS to the assembly.
But what about when you do not want to allow an assembly to everything
that is possible for that particular permission set? You do not want
the assembly for example to be able to do File IO, but it should be
allowed to do external data access. 
&lt;P&gt;... To read the complete version of this post go &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2270.aspx"&gt;here, http://sqlblogcasts.com/blogs/nielsb/SQLCLR and CAS in SQL Server 2005&lt;/A&gt;&lt;/P&gt;&lt;img src="http://www.sqljunkies.com/WebLog/aggbug.aspx?PostID=16271" width="1" height="1"&gt;</description></item><item><title>SQL Server Service Broker Examples</title><link>http://www.sqljunkies.com/WebLog/nielsb/archive/2005/07/17/16089.aspx</link><pubDate>Sun, 17 Jul 2005 12:25:00 GMT</pubDate><guid isPermaLink="false">d2584c15-f6ef-46f7-a2d4-24fc0e143e76:16089</guid><dc:creator>nielsb</dc:creator><slash:comments>0</slash:comments><comments>http://www.sqljunkies.com/WebLog/nielsb/comments/16089.aspx</comments><wfw:commentRss>http://www.sqljunkies.com/WebLog/nielsb/commentrss.aspx?PostID=16089</wfw:commentRss><description>&lt;P&gt;My blog has moved to &lt;a href="http://sqlblogcasts.com/blogs/nielsb"&gt;sqlblogcasts.com/blogs/nielsb&lt;/a&gt;&lt;BR&gt;
The full version of this post can be found &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2271.aspx"&gt; here., http://sqlblogcasts.com/blogs/nielsb/SQL Server Service Broker Examples&lt;/A&gt;&lt;BR&gt;
The new RSS feed is &lt;a href="http://sqlblogcasts.com/blogs/nielsb/Rss.aspx"&gt;here&lt;/a&gt;&lt;/P&gt;&lt;p&gt;Recently there has been questions on some of the newsgroups about
examples for SQL Server Service Broker. So, yesterday on a flight back
to England I crofted up three different SQL Server projects as examples:
&lt;P&gt;... To read the complete version of this post go &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2271.aspx"&gt;here, http://sqlblogcasts.com/blogs/nielsb/SQL Server Service Broker Examples&lt;/A&gt;&lt;/P&gt;&lt;img src="http://www.sqljunkies.com/WebLog/aggbug.aspx?PostID=16089" width="1" height="1"&gt;</description></item><item><title>New Release of SQL Server Service Broker Admin tool</title><link>http://www.sqljunkies.com/WebLog/nielsb/archive/2005/07/13/16057.aspx</link><pubDate>Wed, 13 Jul 2005 14:29:00 GMT</pubDate><guid isPermaLink="false">d2584c15-f6ef-46f7-a2d4-24fc0e143e76:16057</guid><dc:creator>nielsb</dc:creator><slash:comments>0</slash:comments><comments>http://www.sqljunkies.com/WebLog/nielsb/comments/16057.aspx</comments><wfw:commentRss>http://www.sqljunkies.com/WebLog/nielsb/commentrss.aspx?PostID=16057</wfw:commentRss><description>&lt;P&gt;My blog has moved to &lt;a href="http://sqlblogcasts.com/blogs/nielsb"&gt;sqlblogcasts.com/blogs/nielsb&lt;/a&gt;&lt;BR&gt;
The full version of this post can be found &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2272.aspx"&gt; here., http://sqlblogcasts.com/blogs/nielsb/New Release of SQL Server Service Broker Admin tool&lt;/A&gt;&lt;BR&gt;
The new RSS feed is &lt;a href="http://sqlblogcasts.com/blogs/nielsb/Rss.aspx"&gt;here&lt;/a&gt;&lt;/P&gt;&lt;div class="itemBodyStyle"&gt;
		&lt;p&gt;Back in May I released the, then,
latest version of SSB Admin; an administration tool for SQL Server
Service Broker. Since then I have been travelling a lot (Portugal,
Spain, India –&amp;nbsp;to mention a few places)&amp;nbsp;and not have had time to do
much work with it. However, there has been some development and today I
have uploaded a new version of SSB Admin. Some new stuff:
&lt;P&gt;... To read the complete version of this post go &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2272.aspx"&gt;here, http://sqlblogcasts.com/blogs/nielsb/New Release of SQL Server Service Broker Admin tool&lt;/A&gt;&lt;/P&gt;&lt;img src="http://www.sqljunkies.com/WebLog/aggbug.aspx?PostID=16057" width="1" height="1"&gt;</description></item><item><title>SQL Server 2005 Service Broker Challenge is Over</title><link>http://www.sqljunkies.com/WebLog/nielsb/archive/2005/06/24/15920.aspx</link><pubDate>Fri, 24 Jun 2005 08:41:00 GMT</pubDate><guid isPermaLink="false">d2584c15-f6ef-46f7-a2d4-24fc0e143e76:15920</guid><dc:creator>nielsb</dc:creator><slash:comments>0</slash:comments><comments>http://www.sqljunkies.com/WebLog/nielsb/comments/15920.aspx</comments><wfw:commentRss>http://www.sqljunkies.com/WebLog/nielsb/commentrss.aspx?PostID=15920</wfw:commentRss><description>&lt;P&gt;My blog has moved to &lt;a href="http://sqlblogcasts.com/blogs/nielsb"&gt;sqlblogcasts.com/blogs/nielsb&lt;/a&gt;&lt;BR&gt;
The full version of this post can be found &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2273.aspx"&gt; here., http://sqlblogcasts.com/blogs/nielsb/SQL Server 2005 Service Broker Challenge is Over&lt;/A&gt;&lt;BR&gt;
The new RSS feed is &lt;a href="http://sqlblogcasts.com/blogs/nielsb/Rss.aspx"&gt;here&lt;/a&gt;&lt;/P&gt;&lt;p&gt;&lt;em&gt;Solution to BrokerChallenge 0:&lt;/em&gt; &lt;/p&gt;

&lt;blockquote&gt;It has been a week since I posted &lt;a href="http://blogs.msdn.com/rushidesai/archive/2005/06/15/429649.aspx"&gt;BrokerChallenge 
0&lt;/a&gt; and I am quite happy to see several people successfully cracked it. Still 
others gave it a shot but were not completely successful. So I decided to post 
the solution to the challenge. You can get the sample T-SQL script from &lt;a href="http://rushi.desai.name/scratch/blog_bc0_solution.sql"&gt;here&lt;/a&gt; and modify 
it to suit your hostname, port and database name…&lt;br&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=432150" height="1" width="1"&gt;&lt;/blockquote&gt;

&lt;p&gt;&lt;i&gt;[Via &lt;a href="http://blogs.msdn.com/rushidesai/archive/2005/06/24/432150.aspx"&gt;Write 
Ahead Blog&lt;/a&gt;]&lt;/i&gt; 
&lt;P&gt;... To read the complete version of this post go &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2273.aspx"&gt;here, http://sqlblogcasts.com/blogs/nielsb/SQL Server 2005 Service Broker Challenge is Over&lt;/A&gt;&lt;/P&gt;&lt;img src="http://www.sqljunkies.com/WebLog/aggbug.aspx?PostID=15920" width="1" height="1"&gt;</description></item><item><title>SQL Server Engine Blog</title><link>http://www.sqljunkies.com/WebLog/nielsb/archive/2005/06/23/15911.aspx</link><pubDate>Thu, 23 Jun 2005 04:46:00 GMT</pubDate><guid isPermaLink="false">d2584c15-f6ef-46f7-a2d4-24fc0e143e76:15911</guid><dc:creator>nielsb</dc:creator><slash:comments>0</slash:comments><comments>http://www.sqljunkies.com/WebLog/nielsb/comments/15911.aspx</comments><wfw:commentRss>http://www.sqljunkies.com/WebLog/nielsb/commentrss.aspx?PostID=15911</wfw:commentRss><description>&lt;P&gt;My blog has moved to &lt;a href="http://sqlblogcasts.com/blogs/nielsb"&gt;sqlblogcasts.com/blogs/nielsb&lt;/a&gt;&lt;BR&gt;
The full version of this post can be found &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2274.aspx"&gt; here., http://sqlblogcasts.com/blogs/nielsb/SQL Server Engine Blog&lt;/A&gt;&lt;BR&gt;
The new RSS feed is &lt;a href="http://sqlblogcasts.com/blogs/nielsb/Rss.aspx"&gt;here&lt;/a&gt;&lt;/P&gt;&lt;div class="itemBodyStyle"&gt;
		&lt;p&gt;&lt;em&gt;Welcome !:&lt;/em&gt; &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Welcome to the SQL Server Engine Tips blog - hosted by the engine
program management team. The purpose of the blog is to share
guidelines, best practices, tips and answer questions related to
implementing and deploying solutions using SQL Server. We will cover
topics related to the SQL Server Engine including new features in SQL
Server 2005. We would love to get your feedback and suggestions for
topics through the comments section.
&lt;P&gt;... To read the complete version of this post go &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2274.aspx"&gt;here, http://sqlblogcasts.com/blogs/nielsb/SQL Server Engine Blog&lt;/A&gt;&lt;/P&gt;&lt;img src="http://www.sqljunkies.com/WebLog/aggbug.aspx?PostID=15911" width="1" height="1"&gt;</description></item><item><title>SQlClrProject - Visual Studio Project Type for SQL Server 2005</title><link>http://www.sqljunkies.com/WebLog/nielsb/archive/2005/06/21/15896.aspx</link><pubDate>Tue, 21 Jun 2005 14:10:00 GMT</pubDate><guid isPermaLink="false">d2584c15-f6ef-46f7-a2d4-24fc0e143e76:15896</guid><dc:creator>nielsb</dc:creator><slash:comments>6</slash:comments><comments>http://www.sqljunkies.com/WebLog/nielsb/comments/15896.aspx</comments><wfw:commentRss>http://www.sqljunkies.com/WebLog/nielsb/commentrss.aspx?PostID=15896</wfw:commentRss><description>&lt;P&gt;My blog has moved to &lt;a href="http://sqlblogcasts.com/blogs/nielsb"&gt;sqlblogcasts.com/blogs/nielsb&lt;/a&gt;&lt;BR&gt;
The full version of this post can be found &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2275.aspx"&gt; here., http://sqlblogcasts.com/blogs/nielsb/SQlClrProject - Visual Studio Project Type for SQL Server 2005&lt;/A&gt;&lt;BR&gt;
The new RSS feed is &lt;a href="http://sqlblogcasts.com/blogs/nielsb/Rss.aspx"&gt;here&lt;/a&gt;&lt;/P&gt;&lt;p&gt;I have the pleasure to introduce the SqlClrProject project type. &lt;/p&gt;

&lt;p&gt;The SqlClrProject is a project type for Visual Studio 2005 for creation and 
deployment of assemblies to SQL Server 2005. It consists of&amp;nbsp; templates for both 
Visual C# (C#) and Visual&amp;nbsp; Basic (VB) with skeleton code for creation of CLR 
methods to be used as stored procedures, User Defined Functions (UDF’s), 
triggers, User Defined Types (UDT’s) and User Defined Aggregates (UDA’s). Some 
of the features are: 
&lt;P&gt;... To read the complete version of this post go &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2275.aspx"&gt;here, http://sqlblogcasts.com/blogs/nielsb/SQlClrProject - Visual Studio Project Type for SQL Server 2005&lt;/A&gt;&lt;/P&gt;&lt;img src="http://www.sqljunkies.com/WebLog/aggbug.aspx?PostID=15896" width="1" height="1"&gt;</description></item><item><title>SQL Server 2005 Service Broker Stuff in June CTP</title><link>http://www.sqljunkies.com/WebLog/nielsb/archive/2005/06/19/15868.aspx</link><pubDate>Sun, 19 Jun 2005 08:02:00 GMT</pubDate><guid isPermaLink="false">d2584c15-f6ef-46f7-a2d4-24fc0e143e76:15868</guid><dc:creator>nielsb</dc:creator><slash:comments>0</slash:comments><comments>http://www.sqljunkies.com/WebLog/nielsb/comments/15868.aspx</comments><wfw:commentRss>http://www.sqljunkies.com/WebLog/nielsb/commentrss.aspx?PostID=15868</wfw:commentRss><description>&lt;P&gt;My blog has moved to &lt;a href="http://sqlblogcasts.com/blogs/nielsb"&gt;sqlblogcasts.com/blogs/nielsb&lt;/a&gt;&lt;BR&gt;
The full version of this post can be found &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2276.aspx"&gt; here., http://sqlblogcasts.com/blogs/nielsb/SQL Server 2005 Service Broker Stuff in June CTP&lt;/A&gt;&lt;BR&gt;
The new RSS feed is &lt;a href="http://sqlblogcasts.com/blogs/nielsb/Rss.aspx"&gt;here&lt;/a&gt;&lt;/P&gt;&lt;p&gt;As &lt;a href="http://staff.develop.com/nielsb/ct.ashx?id=24d4b9ea-631a-4c13-a696-12bf42ad60a5&amp;amp;url=http%3a%2f%2fstaff.develop.com%2fbobb%2fweblog%2f"&gt;Bob&lt;/a&gt; is &lt;a href="http://staff.develop.com/nielsb/ct.ashx?id=24d4b9ea-631a-4c13-a696-12bf42ad60a5&amp;amp;url=http%3a%2f%2fstaff.develop.com%2fbobb%2fweblog%2fPermaLink.aspx%3fguid%3d069a6b19-7f5b-40b2-be22-2a888c54fc81"&gt;doing&lt;/a&gt;,
whenever a new build is released I tend to check out various stuff to
see if it works as before. This however jumped up and bit me the other
day.
&lt;P&gt;... To read the complete version of this post go &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2276.aspx"&gt;here, http://sqlblogcasts.com/blogs/nielsb/SQL Server 2005 Service Broker Stuff in June CTP&lt;/A&gt;&lt;/P&gt;&lt;img src="http://www.sqljunkies.com/WebLog/aggbug.aspx?PostID=15868" width="1" height="1"&gt;</description></item><item><title>Back from Spain</title><link>http://www.sqljunkies.com/WebLog/nielsb/archive/2005/06/19/15867.aspx</link><pubDate>Sun, 19 Jun 2005 07:39:00 GMT</pubDate><guid isPermaLink="false">d2584c15-f6ef-46f7-a2d4-24fc0e143e76:15867</guid><dc:creator>nielsb</dc:creator><slash:comments>0</slash:comments><comments>http://www.sqljunkies.com/WebLog/nielsb/comments/15867.aspx</comments><wfw:commentRss>http://www.sqljunkies.com/WebLog/nielsb/commentrss.aspx?PostID=15867</wfw:commentRss><description>&lt;P&gt;My blog has moved to &lt;a href="http://sqlblogcasts.com/blogs/nielsb"&gt;sqlblogcasts.com/blogs/nielsb&lt;/a&gt;&lt;BR&gt;
The full version of this post can be found &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2277.aspx"&gt; here., http://sqlblogcasts.com/blogs/nielsb/Back from Spain&lt;/A&gt;&lt;BR&gt;
The new RSS feed is &lt;a href="http://sqlblogcasts.com/blogs/nielsb/Rss.aspx"&gt;here&lt;/a&gt;&lt;/P&gt;&lt;p&gt;I&amp;nbsp;got back from a SQL Server 2005 gig in Spain late last night. I won’t be 
home for long though, later today I’m off again, this time to London for a SQL 
Server class and then at the end of next week I’m flying off to India.
&lt;P&gt;... To read the complete version of this post go &lt;A href="http://sqlblogcasts.com/blogs/nielsb/2277.aspx"&gt;here, http://sqlblogcasts.com/blogs/nielsb/Back from Spain&lt;/A&gt;&lt;/P&gt;&lt;img src="http://www.sqljunkies.com/WebLog/aggbug.aspx?PostID=15867" width="1" height="1"&gt;</description></item></channel></rss>