惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
The GitHub Blog
The GitHub Blog
F
Fortinet All Blogs
Cloudbric
Cloudbric
P
Palo Alto Networks Blog
T
Threatpost
T
Tor Project blog
T
Tenable Blog
AWS News Blog
AWS News Blog
Project Zero
Project Zero
L
LangChain Blog
Cyberwarzone
Cyberwarzone
Engineering at Meta
Engineering at Meta
雷峰网
雷峰网
C
CERT Recently Published Vulnerability Notes
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Security Latest
Security Latest
云风的 BLOG
云风的 BLOG
I
Intezer
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
P
Proofpoint News Feed
A
Arctic Wolf
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
V
Vulnerabilities – Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
MongoDB | Blog
MongoDB | Blog
aimingoo的专栏
aimingoo的专栏
K
Kaspersky official blog
Jina AI
Jina AI
N
News | PayPal Newsroom
T
The Blog of Author Tim Ferriss
D
DataBreaches.Net
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
Recorded Future
Recorded Future
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
S
Secure Thoughts
TaoSecurity Blog
TaoSecurity Blog
P
Privacy & Cybersecurity Law Blog
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
IT之家
IT之家
Forbes - Security
Forbes - Security
The Hacker News
The Hacker News
Last Week in AI
Last Week in AI
T
Threat Research - Cisco Blogs
Y
Y Combinator Blog

博客园 - Dansin

Asp.net发送邮件的两种方法 PS合成人物图像 PS进行照片简单处理 宝宝起名 微软KB974571补丁会使LCS2005变成评估板,报已过期无法使用 2009年度工作总结 两台笔记本无线共享上网图解 转发:用Web Service上传文件 JS调用Vb Script 完成日期的计算 - Dansin Biztalk 实例之 传输文本文件 BizTalk2004安装配置 MSMQ适配器的配置说明(转载) - Dansin - 博客园 将程序集安装到全局缓存GC中的命令 如何改变bizTalk的并发线程数? 三篇好文章 Hands-on Labs for WWF Release Candidates Biztalk采用Http方式接收数据配置方式 BizTalk调用.net程序,找不到程序集的解决办法 BizTalk调用WebService的权限设置
SQL Server2005维护计划中删除历史备份
Dansin · 2010-03-03 · via 博客园 - Dansin

保留一周的数据

declare @d Nvarchar(64);
set @d = convert(varchar,dateadd(day,-7,getdate()),120);
EXECUTE master.dbo.xp_delete_file 0,N'N:\OA数据备份',N'bak',@d;
EXECUTE master.dbo.xp_delete_file 0,N'N:\OA数据备份',N'bak',@d

posted on 2010-03-03 10:51  Dansin  阅读(467)  评论(0)    收藏  举报