Forum Replies Created

Viewing 15 posts - 631 through 645 (of 1,246 total)

  • RE: 2 emails being send from sql job when only 1 should send.

    rakesh.naik (12/31/2015)


    I then checked the mail log and see this following error message showing up.

    The mail could not be sent to the recipients because of the mail server...

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

  • RE: How can I recursive check sp_refreshsqlmodule in sql server?

    Another thing to consider is avoiding the chaining of views if possible. You keep the compiler from getting a good query plan. Things are not as re-usable in the SQL...

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

  • RE: How can I recursive check sp_refreshsqlmodule in sql server?

    How would you know in the real world that [dbo].[L2] was the first view in the chain, where you started the refresh? Certainly things are not named this way...

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

  • RE: Flag Values Based on Columns

    Great solution Eirikur , the

    ,ROW_NUMBER() OVER

    (

    ...

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

  • RE: Tempdb on RamDisks or SSDs - two-node cluster?

    If you have someone good at it, finding the bad code and fixing it isn't as expensive as most would think and has the long term benefit of being rather...

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

  • RE: Retrieve specific cell value from Excel into SSIS variable

    Just have to ask, you mentioned you tried all the data types in SSIS. I assume this includes the "double" type as well? I am surprised it would fail here.

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

  • RE: What is recursion?

    I did a quick search and looked through a few links on recursion. Here is one that I think explains the basics fairly well from a elementary standpoint.

    http://www.cplusplus.com/articles/D2N36Up4/

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

  • RE: Retrieve specific cell value from Excel into SSIS variable

    MMartin1 (1/15/2016)


    In Excel, insert a column next to the one with the date. Assuming there is a value in B2 displaying like 12/31/2015 ... Enter a formula into C2 (the...

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

  • RE: JOIN HINTS

    Koen Verbeeck (1/15/2016)


    MMartin1 (1/14/2016)


    Great question. It reminds me of the merge join transform in SSIS, the inputs have to be ordered in like fashion.

    It's not exactly the same. In...

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

  • RE: Report Server (where does it stores the reports)

    After deployment, the shared data source connection is stored, like the reports, to the virtual directory that SSRS deployed to. Here you can change the value of the shared connection...

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

  • RE: What is recursion?

    If you do a search on something along the lines of "Employees table and CTE query to show who reports to who" you will get the main go to example...

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

  • RE: Result set should return all values inspite of a "Where clause"

    GilaMonster (1/15/2016)


    sqlnewbie17 (1/14/2016)


    Ex:Col A ,col B,col C,col D,col E,col F,col G....... col J

    Col A > 10

    Col B > 100

    col C < 20

    CASE WHEN <Condition 1> AND <Condition 2> AND <Condition...

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

  • RE: LEFT JOIN

    Phil Parkin (1/15/2016)


    Welsh Corgi (1/15/2016)


    Phil Parkin (1/15/2016)


    Welsh Corgi (1/15/2016)


    drew.allen (1/14/2016)


    Welsh Corgi (1/14/2016)


    I need to create a new table that has an Identity Column so that I can delete the duplicates.

    No,...

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

  • RE: Retrieve specific cell value from Excel into SSIS variable

    In Excel, insert a column next to the one with the date. Assuming there is a value in B2 displaying like 12/31/2015 ... Enter a formula into C2 (the new...

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

  • RE: JOIN HINTS

    Great question. It reminds me of the merge join transform in SSIS, the inputs have to be ordered in like fashion.

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

Viewing 15 posts - 631 through 645 (of 1,246 total)