Forum Replies Created

Viewing 15 posts - 1,696 through 1,710 (of 2,647 total)

  • RE: NT SERVICE\SQLSERVERAGENT

    sqlfriends (2/15/2012)


    SQLKnowItAll (2/15/2012)


    They are groups. Notice when you look at the icons in SSMS they are not a single person, they are 2. So, a domain account that...

    Jared
    CE - Microsoft

  • RE: List of recommended performance alerts?

    I didn't say that the only alerts you needed are cpu and memory, what I said was that it wil depend on your entire architecture. Hopefully your OPs team is...

    Jared
    CE - Microsoft

  • RE: List of recommended performance alerts?

    The types of performance alerts that you are mentioning are really not necessary until a problem occurs. If you monitor the error log regularly, you can pretty much see...

    Jared
    CE - Microsoft

  • RE: NT SERVICE\SQLSERVERAGENT

    They are groups. Notice when you look at the icons in SSMS they are not a single person, they are 2. So, a domain account that gets added...

    Jared
    CE - Microsoft

  • RE: Monthly Report Query

    Are you saying that you are running this "report" in SSMS? Or are you exporting to a file from SSRS?

    Jared
    CE - Microsoft

  • RE: Order by While inserting

    ScottPletcher (2/15/2012)


    I think the order does matter for the clus index and whether it gets fragmented or not. SQL is coded to recognize sequential inserts and not cause page...

    Jared
    CE - Microsoft

  • RE: Order by While inserting

    Jeff Moden (2/14/2012)


    SQLKnowItAll (2/14/2012)


    ScottPletcher (2/14/2012)


    Be careful with phrasing: MSDN doesn't say it doesn't work, they say it's not guaranteed to work.

    I believe that in this case, the clustered index is...

    Jared
    CE - Microsoft

  • RE: SQL Client Access Licence requirements

    @lutz

    Your scenario 1 most certainly requires an unlimited CAL license if you cannot account for all devices. This is one of those "indirect" scenarios that should have a socket...

    Jared
    CE - Microsoft

  • RE: SQL Client Access Licence requirements

    When talking to Microsoft about this, they said any person or device directly or indirectly touching the SQL Server requires a CAL. For example, if a website touches SQL Server...

    Jared
    CE - Microsoft

  • RE: Adding INSERT INTO ... to SELECT statement causes it to run significantly longer than expected

    Glad to hear you solved the issue, but could you provide us with execution plans from the original statement's insert versus just the select. Its nice that you "maintain"...

    Jared
    CE - Microsoft

  • RE: The SSIS subsystem failed

    In that case, I would reinstall or repair SSIS.

    Jared
    CE - Microsoft

  • RE: Order by While inserting

    ScottPletcher (2/14/2012)


    Be careful with phrasing: MSDN doesn't say it doesn't work, they say it's not guaranteed to work.

    I believe that in this case, the clustered index is on the identity....

    Jared
    CE - Microsoft

  • RE: The SSIS subsystem failed

    Did you try to run the package again? You are not giving me enough details about what you are trying and what is happening. You should not worry about the...

    Jared
    CE - Microsoft

  • RE: Unable to execute SQL commands as steps in SQL Agent

    Need more info. Do you reference linked servers?

    Jared
    CE - Microsoft

  • RE: Order by While inserting

    ScottPletcher (2/14/2012)


    When used together with a SELECT...INTO statement to insert rows from another source, ...

    I take that to mean what it explicitly says -- if you do SELECT ... INTO...

    Jared
    CE - Microsoft

Viewing 15 posts - 1,696 through 1,710 (of 2,647 total)