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.
SSMS を使用して、SQL Server のジョブのスクリプトを生成できることはわかっています。これを C# で実行したいのですが、どうすればよいですか?
Smo: http://msdn.microsoft.com/en-us/library/ms202375.aspx
簡単 :
http://www.sqldbadiaries.com/2010/11/08/generate-script-of-all-jobs/