CSDN上面的一段导出Excel格式文件的存储过程
摘要:if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[p_exporttb]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)drop procedure [dbo].[p_exporttb]GO/*--数据导出EXCEL 导出查询中的数据到Excel,包含字段名,文件...
阅读全文
posted @ 2007-06-27 15:07
浙公网安备 33010602011771号