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 |
|
brendalisalowe
Constraint Violating Yak Guru
269 Posts |
Posted - 2004-08-03 : 18:52:55
|
| Is there SQL coding that I can use to export data from a table to an Excel file or do I have to use the Import/Export thing? I would rather do it with coding really. Any help would be GREAT!Brenda |
|
|
timmy
Master Smack Fu Yak Hacker
1242 Posts |
Posted - 2004-08-03 : 19:23:56
|
| Look up linked servers in BOL. You can link a spreadsheet in as another table then do a simple INSERT statement to fill it. |
 |
|
|
|
|
|