2024
2023
2022
2021
2020
2019
2018
7月
8月
9月
10月
11月
12月
全2件 (2件中 1-2件目)
1
ある案件で、クライアントとサーバの両方から、サーバに配置しているバッチファイルを起動させる必要があり、色々調べた結果SQLServerのxp_cmdshellを使うと実現できそう。というところまでは判った。で、その前におまじない。-- To allow advanced options to be changed.EXEC sp_configure 'show advanced options', 1GO-- To update the currently configured value for advanced options.RECONFIGUREGO-- To enable the feature.EXEC sp_configure 'xp_cmdshell', 1GO-- To update the currently configured value for this feature.RECONFIGUREGOこれで、使えるようになった(はず)。
2015/01/28
コメント(0)
登山(ハイキング)薪割り(薪ストーブ、チェーンソー) ゆけ勇者! 放置型RPG
2015/01/28
コメント(0)
全2件 (2件中 1-2件目)
1