Forum Replies Created

Viewing 15 posts - 16,186 through 16,200 (of 19,560 total)

  • RE: Free Books

    homebrew01 (3/19/2010)


    CirquedeSQLeil (3/19/2010)


    homebrew01 (3/19/2010)


    I have several SQL 2000 Administration, DTS, Programming & Reporting Services books.

    PM me if you want some.

    That's awfully generous of you.:cool:

    Ain't it though. 😀

    I thought...

    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: Tiny virtual machine outperforms a big physical box?

    You say the execution plans are the same. Is that the estimated or the actual exec plans?

    How many rows difference is there between the environments?

    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: '%' has more columns that were specified in the column list

    Two quick suggestions without having seen the table defs.

    1. Move the derived table to a cte and perform your left outer join on that.

    or

    2. Change the table alias...

    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: Standard Edition or Enterprise Edition?

    GSquared (3/19/2010)


    Jason Shadonix (3/19/2010)


    Stupid question - If you've already paid for Enterprise licenses, and have it installed everywhere, are you really going to get money back by switching to Standard...

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

    homebrew01 (3/19/2010)


    I have several SQL 2000 Administration, DTS, Programming & Reporting Services books.

    PM me if you want some.

    That's awfully generous of you.:cool:

    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 2005 - Long duration Stored Procedure

    balasach82 (3/19/2010)


    I use a Stored Procedure (with parameter) which uses 3/4 joins to retrieve some fields.i.e., a select from 3/4 tables. The problem is whenever the SP is executed for...

    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 2008 T-SQL Enhancements Part - III

    Nice article thanks. I like the compare and contrast between 2k5 and 2k8 that you demonstrated.

    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: Answers to Your QOD

    Steve Jones - Editor (3/19/2010)


    This is a learning tool, and I could see that Microsoft bears some blame here since we try to use BOL as a reference. To that...

    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?

    jcrawf02 (3/19/2010)


    What about being able to eat your neighbors when it's too cold?

    There are too many of those stories that are true.

    One time at band camp...

    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: Is Database Running in SQL Server or SQL Server Express?

    Paul White NZ (3/19/2010)


    CirquedeSQLeil (3/18/2010)


    This may be of use as well

    SELECT SERVERPROPERTY ('edition'),serverproperty('productversion')

    Also:

    SELECT CONVERT(INTEGER, SERVERPROPERTY('EngineEdition'));

    This returns a value of 4 for Express (all variations). The 'edition' version distinguishes...

    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: Answers to Your QOD

    Paul White NZ (3/19/2010)


    CirquedeSQLeil (3/19/2010)


    I actually disagree with the correct answer.

    Me too, but it's not terribly important. There could have been another option..."it depends".

    For the record, I ticked 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: transaction log restore question

    2 Tim 3:16 (3/19/2010)


    I've used Apex SQL Log and Apex SQL Recover

    Glad to hear somebody was able to get it to work. I tried these in a couple...

    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: transaction log restore question

    Brandie Tarvin (3/19/2010)


    Paul,

    It isn't a silly question. Developers should not have that ability on Production. In fact, there should be a tight throttle on the # of people who do...

    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!

    Starry Night

    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!

    Blustery

    and elated (my team finally won a game in the tournament)

    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 - 16,186 through 16,200 (of 19,560 total)