ニュース

SQL Server 2008 Express の Service Pack 1 の新しいビルドは、.NET 4.0を少しサポートしている。しかし、その制限事項を見ると、何の役に立つのか疑わざる ...
SQL Server CLR Integration Have you ever noticed that the ROUND function in SQL Server returns different results than the Math.Round method in the .NET Framework? Try and execute the following code in ...
CLR functions that perform string manipulation and substring extraction perform very well in SQL Server.
Using the CLR Function Once deployed to the SQL Server, the CLR function appears in the Programmability, Functions, Scalar-valued Functions folder of the database, much like a T-SQL user-defined ...
SQL Server 2005 will integrate with the CLR, so you can deploy C# or VB.NET code within the SQL Server process. In this first of a two-part series, Shawn Wildermuth explains what's involved, and ...