Forum Replies Created

Viewing 15 posts - 106 through 120 (of 279 total)

  • RE: SCOM and Performance Monitoring

    Grant - whoops, sorry, just seen how old this is!

    Pam,

    You might want to have a look at this presentation from the SQLBits conference (the one before last) by MS Certified...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: Transactional replication - rebooting the servers

    Great - thanks for the help!

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: ODBC system DSN connection

    Alvin Ramard (10/26/2010)

    I can't confirm, but I believe you're correct.

    Another option is to recreate the DSNs on your computer. That means you have to install those drivers used by...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: Stuck on a query

    LutzM (10/25/2010)


    Hmmm...

    I've re-run your code and get the same results now.

    Must have been a problem with my system back then - either the part behind the screen or in front...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: Stuck on a query

    LutzM (10/22/2010)


    Ok, here's a slightly different approach.

    When running your second sample, I didn't get yuor expected result. Is that intentional?

    Odd - it returns the expected result for me. I've triple...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: Stuck on a query

    Ah - I've got it (needed SUM instead of COUNT). Doh!

    select #usl.userid, #usl.approved, count(distinct #usl.skillId) as num_skills,

    sum(case when s.rnk = 1 and s.skillLevel < s.TargetLevel then 1 else 0...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: You'd think I'd have learned...

    Typing "waist" instead of "waits"

    If only select * from sys.dm_os_waist_stats returned 24" like it used to...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: @@VERSION at odds with SP2 uninstall

    Thanks, will do.

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: Script to insert all columns' name into a table

    select name

    into #MyNewTable

    from sys.syscolumns

    where id = object_id('dbo.MyTable')

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: @@VERSION at odds with SP2 uninstall

    How does one inform MS Product Support about something like this without starting a support call and incurring costs?

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: @@VERSION at odds with SP2 uninstall

    No, I haven't. Do you think this is a "feature"?

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: SQL Job step fails due to database name

    I've had this issue before, with database names that either contain dashes or start with a number.

    Use the square brackets and that should be okay:

    ALTER DATABASE [Blah-Blah] ...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: I need some help with a test, please.

    Jeff Moden (9/20/2010)


    mazzz (9/20/2010)


    Jeff Moden (9/20/2010)


    mazzz (9/20/2010)


    Jeff

    I've just seen your update in the OP - do you need any more results?

    My home setup is Win 7, Intel core duo CPU,...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: I need some help with a test, please.

    Jeff Moden (9/20/2010)


    mazzz (9/20/2010)


    Jeff

    I've just seen your update in the OP - do you need any more results?

    My home setup is Win 7, Intel core duo CPU, 4GB RAM, 64bit,...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: I need some help with a test, please.

    Jeff

    I've just seen your update in the OP - do you need any more results?

    My home setup is Win 7, Intel core duo CPU, 4GB RAM, 64bit, SQL2008 R2 if...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

Viewing 15 posts - 106 through 120 (of 279 total)