Forum Replies Created

Viewing 15 posts - 4,576 through 4,590 (of 18,926 total)

  • RE: Login Properties

    Tom.Thomson (7/22/2011)


    tilew-948340 (7/22/2011)


    I have SQL 2008 (but on XP professional for learning - not on a server machine - Would that make a difference?)

    Yes, it makes a difference. Most...

  • RE: Login Properties

    Tx for the tests. As I said, It's nice to know it can be null or 1900-01-01, but I won't lose any sleep over this even if I don't...

  • RE: That case filter

    BenWard (7/22/2011)


    Ninja's_RGR'us (7/22/2011)


    That debate however has no end in sight as far as I can imagine, untill everybody takes 100% responsibility for their own life. Now that could start...

  • RE: That case filter

    Toreador (7/22/2011)


    malleswarareddy_m (7/22/2011)


    Now onwards i will read the question properly.

    How long I wonder before the next QotD where a literal reading of the question leads to the wrong answer, and...

  • RE: Login Properties

    Steve Jones - SSC Editor (7/21/2011)


    I didn't check other versions, but I did check on 2008. It functions as noted.

    It isn't a big deal, but if you are writing checks...

  • RE: Profiler Long queries & actual plan & stats

    GilaMonster (7/21/2011)


    I'd do this in 2 phases

    1) catch the long running queries. Make note of the names/text of the ones you want to work on

    2) A second profiler trace that...

  • RE: Profiler Long queries & actual plan & stats

    GilaMonster (7/21/2011)


    There's no extended event for actual execution plans, not even in Denali.

    Ok so one none option eliminated.

  • RE: Profiler Long queries & actual plan & stats

    Well let's explore it this way.

    Couldn't I install express 2008 R2 [With advanced services] and configure the monitoring from there to an older version (I'd be very surprised if it...

  • RE: Profiler Long queries & actual plan & stats

    Grant Fritchey (7/21/2011)


    Have you tried using extended events. I'm know you can filter better there.

    I'm on SQL 2K5. And apparently those features is new on sql 2K8.

  • RE: SQL Report - Show Table Header on new page ONLY!!!

    Glad this is all sorted it.

  • RE: Database can't be recovered? Any help would be appreciated!!!

    halifaxdal (7/21/2011)


    Ninja's_RGR'us (7/21/2011)


    halifaxdal (7/21/2011)


    Ignacio A. Salom Rangel (7/21/2011)


    Halifax, could you please answer the question, made by Gail and Ninja? Thanks in advance!

    Sorry I thought I already posted.

    I ran

    DBCC CHECKDB('CheckListDB')...

  • RE: Database can't be recovered? Any help would be appreciated!!!

    Ignacio A. Salom Rangel (7/21/2011)


    I'll shut up now let Gail take <back> over. Too many chiefs and too much noise going on at the moment.

    Nobody is a chief,...

  • RE: page size in Sql Server

    forsqlserver (7/20/2011)


    looping

    No need to post to get notifications.

    Go to the top right of the thread and see the topic options menu.

  • RE: HELP WITH THE SQL QUERY

    Insert into dbo.OtherTable (FieldName)

    SELECT [the SUM] = (DATEDIFF(minute, t1.[time], t2.[time]))

    FROM

    (

    SELECT [time], row = row_number() OVER (ORDER BY [time])

    FROM @TABLE

    ) t1

    INNER JOIN

    (

    SELECT [time], row = row_number() OVER (ORDER BY [time])

    FROM...

  • RE: Database can't be recovered? Any help would be appreciated!!!

    halifaxdal (7/21/2011)


    Ignacio A. Salom Rangel (7/21/2011)


    Halifax, could you please answer the question, made by Gail and Ninja? Thanks in advance!

    Sorry I thought I already posted.

    I ran

    DBCC CHECKDB('CheckListDB') WITH NO_INFOMSGS,...

Viewing 15 posts - 4,576 through 4,590 (of 18,926 total)