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 |
|
Sun Foster
Aged Yak Warrior
515 Posts |
Posted - 2009-11-10 : 12:32:19
|
| Server administrator will not allow the code below to export file.Exec Master..xp_cmdshell 'bcp "Select * from authors" queryout "C:\testing.xls" -c'Is there another way to export a table as xls file? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|