use master
goif object_id('sp_xp_cmdshell', 'p') is not null
drop proc sp_xp_cmdshell
gocreate procedure sp_xp_cmdshell @onoff char(3) ='on'
as /*
示例:exec sp_xp_cmdshell @onoff = 'on' --開啟 xp_cmdshell功能
exec sp_xp_cmdshell @onoff = 'off' --關閉 xp_cmdshell功能
*/ if upper(@onoff) not in ( 'on', 'off' )
begin
select '引數 @onoff 只能是 on,off ' as return_result
return
end
if upper(@onoff) = 'on'
begin
-- 允許配置高階選項
exec master.sys.sp_configure 'show advanced options', 1
-- 重新配置
reconfigure
-- 啟用xp_cmdshell
exec master.sys.sp_configure 'xp_cmdshell', 1
--重新配置
reconfigure
end
else
begin
-- 關閉xp_cmdshell
exec master.sys.sp_configure 'xp_cmdshell', 0
--重新配置
reconfigure
-- 關閉配置高階選項
exec master.sys.sp_configure 'show advanced options', 0
-- 重新配置
reconfigure
end
go exec sp_ms_marksystemobject 'sp_xp_cmdshell'
go
Structured Streaming 開發入門
structured streaming 作為 spark 家族的新成員,通過 spark sql dataframe 來處理 batch streaming 資料,基本的 sparksql api 即可實現離線處理和流式處理,大大的方便了流式計算的開發,另外還提供了豐富的功能。structured...
傳奇開服怎麼開的起來?
有很多想開服的朋友都會問我,傳奇開服怎麼開的起來?其實這個問題從層面上講是有些模糊的,怎麼開的起來?淺層面來看,有伺服器 版本 備案網域名稱和平台就可以開起來 沒有技術的怎麼辦呢?沒有技術的建議大家先學會一些基礎的開服技術,例如架設 搭站 開區合區 微端配置 登入器配置和設定gm號這些,真的不難,不...
蘋果將舉行線上招聘分享會 面向視力障礙者開放
鳳凰網科技訊 1月18日訊息,蘋果將在1月28日舉行線上招聘說明程式設計客棧分享會,本次分享會的特別之處在於將面向視力障礙者開放。蘋果表示,將提供公平的就業機會,將公平程式設計客棧 程式設計客棧公正地對待所有應聘者,為有身心障礙的應徵者提供合理的安排。此次現場招聘說明會內容包程式設計客棧括蘋果文化 ...