Forum Replies Created

Viewing 15 posts - 406 through 420 (of 1,243 total)

  • RE: How can automate report from sqlserver to be sent on email everyday.

    Luis Cazares (11/15/2016)


    I wonder why an SSRS subscription wasn't considered. Too late for that, I suppose.

    This would be the approach I would take. It is simple to set up Subscriptions...

    ----------------------------------------------------

  • RE: Deleted

    chocthree (11/14/2016)


    Thanks for all your replies. Really appreciated.

    I have installed the 2016 version of the SQL Server software (as stated in previous posts). I am having trouble finding training videos...

    ----------------------------------------------------

  • RE: Temp tables in transaction

    Good QotD. Someone not knowing this could introduce a serious bug into their work.

    ----------------------------------------------------

  • RE: SSIS- fetch the identity value generated in Destination INSERT

    glebih (10/17/2016)


    Assuming that an UPDATE statement effectively DELETEs and INSERTs a record, can the values not be retreived via OUTPUT ?

    IE

    UPDATE table

    SET Col1 = Val1

    OUTPUT inserted.Col1 (should be Val1),...

    ----------------------------------------------------

  • RE: check if record exists then update else insert

    >> 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...

    ----------------------------------------------------

  • RE: Insert into table

    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...

    ----------------------------------------------------

  • RE: SSIS : Cannot open the datafile

    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...

    ----------------------------------------------------

  • RE: check if record exists then update else insert

    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...

    ----------------------------------------------------

  • RE: Good to have Multiple Data Warehouses?

    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...

    ----------------------------------------------------

  • RE: SSIS : Cannot open the datafile

    bheema.ece12 (11/13/2016)


    Have given all types of permissions, but no luck. Can someone help in resolving the error?

    Error: [SSIS.Pipeline] Error: Read From CSV failed the pre-execute phase and returned error code...

    ----------------------------------------------------

  • RE: Give database to customers, how would you want to receive it?

    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...

    ----------------------------------------------------

  • RE: Reporting Services From a Data warehouse - Bottleneck On Every Month

    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...

    ----------------------------------------------------

  • RE: Multiple Joins on Fact Table

    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...

    ----------------------------------------------------

  • RE: Need to implement left join using look up

    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...

    ----------------------------------------------------

  • RE: Need to implement left join using look up

    ShinyK (11/10/2016)


    By default, the Lookup operates as an INNER JOIN - but we need a LEFT (OUTER) JOIN. Click the "Configure Error Output" button to open the "Configure Error Output"...

    ----------------------------------------------------

Viewing 15 posts - 406 through 420 (of 1,243 total)