Forum Replies Created

Viewing 15 posts - 6,136 through 6,150 (of 19,560 total)

  • RE: query performance

    Good to hear that it is resolved.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Today's Random Word!

    Brandie Tarvin (6/22/2012)


    Daniel Bowlin (6/22/2012)


    Ray K (6/22/2012)


    quiet (where is everybody?)

    Slammed

    Overwhelmed (need a time machine or a duplicator ala Calvin & Hobbes)

    Slammed, overwhelmed, busy, need a moment to breath.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Database in Restoring state

    The only tasks in the Maintenance Plan were to perform full, diff and t-log backups? Were there any other tasks? Was there another job that had restored the...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: SSIS sql agent job failed

    If the package has been working and then failed this time then started working again, it is probably a network connectivity issue. It could also be that the remote...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: query performance

    David Webb-200187 (6/22/2012)


    Maybe this is a silly question, but why do the concatenation at all? You're putting the same string on the end of both values, so if they...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: T-sql to get the default backup path?

    You're welcome.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Restricting updates?

    Thanks for the back to basics question.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Does a developer need to upgrade from 2008 to 2012?

    I would make the effort to upgrade. There are new features that you will want to learn.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Issue - Dont see transaction log shipping option in enterprise edition

    Will you run this and post the results:

    select serverproperty('edition') as Edition

    ,serverproperty('productversion') as ProductVersion

    ,serverproperty('productlevel') as ProductLevel

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: using sys.dm_exec_sessions , where to find database name/id

    This should do it

    select

    es.session_id,

    er.database_id,

    db_name(er.database_id) AS DBName

    from

    sys.dm_exec_sessions es

    inner join sys.dm_exec_requests er...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (6/21/2012)


    Lynn Pettis (6/21/2012)


    OMG

    Please, I really hope this person was joking.

    Oh god not him.

    He's the most important reason I have such a high post count. Trying to help him...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: The Redmond Agenda

    cfradenburg (6/20/2012)


    This could actually make RTM releases more solid. With the cloud users working out a number of the bugs we may see less patching necessary on boxes we...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Technology Guilt

    Nothing to feel guilty about with the increase in productivity. At some point a realization will be met that the technology has also created more jobs - just different...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Does the SQL server log its requests and responses?

    It seems like you should be looking to do a traffic analysis using something like wireshark.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Evil Kraig F (6/21/2012)


    SQLRNNR (6/21/2012)


    I know. That's why the space was left intentionally blank:-D:-D

    Protip: Do not attempt to match wits on the thread after two days of intensive all...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 15 posts - 6,136 through 6,150 (of 19,560 total)