Forum Replies Created

Viewing 15 posts - 1,471 through 1,485 (of 1,988 total)

  • RE: The Push to Upgrade from SQL Server 2005

    SQL Server is relatively easy to upgrade but unless there's a feature in a newer version that an organization really wants or they want to install/upgrade an application that uses...

  • RE: Today's Random Word!

    crookj (2/5/2016)


    Grumpy DBA (2/5/2016)


    djj (2/5/2016)


    Smile

    The Beach Boys (recorded in '66 - '67)

    Campbell (Glenn - An early fill-in for the Beach Boys)

    Bruce

  • RE: Select Latest record by comparing 2 tables.

    Maybe something like,

    WITH TEMP_CTE AS(

    SELECT MachineID, InstanceKey, TimeKey, RevisionID, rowversion, Account, SchemaClass FROM TABLE_A

    UNION ALL

    SELECT MachineID, InstanceKey, TimeKey, RevisionID, rowversion, Account, SchemaClass FROM TABLE_B

    )

    SELECT * FROM TEMP_CTE WHERE TimeKey...

  • RE: Today's Random Word!

    Ed Wagner (2/4/2016)


    Grumpy DBA (2/4/2016)


    Ed Wagner (2/4/2016)


    Barbeque

    Ribs

    Pulled Pork

    Pirates

  • RE: Database in full recovery?

    Does this consultant mean that the DB is typically used in a read only manner or does he really think it doesn't use transactions? If it's really a read...

  • RE: DeveloperBall

    Hmm... maybe a better title would be AdministratorBall. Development tends to not have as many hard skills that can be measured beyond it works but noone knows why.

  • RE: Tr log is full how can we reduce it

    Yes you can change the recovery mode of the DB to simple, that won't clear the existing log file so you would still need to do a transaction log back...

  • RE: Tr log is full how can we reduce it

    mw112009 (1/26/2016)


    Zzartin:

    verify that your scheduled log backups are running properly,

    How do I do that ? CAn you guide me

    In management studio go to SQL Server Agent -> jobs on...

  • RE: Tr log is full how can we reduce it

    mw112009 (1/26/2016)


    Reply to John:

    I am not a DBA. I am a SQL developer. I am hoping someone will pass me the commands and I can check/test/execute them.

    This is kind...

  • RE: Today's Random Word!

    Ed Wagner (1/25/2016)


    djj (1/25/2016)


    Ed Wagner (1/22/2016)


    Jeff Moden (1/22/2016)


    TomThomson (1/22/2016)


    SQLRNNR (1/22/2016)


    Ed Wagner (1/22/2016)


    SQLRNNR (1/22/2016)


    DonlSimpson (1/22/2016)


    SQLRNNR (1/22/2016)


    runt

    squirt

    herder

    Sheep

    Black

    Coal

    Graphene

    Graphite

    epoxy

    Repair

    Hammer

  • RE: Today's Random Word!

    Ray K (1/21/2016)


    Luis Cazares (1/21/2016)


    djj (1/21/2016)


    Ed Wagner (1/21/2016)


    crookj (1/21/2016)


    Igor Micev (1/21/2016)


    Ed Wagner (1/21/2016)


    DonlSimpson (1/21/2016)


    Igor Micev (1/21/2016)


    Grumpy DBA (1/21/2016)


    Ed Wagner (1/21/2016)


    djj (1/21/2016)


    BL0B_EATER (1/21/2016)


    Stuart Davies (1/21/2016)


    Ed Wagner (1/20/2016)


    Ray K (1/20/2016)


    djj (1/20/2016)


    Roasted

    Chicken

    Ribs

    Spare

    Tyre

    Tired

    Sleep

    Insomnia

    AlwaysOn

    Availability

    Phone

    Cell

    Red...

  • RE: Design a Better SQL Server Pricing Model

    John Hanrahan (1/21/2016)


    My impression from reading some of the "leading" IT mags is that M$ SQL is losing market share especially to MySQL. I know if you look at...

  • RE: Design a Better SQL Server Pricing Model

    Eric M Russell (1/21/2016)


    Alex Gay (1/21/2016)


    Eric M Russell (1/21/2016)


    How about a licensing model that simply charges for and caps the number of concurrent connections or non-system session SPIDs without concern...

  • RE: Design a Better SQL Server Pricing Model

    I wouldn't mind seeing more granularity in pricing based on features there's some features in even standard edition I'll never use and some features in EE I'd like to have...

  • RE: DBCC DBREINDEX - Everynight?

    Just out of curiosity why are you defragging(or rebuilding) before purging?

Viewing 15 posts - 1,471 through 1,485 (of 1,988 total)