Viewing 15 posts - 106 through 120 (of 1,988 total)
Well it sounds like ultimately you are loading it into a SQL table. So you can either filter out the fields you don't care about when reading the file or...
May 3, 2022 at 1:59 pm
When you're pulling the records out of the array to do the inserts you should be able to just pull the fields you need.
May 2, 2022 at 7:06 pm
Can't seem to get original file to process gets errors listed above.. sample file will process.
Any thoughts or suggestions?
Thanks again
At this point without seeing the real file and given...
May 2, 2022 at 1:46 pm
Well this should get you an array with all the records in it in a PSObject format, from there you would need to go through it build your insert statements.
April 29, 2022 at 7:38 pm
Except for the errors they still have and the missing functionality it still has, it does the same thing as BULK INSERT except slower.
It amazing how many people don't...
April 25, 2022 at 2:45 pm
This is something where the question itself is kind of nonsensical, like what is better eating a steak or watching a good TV show. There might be some...
April 21, 2022 at 7:04 pm
This is something where the question itself is kind of nonsensical, like what is better eating a steak or watching a good TV show. There might be some overlap between...
April 20, 2022 at 2:15 pm
There's no left join in that query.
April 6, 2022 at 1:42 pm
Take a look at the execution plan. It's going to be all one allocation.
UNION ALL isn't a bad performer in general. In fact, usually, you get better performance with...
April 1, 2022 at 3:39 pm
This is one that would be nice to be able to do at the session level.
It comes up where someone might want to use a different collation for a number...
March 30, 2022 at 2:52 pm
Brute force works if the protected system allows an unlimited number of retries, no time restrictions on subsequent attempts (see iPhone), and no alerts to the genuine user...
March 25, 2022 at 7:53 pm
Good editorial, Steve. NIH Syndrome is extraordinarily strong where I work. I appreciate the link you gave to the Wikipedia article on it. I've never seen such a strong...
March 23, 2022 at 4:08 pm
Heh, that's apparently very easy but chrome at least very correctly detects it and blocks it 😛
March 17, 2022 at 6:37 pm
I don't believe windows will do split zip files natively so you would need to download some other program to do it. 7-zip does have a command line so that...
March 17, 2022 at 3:51 pm
March 16, 2022 at 8:59 pm
Viewing 15 posts - 106 through 120 (of 1,988 total)