Viewing 15 posts - 8,761 through 8,775 (of 59,078 total)
If you are an employee of the US federal government, then your salary history is public information.
Search Federal Employee Salaries
https://www.fedsdatacenter.com
7,040,119 entries
Heh... just one of the many reasons why...
August 27, 2019 at 6:43 pm
Apologies... I posted a reply on the wrong thread and removed it.
August 27, 2019 at 6:38 pm
Thanks Jeff. This appears to be exactly what I am looking for. How would I replace the string with a field name called int_ID now? I don't know what...
August 27, 2019 at 6:30 pm
You're correct in saying that loading a table with a Clustered Index in place does mean that you have to only use a single thread to be able to take...
August 27, 2019 at 5:23 pm
Some of the details may be irrelevant to parallel processing but, in my mind anyway, parallel processing during the initial load is just one part of the equation. As you...
August 26, 2019 at 11:55 am
@iposner ,
I'm curious... Did all 10,000 files have precisely the same format? And what was that format? CSV? TSV? Fixed Width Fields? And can you make a guess as to...
August 25, 2019 at 6:11 pm
In my previous post I wasn't making any point at all about portability, which I agree is no necessary consideration in designing a database. My point was just about...
August 25, 2019 at 4:01 pm
1. Why a unique non-clustered index ? why not just a non-clustered index for [NI_APPLIED_LOCK_SBL3R8]. Because I don't know the nature of the data if those columns has repeated...
August 25, 2019 at 3:35 pm
Business data belongs to nominated data controllers and data subjects. Data does not belong to database designers and developers and as a technology professional myself I try to keep...
August 25, 2019 at 1:52 pm
Rather than having a master package distribute the list of files to process, another approach is to give each package the rules it needs to process the subset of...
August 25, 2019 at 3:16 am
Just my take on this... single and fairly short formula that does the replacements only once. This, of course, assumes that you'll always be working values where you want to...
August 25, 2019 at 2:39 am
I am working in SSIS (Sql server version 2012) , I have a requirement to add two new columns to a destination table which already has five years of...
August 25, 2019 at 1:35 am
I think that three things need to be done before anything else....
August 25, 2019 at 1:24 am
A part of the reason why I use IDENTITY instead of sequence is because IDENTITY IS much more difficult to update and it's flat out not supposed to ever be...
August 24, 2019 at 11:47 pm
before loading csv to SQL is there a way to validate against table schema to catch potential data issues and row number
create a good file(records pass) and bad file(for...
August 24, 2019 at 4:50 am
Viewing 15 posts - 8,761 through 8,775 (of 59,078 total)