Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
わかりました、これは非常に単純な要求です。Select * from tablex毎晩クエリ (IE) を実行し、同じシステム上のテキスト ファイルに自動的に出力したいと考えています。
Select * from tablex
ありがとう
SELECT ステートメントの手順で、新しい SQL Server エージェント ジョブを作成します。Advanced で、ファイルに出力するように指示します。終わり。
おそらく最も簡単な方法については、Windows経由でスケジュールされたbcp.exeを見てください...