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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 sending output from SQL Server to SAP server

Author  Topic 

alfredhu
Starting Member

1 Post

Posted - 2009-01-30 : 12:54:48
Hi,

I would like to know how to send output, in a text file, from SQL Server to a SAP server. I can send output to a shared drive our company uses by using the OSQL command. I tried using this command to write output to the SAP server but without success. Anyone has any ideas?


al

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-01-30 : 13:03:25
one way is to use ssis export import wizard. or you could even use bcp
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2009-01-30 : 13:07:19
See this:
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=60149
Go to Top of Page
   

- Advertisement -