Viewing 15 posts - 2,536 through 2,550 (of 59,098 total)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 11, 2022 at 5:30 am
Please see the following article to easily do exactly what you ask.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 11, 2022 at 5:25 am
IMHO, the best thing said on this thread is...
Measuring performance before and after the addition of the index and an examination of your execution plans (which are not a...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 11, 2022 at 4:20 am
Hi Jeff,
Without the leading zeroes (e.g. instead of 0.123 it would show in the .csv file .123), I could not load the file into BigQuery. Import function was giving...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2022 at 9:52 pm
Have a look at this thread
😎
That's a long thread. You might want to provide the post number for where we ended up on that thread.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2022 at 6:41 pm
If it will always be that you have a non-numeric first character and the rest are numeric, this will work very quickly...
SELECT CONVERT(INT,SUBSTRING(yourstring,2,8000))
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2022 at 6:40 pm
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
Viewing 15 posts - 2,536 through 2,550 (of 59,098 total)