摘要:
USE AdventureWorks;GOIF EXISTS (SELECT name FROM sys.objectsWHERE name = N'SaveTranExample')DROP PROCEDURE SaveTranExample;GOCREATE PROCEDURE SaveTranExample@InputCandidateID INTAS-- Detect if the procedure was called-- from an active transaction and save-- that for later use.-- In the proce 阅读全文
posted @ 2013-05-31 09:13
davidkam
阅读(421)
评论(0)
推荐(0)
浙公网安备 33010602011771号