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.
如果问题如此简单,请原谅我。因为我是新手,所以我不知道该怎么做。我需要创建一个 sql 调度程序,它将每 15 天触发一次 asp 页面,并将设计页面作为电子邮件发送到提到的电子邮件 ID。如果问题不清楚,请原谅我。请提供任何示例或链接。提前致谢
使用 SQL Server 代理创建作业,并使用以下命令创建类型为“操作系统 (CmdExec)”的单个步骤。
"C:\Program Files\Internet Explorer\iexplore.exe" "http://yoursite.com/yourpage.aspx"
或 64 位操作系统
"C:\Program Files (x86)\Internet Explorer\iexplore.exe" "http://yoursite.com/yourpage.aspx"