Forum Replies Created

Viewing 15 posts - 3,781 through 3,795 (of 7,164 total)

  • RE: Identifying rows of data that share a common point in time – How To do it with SQL 2005 compliant T-SQL

    I think so. If I have it, you can change my query to this to see the inner-section (maxDtStart and minDtEnd) where all processes overlap:

    DECLARE @dt DATETIME = '2012-06-11 11:32:00.000';

    WITH...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Identifying rows of data that share a common point in time – How To do it with SQL 2005 compliant T-SQL

    One point of clarification on the requirement please, when you say "a common point in time" what determines that point? Will this be for a real-time dashboard in which case...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: High Page reads or high Execution time

    Hmmm, is your test environment representative of the prod environment in terms of CPU, memory and IO subsystem? I would also look hard at the CPU time (SET STATISTICS TIME...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Validating file using without script task

    I would recommend looking into the Conditional Split Transformation to help you parse the file and route each file-line-type onto a different output stream.

    Then, when loading your data-lines into...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL 2012 Data Warehouse Suggestions

    Here is a good place to start to get some idea of what Microsoft set forth as documented Best Practices when it comes to setting up a DW. It talks...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Importing an excel sheet with scattered data

    For those not interested in opening the Excel file here it is:

    Just a couple WAGs, you could try importing the entire sheet into one table and then using T-SQL to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Server 2005 SP2 Installation Error

    charlesd (6/17/2012)


    Unfortunately, after checking all the file and directory permissions I was still unable to install SP2.

    I got the same error as before. But doesn't the execution of the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Server 2005 SP2 Installation Error

    george sibbald (6/17/2012)


    I highlighted MS11-049 as it is an important security update and should be applied to all SQL servers.

    No question, it is important. I just wondered why you singled...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: The expression could have a result value that exceeds the maximum size of a DT_WSTR

    akin.akinwumi (6/15/2012)


    I think without changing the Oracle source query you need to modify the default output property that SSIS presents the columns from the data source.

    That was my initial suggestion,...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Server 2005 SP2 Installation Error

    george sibbald (6/16/2012)


    Another thing... if you are not concerned about which SP you apply (you say you are happy to try SP3) then go for the latest service pack which...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: cdosysmail works for a few days then stops

    Jeff Moden (6/16/2012)


    Speaking of "sharp corners", it's a funny thing about adversity and the written word. Although I agree with the author of the following post, how should one...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Data Flow very slow versus Linked Server

    To add to the modifications Jeffrey mentioned you can also tune the SSIS package's buffer settings (DefaultBufferMaxRows and DefaultBufferMaxSize) to improve performance.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Schedule DBCC CheckDB

    jralston88 (6/15/2012)


    I'm a relative newbie with SQL Server admin tasks. Recently I noticed that the two prior dba's did not set up DBCC CheckDB for our 2005 and 2008...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Data Flow very slow versus Linked Server

    happycat59 (6/16/2012)


    opc.three (6/15/2012)


    akin.akinwumi (6/15/2012)


    opc.three (6/15/2012)


    akin.akinwumi (6/15/2012)


    Copy your linked server query into an 'Execute SQL' task in SSIS. That way you get the best of both worlds!;-)

    In my opinion that is...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: cdosysmail works for a few days then stops

    Jeff Moden (6/15/2012)


    I cannot personally speak as to whether or not Database Mail is a PITA to setup on clusters because, like you, I wasn't the one that set it...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 3,781 through 3,795 (of 7,164 total)