12 2011 档案
摘要:/*--调用示例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
阅读全文

浙公网安备 33010602011771号