Forum Replies Created

Viewing 15 posts - 5,926 through 5,940 (of 19,560 total)

  • RE: Are the posted questions getting worse?

    Gianluca Sartori (7/19/2012)


    On a totally different note, I recently started on a new job as DBA/DBD and I'm a bit surprised of some restrictions in this shop.

    Out of curiosity, does...

    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: Snapshots

    anthony.green (7/19/2012)


    I also read it as being Yes as the question didnt specify needing to delete or not delete the other snapshots, so in theory Yes I can revert to...

    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: SQL Server Agent dosabled

    Have you checked the server logs?

    Have you verified that somebody/something is not stopping and restarting SQL Server?

    Same sort of question for the Agent, have you confirmed that somebody/something is not...

    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: stored procedure running slow

    How does the hardware (memory, cpu, 64bit v 32bit, hard disk speed and type), compare between the two?

    Have you examined the execution plan from both machines and checked for differences?

    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: Time Zones

    Solomon Rutzky (7/17/2012)


    Steve Jones (7/17/2012)


    CONVERT still has crazy numeric codes for conversion. Wouldn’t it make more sense to do this:

    DECLARE @dt datetime

    SELECT @dt = GETDATE()

    SELECT CONVERT( datetime, @dt, 'dd.mm.yy')

    Hey Steve....

    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?

    Jan Van der Eecken (7/18/2012)


    SQLRNNR (7/18/2012)


    Jan Van der Eecken (7/18/2012)


    Steve Jones - SSC Editor (7/18/2012)


    GilaMonster (7/18/2012)


    The first one as well as the second please? It has some deep stuff in,...

    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?

    Jan Van der Eecken (7/18/2012)


    Steve Jones - SSC Editor (7/18/2012)


    GilaMonster (7/18/2012)


    The first one as well as the second please? It has some deep stuff in, I promise,

    Already added that one...

    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 2 servers in same connnection in SSIS package

    Here is an article with details for that.

    http://www.mssqltips.com/sqlservertip/1322/merge-multiple-data-sources-with-sql-server-integration-services/

    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?

    GilaMonster (7/18/2012)


    Steve Jones - SSC Editor (7/18/2012)


    WayneS (7/18/2012)


    Gianluca Sartori (7/18/2012)


    SQLRNNR (7/17/2012)


    Congrats to Gail and Grant on the new book coming out in November.

    http://www.apress.com/9781430247708

    Here's another one coming out in August (by...

    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!

    chronometer

    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: how to delete duplicate col.

    Lynn Pettis (7/18/2012)


    SQLRNNR (7/18/2012)


    lokeshvij (7/18/2012)


    Jason: I always wonder when I use CTE to delete duplicate rows.

    CTE being ANSI compliant, why does it let us delete data from CTE? I am...

    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: how to delete duplicate col.

    Lynn Pettis (7/18/2012)


    Danzz (7/18/2012)


    Can I get T-sql statement.

    Based on what? We don't have anything useful from you to provide you with any code that would be useful to you....

    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: how to delete duplicate col.

    Sean Lange (7/18/2012)


    Danzz (7/18/2012)


    Can I get T-sql statement.

    Actually if you read the article it is really quite simple.

    Thank you.:-D

    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: how to delete duplicate col.

    lokeshvij (7/18/2012)


    Jason: I always wonder when I use CTE to delete duplicate rows.

    CTE being ANSI compliant, why does it let us delete data from CTE? I am sure ANSI norms...

    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: Geeky Books

    I am sooooo far behind in books to read this year. I have a pile of books on my nightstand and another pile in my kindle that I planned...

    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 - 5,926 through 5,940 (of 19,560 total)