本文介绍了删除早n天的文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我该如何编写存储过程来删除文件,这些文件要早n天,而我又要从UI中传递那n天.
n天是可配置的.

谁能帮我.


在sqlserver 2005中.

Hi,

How can i write the stored procedure to delete files which are some n days older and that n days i am passing from UI.
the n days is configurable.

can any one help me.


in sqlserver 2005.

推荐答案



这篇关于删除早n天的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 04:12