Forum Replies Created

Viewing 15 posts - 286 through 300 (of 560 total)

  • RE: SQL Server Databases Synchronization

    Lempster (5/23/2014)


    One thing to be aware of is that Database Mirroring is now deprecated. I'm not saying don't use it, but that Microsoft intend to remove it in a future...

  • RE: TCP Provider: Timeout error [258] and Unable to complete login process due to delay in login response

    pxt_ce (5/21/2014)


    Hello masters,

    we are facing one issue from last 3 days.

    During job execution (SSIS) we are getting Login TimeOut. with the following error. Request your master help.

    Error:

    SSIS Error...

  • RE: Capacity Planning--CPU and Memory usage.

    Minto Minto(quendans) (5/20/2014)


    Hi

    We are planning to add an extra node to the existing cluster environment.Before that we want to check CPU usage ,Memory usage and etc.

    Can any one please suggest...

  • RE: TempTables

    ramana3327 (5/22/2014)


    Hi,

    I am working with the SP tuning. I want to know clearly about the temp tables.

    Some people say

    Instead of Select * into #table, it is always better to...

  • RE: TSQL to detect update statistics

    ScottPletcher (5/22/2014)


    Instead of changing the code like that, just remove the UPDATE STATS statement entirely. You shouldn't be doing that all throughout code anyway.

    Agree!

  • RE: CPU hungry query

    sql-lover (5/22/2014)


    SQLRNNR (5/22/2014)


    The query is a relatively low cost but is going parallel.

    It looks like you might have set maxdop to 2 but left the cost threshold at 5.

    You might...

  • RE: CPU hungry query

    SQLRNNR (5/22/2014)


    The query is a relatively low cost but is going parallel.

    It looks like you might have set maxdop to 2 but left the cost threshold at 5.

    You might want...

  • RE: CPU hungry query

    GilaMonster (5/22/2014)


    Table definitions, index definitions please.

    Are the business users happy with the chance of getting incorrect results from this query from time to time?

    And, what's the point of this?

    AND (''=''...

  • RE: Incomplete Backups

    James Mace (5/21/2014)


    I really don't know what you mean, so here it is:

    ON compression

    These are FULL backups

    NO we are not backing up to multiple files,

    Our database use two files (Data...

  • RE: SQL Server Databases Synchronization

    pgmoschetti (5/21/2014)


    TheSQLGuru (5/21/2014)


    I agree that synchronous database mirroring is probably the way to go here. Decent hardware should be able to keep up with 30 actions per second without...

  • RE: TSQL to detect update statistics

    ekant_alone (5/21/2014)


    Ola solution is good, but that's something i cant implement right now. Due some complexities.

    I understand your situation but I think your workaround will create more problems than a...

  • RE: SQL Server Databases Synchronization

    pgmoschetti (5/21/2014)


    I have a control room with the following configuration:

    - 2 PCs running the control software, each with its own SQL Server Database for data store (the 2 databases are...

  • RE: Ugly Index Spool

    ChrisM@Work (5/21/2014)


    -- Read (and aggregate) table variable @Result only once.

    -- Note that a row will match more than one filter.

    -- Note use of NULL in case expression for averages -...

  • RE: Ugly Index Spool

    ChrisM@home (5/20/2014)


    On phone so long shot - try LEFT REMOTE JOIN ticket.

    Got this error:

    Msg 1072, Level 15, State 1, Line 22

    A REMOTE hint can only be specified with an INNER...

  • RE: Ugly Index Spool

    I take that back.

    The new code seems to be more slim and faster on the remote server ...

    ... but there is more data traversing the network.

    :ermm:

Viewing 15 posts - 286 through 300 (of 560 total)