Hi all
How to bulk copy text file form http,
please see the below SQL statement
BULK Insert XYZMaster
from 'http://www.xyz.com/abc.txt'
with
(
FIELDTERMINATOR ='|',
ROWTERMINATOR = ''
)
Error : Could not find server 'IDXServer' in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server to sys.servers.
Regards
anup