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 |
|
marygrady
Starting Member
1 Post |
Posted - 2003-01-15 : 09:12:01
|
| We recently migrated from Sybase ASA to SQL.Most of the scripts were easy to edit.I have one script, a purge script that is stumping me.The last line of 'old' script used OUTPUT to... to create a .dbf file.I can not replace properly.Any suggestions for replacing OUTPUT command? |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2003-01-15 : 09:31:35
|
| You can use bcp or dts to output data in a variety of formats.Jay White{0} |
 |
|
|
|
|
|