Viewing 15 posts - 2,506 through 2,520 (of 59,067 total)
I have to ask... why is it important to have leading zeros on this particular bit of numeric data in the CSV? Or is it not a CSV file after...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2022 at 6:33 pm
I agree that this is a great solution and some fine "out of the box" thinking for SSIS.
My problem with it all though is, you already know what the definition...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2022 at 3:55 am
Peel one potato at a time. Like Ratbak suggests above, it will require a "Diligent Data Engineer". One of the best things to make as you go along, is a...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2022 at 3:43 am
DevOps is a collection of tools and processes for deploying code.
IMHO... that's what the word has come to mean but not for me. You can have all the tools...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 8, 2022 at 6:59 pm
I'm thinking that they've stretched Steve a bit too far... I can't even get an acknowledgment to the two emails that I've sent the WebMaster about the email notifications.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 7, 2022 at 7:22 pm
I guess DevOps has degraded to the point where you can't even get an acknowledgement to a site problem sent to the WebMaster because there's too much DevOps going on,...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 7, 2022 at 7:15 pm
This isn't the place to post an article. This is a thread for people to request articles or post article ideas. Hopefully, though, the WebMaster will see this and respond...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 5, 2022 at 9:45 pm
As a bit of a sidebar, you may have some people come back with a suggestion of using the built-in STRING_SPLIT() function. That will seem to work but...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 5, 2022 at 8:28 pm
At McFarlandParkway,
Are you all set? Did the solution I posted work for you?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 5, 2022 at 8:26 pm
@Sathish,
Are you all set? If not, take a look at the article at the first link in my signature line below to learn how to post some "Readily Consumable Data"...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 5, 2022 at 8:24 pm
@Tobar... did you ever figure this out? Without being able to put my hands on the database, I'm out of suggestions.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 5, 2022 at 8:22 pm
Assuming that all of the other 20 subqueries are based on the same pattern in tblPolSpec, you will probably get better performance if you use a CROSS-TAB query like...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 5, 2022 at 7:44 pm
Many thanks for your help. I have been told that it uses DTExec.exe to run the SSISpackage. I am trying to find out more about this but if anyone...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 5, 2022 at 7:43 pm
Memory optimized?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2022 at 6:34 pm
The original code looks like a "poor man's CROSSTAB". Try the following true CROSSTAB instead.
SELECT PolNr = m.PolNr
...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2022 at 6:14 pm
Viewing 15 posts - 2,506 through 2,520 (of 59,067 total)