Archives

You are currently viewing archive for 25 July 2006
Category: Web dev
Posted by: hajime osako
sp_executesql の結果を変数に取り出す
EXEC sp_executesql
    N'SELECT @C = COUNT(qty), @S = SUM(qty) FROM sales',
    N'@C int OUTPUT, @S int OUTPUT',
    @C output, @S output
Category: Web dev
Posted by: hajime osako
データを家に持ち帰らせたくない - @IT
Web開発とは直接関係ありませんが。

» Read More

Category: Z. links
Posted by: hajime osako