Viewing 15 posts - 16 through 30 (of 30 total)
Here is my code:
BULK INSERT [ThomasSci].[dbo].[DONNAWESNERINP]
FROM '\\111.17.10.23\global$\Stocking_Request\_macro\WESNERINPUT.txt';
GO
and here is the error message i get:
Msg 4861, Level 16, State 1, Line 1
Cannot bulk load because the file "\\111.17.10.23\global$\Stocking_Request\_macro\WESNERINPUT.txt"...
September 11, 2015 at 9:58 am
I tried both of those options and it didn't work. So that is why I am asking if anyone has run into this issue.
September 11, 2015 at 9:02 am
I get the following error:
Argument data type ntext is invalid for argument 1 of replace function.
August 18, 2015 at 11:28 am
Never used powershell. Is it something that is easily learned and can be done?
July 21, 2015 at 7:45 am
No, has to go to an ip address and need to use a user name and password.
July 21, 2015 at 5:39 am
John,
Maybe I am doing something wrong with it. I need to copy the files that each section outputs to a server which has a log on and I am not...
July 20, 2015 at 1:20 pm
I believe so. What I need is for the script to have the username and password in it so that when the files are transferred to that server, it wont...
July 20, 2015 at 10:09 am
Ok all,
Want to thank you for all your help. I have another question though. The output from the code gives me a .csv but the leading 0's are cut off...
July 16, 2015 at 11:26 am
Got it to output. Now just have to set up the data to to display as currency if it is, also keep the leading '0s' in the data and also...
July 16, 2015 at 10:28 am
That's all in the image. doesn't give me any error or anything else.
July 16, 2015 at 10:16 am
So here is my updated code:
-- Declare the variables
DECLARE @CMD VARCHAR(4000),
@DelCMD VARCHAR(4000),
@HEADERCMD VARCHAR(4000),
...
July 16, 2015 at 10:08 am
I did notice that after I posted. However when closing that, I got the following error message even though these are temp tables.
Msg 2714, Level 16, State 6, Line 22
There...
July 16, 2015 at 9:48 am
Brandie,
Thank you for that. I will have to try to set up DBmail first. I don't believe we have that set yet. A lot of reports and just run and...
July 15, 2015 at 9:16 am
Viewing 15 posts - 16 through 30 (of 30 total)