Forum Replies Created

Viewing 15 posts - 14,746 through 14,760 (of 19,560 total)

  • RE: Are the posted questions getting worse?

    Ouch. I think that is the sort of thing that I was seeing. Machine dependency with all of those solutions.

    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?

    bitbucket-25253 (4/16/2010)


    Aha, got it to work (Server 2000).

    Pray tell Jason, what is this seemling unquenchable thirst for SP_Who ....

    whatcha going to do with it?

    Well, I am trying to document...

    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 Express 2008 Edition NEEDED!!

    Express Edition has always been labelled as Server 200x Express since inception in 2005 (SQL Server 2005 Express Edition).

    Prior to that it was MSDE.

    I believe whoever told you that there...

    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?

    WayneS (4/16/2010)


    CirquedeSQLeil (4/16/2010)


    Wayne - I like your new avatar.

    Thanks. I was thinking about using this one (about 1/2 way down the page), but I figured that Steve would ask me...

    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?

    Aha, got it to work (Server 2000).

    Here is the SQL 6.5 version

    if exists (select * from sysobjects where id = object_id('dbo.sp_who2') and sysstat & 0xf = 4)

    drop procedure dbo.sp_who2

    GO

    CREATE PROCEDURE...

    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 Express 2008 Edition NEEDED!!

    Those are one and the same.

    SQL 2008 Express is SQL Server 2008 Express edition.

    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?

    Steve Jones - Editor (4/16/2010)


    I think you'll need NT 4 for this. It installed in W2K, but there were warnings, might be issues.

    Where's the reference for it? I don't think...

    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?

    bitbucket-25253 (4/16/2010)


    CirquedeSQLeil (4/16/2010)


    Ok - this one is a stretch. Anybody have sp_who2 from sql 6.5?

    Heck Jason even this old timer does NOT save stuff that old.... Yikes

    Haha - funny...

    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?

    Steve Jones - Editor (4/16/2010)


    sp_who2 didn't exist in SQL 6.5

    😉

    It was sp_who. When they went to 7 or 2000, they kept sp_who and added sp_who2

    It was undocumented in 6.5...

    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 Primary key clustered index different from Unique key clustered index??

    Ditto as the other two, just adding that the final Primary in your definition refers to the filegroup on which the clustered index was created.

    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?

    Ok - this one is a stretch. Anybody have sp_who2 from sql 6.5?

    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?

    bitbucket-25253 (4/16/2010)


    Here it is:

    CREATE PROCEDURE sp_who2 --- 1995/11/03 10:16

    @loginame sysname = NULL

    as

    set nocount on

    declare

    @retcode ...

    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?

    Lynn Pettis (4/16/2010)


    CirquedeSQLeil (4/16/2010)


    Anybody out there have SQL 2000 installed?

    If so, can you verify for me if ANSI_NULLS is off in sp_who2 on your server?

    I believe it would be since...

    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: Continuing Education

    Lynn Pettis (4/16/2010)


    Jeff Moden (4/16/2010)


    dma-669038 (4/16/2010)


    Or perhaps better put would be - where do you find data to work on?? The majority problems i have enjoyed solving and learnt best...

    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: Continuing Education

    Jeff Moden (4/16/2010)


    I usually test on a million rows (sometimes more). Building a million row table of things to test on isn't much more difficult than building a Tally...

    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 - 14,746 through 14,760 (of 19,560 total)