Forum Replies Created

Viewing 15 posts - 9,736 through 9,750 (of 19,560 total)

  • RE: Lazy Writer

    Nice 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: Lazy Writer

    GilaMonster (6/10/2011)


    SanDroid (6/10/2011)


    i.e. If I see this question on a Certification test should I select the Right wrong answer or the right right answser? :crazy:

    This is MCM level material. Planning...

    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!

    D.R. who needs D.R.?

    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: Shown up by a developer

    Michael Valentine Jones (6/9/2011)


    One thing you could do to make the proc less of a problem is to have it randomly exit most of the time. Since it is...

    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 (6/10/2011)


    SQLRNNR (6/9/2011)


    Last minute trying to get the word out. We opened up S3OLV meeting to virtual this month.

    Info here: http://jasonbrimhall.info/2011/06/09/june-s3olv-update/

    I had technical difficulties last night and couldn't...

    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?

    Last minute trying to get the word out. We opened up S3OLV meeting to virtual this month.

    Info here: http://jasonbrimhall.info/2011/06/09/june-s3olv-update/

    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: convert ntext to varchar

    sqldba_icon (6/9/2011)


    thanks..let me provide some more details..there is a table more than 100 gb in size with a column ntext which occupies 90% of total table space. Goal is 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: unique nonclustered index

    Yes there are comparison checks performed by SQL Server to ensure that the value is unique if you are inserting a value into a unique index. Performance ramifications will...

    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: convert ntext to varchar

    sqldba_icon (6/9/2011)


    Lowell (6/9/2011)


    here's the full reference to Cast And Convert; it's good to read, it's something you end up using a lot

    http://msdn.microsoft.com/en-us/library/ms187928.aspx

    Select

    convert(nvarchar(max),TheNTextColumn) AsColumnName

    From TableName

    I need 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: Are the posted questions getting worse?

    GilaMonster (6/9/2011)


    Steve Jones - SSC Editor (6/9/2011)


    Plenty, at least until you threw him across the room.

    I dunno. It's easy to forget there's a real person on the other end of...

    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: TDE and Replication

    Steve Jones - SSC Editor (6/9/2011)


    Glad you liked it. Not sure you can read much into the distribution since it might be a guess for many of the correct answers....

    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 - SSC Editor (6/9/2011)


    Just an FYI, those of you that posted in the "real world financial problem", I whacked the thread. No replies or discussion seemed to be...

    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 got deleted

    GSquared (6/9/2011)


    Add "default" as a second parameter:

    Select * from fn_trace_gettable('C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\log_255.trc', default)

    Thanks for covering Gus.

    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 got deleted

    Krasavita (6/9/2011)


    This what I got:

    traceidpropertyvalue

    112

    12C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\log_255.trc

    1320

    14NULL

    151

    211

    22NULL

    23NULL

    24NULL

    251

    Now try this

    Select * from fn_trace_gettable('C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\log_255.trc')

    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 got deleted

    Check the default trace.

    SELECT * FROM ::fn_trace_getinfo(default)

    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 - 9,736 through 9,750 (of 19,560 total)