Viewing 15 posts - 2,491 through 2,505 (of 59,067 total)
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...
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...
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...
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.
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,...
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...
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...
November 5, 2022 at 8:28 pm
At McFarlandParkway,
Are you all set? Did the solution I posted work for you?
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"...
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.
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...
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...
November 5, 2022 at 7:43 pm
The original code looks like a "poor man's CROSSTAB". Try the following true CROSSTAB instead.
SELECT PolNr = m.PolNr
...
November 4, 2022 at 6:14 pm
Thanks for the reply, Eirikur.
November 4, 2022 at 4:59 pm
Viewing 15 posts - 2,491 through 2,505 (of 59,067 total)