Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. londontown1

    Bulk insert into xml file

    I have a xls file and a txt(xml) file. I need to import the data from the xls file to the txt (xml) file The xls file has 500 rows of data But the xml file must have a set format with some static data: <FeedMsg> <CoreItemsMkt xmlns="http://www.hi.co.uk/XMLSchema/Feed-v1-1"> <FirmFSARef>...
  2. londontown1

    BatchFile to access FTP site

    Hello all, Not sure if iv got the right forum... I need to create a batch file which can log into an FTP site and email a file. example: FTP SITE: 10.10.10.10 Username: FTPUser Password: Test File name: TestFile email address: test.user@testcomp.co.uk Thanks
  3. londontown1

    SQL 2005 SendMail

    Thanks for the reply, I ahve now configured DBMail and it is working well. Thanks again!
  4. londontown1

    SQL 2005 SendMail

    Hello all, MS SQL 2005 I would like to email the results of a SP, i am using the following code: exec master.dbo.xp_sendmail @recipients='salesgroup.one@firstgroup.co.uk' ,@subject ='Dealbook Daily Commissions' ,@query=' exec salesfigures.dbo.Admin_procSalesReport'...

Part and Inventory Search

Back
Top