|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
CLR Question (BASIC)I have Visual Studio .Net 2003...I am assuming that since it can't find
System.Data.SQLServer that I need Visual Studio 2005 to develop CLR apps for SQL? Hello RSH,
> I have Visual Studio .Net 2003...I am assuming that since it can't Correct> find System.Data.SQLServer that I need Visual Studio 2005 to develop > CLR apps for SQL? Thank you, Kent Tegels DevelopMentor http://staff.develop.com/ktegels/ There's no System.Data.SQLServer anymore. You use the regular connection objects, reader etc. For
SQLCLR specific things (like context and pipe), you use the Microsoft.SqlServer.Server namespace. You do need Framework 2.0 (as the things you need are in the System.Data.dll file that comes with Framework 2.0). You can download Framework 2.0 and write your CLR objects using Notepad and command-line compile them. If you want to use VS to write SQLCLR objects you need VS 2005. -- Show quoteTibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ Blog: http://solidqualitylearning.com/blogs/tibor/ "RSH" <way_beyond_o***@yahoo.com> wrote in message news:ejDCfJ29FHA.160@TK2MSFTNGP12.phx.gbl... >I have Visual Studio .Net 2003...I am assuming that since it can't find System.Data.SQLServer that >I need Visual Studio 2005 to develop CLR apps for SQL? > You don't really need Visual Studio at all. You can download the .NET 2.0
SDK and use the command-line tools. But if you want the IDE experience, yes, VS2005 is necessary. -- Show quoteAdam Machanic Pro SQL Server 2005, available now http://www.apress.com/book/bookDisplay.html?bID=457 -- "RSH" <way_beyond_o***@yahoo.com> wrote in message news:ejDCfJ29FHA.160@TK2MSFTNGP12.phx.gbl... >I have Visual Studio .Net 2003...I am assuming that since it can't find >System.Data.SQLServer that I need Visual Studio 2005 to develop CLR apps >for SQL? > |
|||||||||||||||||||||||