Viewing 13 posts - 1 through 13 (of 13 total)
Yep. That's what I'm doing. Thanks to all for the good advice.
October 7, 2024 at 9:42 pm
In that case, the record will be updated with the name. An insert in that case would be the wrong logic and thus should fail based on the constraint I...
October 7, 2024 at 7:26 pm
Thanks, but both can be blank. I can have a record with a blank name and email address, any unique names and an email address, but not both a unique...
October 7, 2024 at 3:48 pm
Correct Jeff, execute SQL Task is your friend here.
October 6, 2024 at 1:56 pm
Thanks Ant-Green. Nice to have confirmation.
October 2, 2024 at 5:15 pm
I was maybe not clear enough, email address alone is not unique in the table First, last and email address is unique. An email address can appear multiple times with...
October 2, 2024 at 2:50 pm
So very strange. Trying those exact queries again today, and working exactly as expected. Even tried setting RCSI on and off, no change. Thanks for checking. Much appreciated.
Interestingly enough, I...
March 14, 2024 at 2:08 pm
Exactly Jeff. But you didn't read down far enough 🙂
The current environment I'm in is pushing to move to datalake/databricks, but I actually don't know what problem we are trying...
April 14, 2023 at 7:58 pm
If you are familiar with SSIS, then use that. According to MS and others, SSIS is actually faster than BCP. Although, I've never fully tested myself. That being said, SSIS...
March 28, 2023 at 6:49 pm
OK. I know this is an XMAS post and I shouldn't read too much into the code, but holy cow, those where Clauses (like what I did there) gave me...
December 23, 2022 at 5:40 am
Are you sure it's blowing up because it's null? Might want to try a simple select * from stg.users where try_convert(int,home_location_id) is null.
I'm sure the syntax is wrong there.
I've run...
January 26, 2022 at 10:43 pm
I know this is an old post, but are there any updates that people want to share about what you are doing? We're mostly SSIS/ETL with some reporting etc. We're...
November 9, 2021 at 5:52 pm
Viewing 13 posts - 1 through 13 (of 13 total)