Viewing 15 posts - 406 through 420 (of 1,241 total)
Good QotD. Someone not knowing this could introduce a serious bug into their work.
November 16, 2016 at 9:56 am
glebih (10/17/2016)
IE
UPDATE table
SET Col1 = Val1
OUTPUT inserted.Col1 (should be Val1),...
November 15, 2016 at 5:27 pm
>> I have to check if this exists in table, if it does not exist only then insert. <<
No, another alternative is to try to insert a row and see...
November 15, 2016 at 12:26 pm
Just to note, for the answer that you marked as correct ... the second instance where col1=2 has col5 = 'ewqq' and not 'kjhg' as you specified. Eirikur's solution however...
November 15, 2016 at 11:47 am
bheema.ece12 (11/14/2016)
Hi Martin,The file is stored on my machine and both DB and SSIS packages are running in my local machine itself.
You'll have to provide some more information like the...
November 15, 2016 at 11:00 am
Building on Lynn's good example here:: I added a couple of audit fields that you may readily see , 'created on' and 'updated on' dates. It is not difficult...
November 14, 2016 at 4:32 pm
I believe in the one source of truth, as the ideal. From many sources one place to store. It also keeps enforcement on data standards easy since you are working...
November 14, 2016 at 12:17 pm
bheema.ece12 (11/13/2016)
Error: [SSIS.Pipeline] Error: Read From CSV failed the pre-execute phase and returned error code...
November 14, 2016 at 12:01 pm
I'm sure you already know this but its worth mentioning. In your source control dont forget to create a tag for your releases so that you know what version of...
November 11, 2016 at 10:50 am
Now we have 2000+ SSRS reports for many clients and we scheduled those reports as subscriptions in those report servers.
This would have given me the indication right away that there...
November 11, 2016 at 10:36 am
davoscollective (11/11/2016)
MMartin1 (11/10/2016)
...CounterpartyAccountKey and GenevaAccountKey ..
If these do represent the source, think of the maintenance nightmare when the source changes, or another is added. This is not the way to...
November 11, 2016 at 10:14 am
Since you are unsure and want to implement a left join I easily recommend MERGE. The Lookup transform is a little different. Try reading more about them on MSDB. For...
November 10, 2016 at 3:39 pm
ShinyK (11/10/2016)
November 10, 2016 at 11:52 am
...CounterpartyAccountKey and GenevaAccountKey ..
If these do represent the source, think of the maintenance nightmare when the source changes, or another is added. This is not the way to design IMHO....
November 10, 2016 at 10:39 am
What is the rule if you have three people named Bo Derek, or four people named Joe Smith? In the prior code run I see that the last one...
November 9, 2016 at 11:59 am
Viewing 15 posts - 406 through 420 (of 1,241 total)