Forum Replies Created

Viewing 15 posts - 11,881 through 11,895 (of 26,486 total)

  • RE: Please help me (Date Difference Issue)

    mota7128 (5/17/2012)


    Hi Guys,

    I am using SQL 2008 R2, and I do thank all of you guys, REALLY love you.

    Much thanks for you "Lynn Pettis", your solution is awesome for me...

  • RE: Please help me (Date Difference Issue)

    Update:

    DECLARE @StartDate DATETIME,

    @EndDate DATETIME;

    SET @StartDate = '2012-05-18 12:07:00.000'; --GETDATE();

    SET @EndDate = '2012-05-21 15:40:34.497' ; -- GETDATE() + 1;

    DECLARE @ElapsedTime INT; --...

  • RE: Best Solution for HA/DR

    melissa.dougherty (5/17/2012)


    I will need to meet with higher ups to determine amount of exceptable data loss.... we are running mirroring in a synchronous mode, we do not use the Witness.

    I...

  • RE: Best Solution for HA/DR

    melissa.dougherty (5/17/2012)


    I will need to meet with higher ups to determine amount of exceptable data loss.... we are running mirroring in a synchronous mode, we do not use the Witness.

    I...

  • RE: Best Solution for HA/DR

    Are you using syncronous or asyncronous mirroring to your off-site database?

  • RE: Best Solution for HA/DR

    melissa.dougherty (5/17/2012)


    We really don't have a budget.... we would need to justify the need and see if they will approve. We need to recover within an 8 hour window,...

  • RE: Are the posted questions getting worse?

    L' Eomot Inversé (5/17/2012)


    Revenant (5/17/2012)


    Stefan Krzywicki (5/17/2012)


    Thanks to new data mining abilities I think I read that they have the ability, to 75% or 90% or something like that, to...

  • RE: Why table is not created?

    halifaxdal (5/17/2012)


    Thanks Lynn,

    I need to use the temp table for further data processing so defining it as global is the only way.

    Just remember that using a global tempory table has...

  • RE: Edition upgradation and licence Keys

    But it is fun. You haven't been around for a while and getting into a conversation over nothing is fun.

  • RE: Could not be bound...

    krypto69 (5/17/2012)


    Oh okay...but then how could I reference it then?

    Look with eye:

    GLDEFRLS

    INNER JOIN accropts AC

    ON AC.AccAccrOption = EM.EacAccrOption

    You are...

  • RE: Case when...

    Just one case:

    case when (departmentnumber in (091111,011111)) then 'Emergency'

    when (departmentnumber in (013121)) then 'NICU'

    else ''

    end as Department

  • RE: Best Solution for HA/DR

    melissa.dougherty (5/17/2012)


    We are looking for the best solution for high availability and disaster recovery. We have are main production SQL Server databases and we want to replication to two other...

  • RE: How to retain the variable's value in a dynamic sql? Thanks.

    Perhaps this:

    set @sql = 'select count(1), sa from deviationbycategoryandsa where [' + @Category + '] = 1 and sa = ' + '''' + @sa + '''' + ' group...

  • RE: Edition upgradation and licence Keys

    RBarryYoung (5/17/2012)


    Lynn Pettis (5/17/2012)


    RBarryYoung (5/17/2012)


    Oh, and "Upgradation" isn't really a valid word in English. Just use "Upgrade" instead.

    You find it used off-shore, particularly India: http://oald8.oxfordlearnersdictionaries.com/dictionary/upgradation

    We now have, English,...

  • RE: TempDb crashed my server...

    Truth? Clean up the data. If the data has leading and trailing spaces and these need to be removed for a query, perhaps retaining them in the data...

Viewing 15 posts - 11,881 through 11,895 (of 26,486 total)