Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
andryi
Starting Member
17 Posts |
Posted - 2010-04-05 : 16:55:19
|
In the image I try to no display this lines , using sp_makewebtaskthis is my code:EXEC sp_makewebtask @outputfile='C:\REPORTS\reportFinal.xls', @query='SELECT * FROM tabla', @lastupdated=0 , @resultstitle=' 'but how can I got only the data just the data, can anybody help me? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
andryi
Starting Member
17 Posts |
Posted - 2010-04-06 : 12:00:25
|
| could you put an example please? |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|