Which of the following syntaxes is the correct syntax for the master.dbo.sp_makewebtask procedure?
sp_makewebtask [@inputfile =] 'inputfile', [@query =] 'query'
sp_makewebtask [@outputfile =] 'outputfile', [@query =] 'query'
sp_makewebtask [@query =] 'query', [@inputfile =] 'inputfile'
sp_makewebtask [@query =] 'query', [@outputfile =] 'outputfile'
Submit