摘要: /*--调用示例p_exporttb @sqlstr='select * from p_User',@path='c:\',@fname='aa.xls',@sheetname='地区资料'--*/if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[p_exporttb]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)drop procedure [dbo].[p_ex 阅读全文
posted @ 2011-12-07 17:02 虫虫飞520 阅读(230) 评论(0) 推荐(0)