最近になってデータベースを使い始めた人や,「SQL Server 2005」の新機能をチェックしている人にとって,共通言語ランタイム(CLR)とSQL Server 2005の関係は,ちょっとした謎に感じられることだろう。今回はデータベース技術者が知っておくべきCLRとSQL Serverの関わり合いに関する事実を紹介する。
Recently I encountered a problem in a stored procedure that was caused by an unexpected result from the SQL Server ISNUMERIC() function. I was using SQL Server 2008 R2 but the issue has long been ...
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 SQL Server, and you will ...
もうすぐ改元ですね、改元対応の計画を立ててみえると思います。 大変なのは和暦判断です。 Windowsの和暦レジストリから、一覧取得するクラスを使ってDB側で和暦置換する仕組みを公開します。 今回使用するのはSQL CLRの仕組みです。 ※参考:SQL CLRの使い ...
無料アプリをダウンロードして、毎日新しい背景で素晴らしい景色を楽しもう。
DECLARE @server NVARCHAR(255) = '.' DECLARE @query NVARCHAR(MAX) = 'SELECT * FROM Win32_Processor' DECLARE @headers NVARCHAR(MAX) DECLARE @results XML SET @results ...
eSpeaks’ Corey Noles talks with Rob Israch, President of Tipalti, about what it means to lead with Global-First Finance and how companies can build scalable, compliant operations in an increasingly ...