I have heard the SQL Server 2005 supports C# in the creation of stored procedures. Is this true? If so, does SQL Server support all CLI compliant languages? For instance, could I use RPG from this list: http://www.dotnetpowered.com/languages.aspx

Thank you!

link|improve this question

57% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Yes its true. You can create stored procedures in any CLR language

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.