Viewing post 1 (of 1 total)
DECLARE @strsql NVARCHAR(255)
set @strsql='namefile.xls'
EXEC sp_makewebtask
@outputfile =@strsql,
@query = 'Select * from View1',
@colheaders =1,
@FixedFont=0,@lastupdated=0,@resultstitle='objecttitle:'
January 31, 2011 at 1:49 am
#1280281