<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MsDotNetMentor &#187; MS SQL</title>
	<atom:link href="http://www.msdotnetmentor.com/category/ms-sql/feed" rel="self" type="application/rss+xml" />
	<link>http://www.msdotnetmentor.com</link>
	<description>Knowing Is Not Enough We Must Apply</description>
	<lastBuildDate>Mon, 09 Jan 2012 20:57:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Writting a CLR Stored Proc : Using C#</title>
		<link>http://www.msdotnetmentor.com/csharp/writting-a-clr-stored-proc-using-c.html</link>
		<comments>http://www.msdotnetmentor.com/csharp/writting-a-clr-stored-proc-using-c.html#comments</comments>
		<pubDate>Sun, 30 Nov 2008 16:02:39 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[MS SQL]]></category>
		<category><![CDATA[CLR]]></category>
		<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[SQLSERVER2005]]></category>
		<category><![CDATA[StoredProc]]></category>

		<guid isPermaLink="false">http://www.msdotnetheaven.com/?p=330</guid>
		<description><![CDATA[Writting a CLR Stored Proc
With the launch of SqlServer2005, we got the ability to write  CLR from any .Net language.
Overview:
The following code-snippet tells how to write a simple CLR Stored Proc  with the use of C#.
Step:
1. Start Visual Studio2005 or higher
2. Add new file from File -&#62; New -&#62; File
3. Select Class with C#
4. Mark the name as AStepAheadProc.cs
5. Write the following lines:
/* This Example is a part of different
 * examples shown in Book:
 * C#2008 Beginners: A Step Ahead
 * Written by: Gaurav Arora
 * Reach ...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.msdotnetmentor.com/csharp/writting-a-clr-stored-proc-using-c.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

