摘要:
if( OBJECT_ID('tempdb..#t1') is not null) drop table #t1 create table #t1 (id int ) raiserror('1',16,1) print @@error insert into #t1(id) values(2) print @@error result : Msg 50000, Level 16, State... 阅读全文
posted @ 2010-11-11 17:45
netfuns
阅读(131)
评论(0)
推荐(0)
摘要:
1. openrowset condition : sp_configure 'show advanced options', 1 reconfigure go sp_configure 'Ad Hoc Distributed Queries',1 reconfigure go sample: SELECT a.* FROM OPENROWSET('SQLNCLI', 'Server=som... 阅读全文
posted @ 2010-11-11 17:16
netfuns
阅读(176)
评论(0)
推荐(0)
浙公网安备 33010602011771号