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>...
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
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'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.