摘要:
declare @x int set @x=1 while (@x<=100)beginprint @xset @x=@x+1end 阅读全文
摘要:
EXEC sp_configure 'show advanced options', 1 GO RECONFIGURE GO EXEC sp_configure 'Ad Hoc Distributed Queries', 1 GO RECONFIGURE GO SELEC... 阅读全文