Viewing 15 posts - 196 through 210 (of 290 total)
I found this article online that looks like it does looping through column values. Is this what I need to do? I would replace the runningtotal with the bcp command
February 15, 2022 at 3:57 pm
Here's a post from Erland Sommarskog... passing parameter to stored procedure in bcp command
then all you'd have to do is loop over the list of values to pass into...
February 15, 2022 at 3:56 pm
I have another question. In my example I used header1 values to break up the main table into smaller tables. If I use a parameterized stored procedure to process it...
February 15, 2022 at 3:51 am
that is looking promising. They give an example:
bcp "SELECT FullName, PreferredName FROM WideWorldImporters.Application.People ORDER BY FullName" queryout D:\BCP\People.txt -t, -c -T
Can the file name "D:\BCP\people.txt" have a...
February 15, 2022 at 3:05 am
Thank you for the feedback. I will definitely test it out to make sure it does what I hope it does. Thanks again for your help!
February 12, 2022 at 9:32 pm
I found this article on microsoft website. Is this what I need to do?
I am a rookie so I need some guidance to make sure I am doing...
February 12, 2022 at 7:20 pm
issue resolved. please ignore post.
February 11, 2022 at 3:37 am
good points. Thank you for that.
February 6, 2022 at 7:44 pm
No problem
The script looks for a particular text within the SFTP files. I made a typo so that is why it would not find the files I was testing. I...
February 6, 2022 at 7:33 pm
i figured out the issue. ignore post.
February 6, 2022 at 1:38 am
one more thing ...
I am using Powershell but I am definitely open to using other tools like C# etc. I just need a way to access that one button. The...
February 6, 2022 at 12:53 am
it is definitely a desktop. workload is running queries against DB and making updates to DB by writing new data. way more reads than writes. the only write is updating...
February 6, 2022 at 12:42 am
I used powershell to create a script that prepares the files for bulk insert. it ensures that the columns match with the destination table. works beautifully.
You mean...
February 4, 2022 at 1:38 am
I used powershell to create a script that prepares the files for bulk insert. it ensures that the columns match with the destination table. works beautifully.
You mean a...
February 4, 2022 at 1:37 am
Thanks Michael and Jeff. I will do more research on this.
February 3, 2022 at 7:44 pm
Viewing 15 posts - 196 through 210 (of 290 total)