Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)

  • RE: Manual checkpoints for memory-optmized files

    Nice question 🙂 I found correct answer wery fast 🙂 Little thinks - and ... bingo!

  • RE: ISNULL

    Interesting question, but when i execute bit modified this script, i receive other error:

    declare

    @decimal decimal(18,6),

    @bit bit,

    @float float,

    @integer int,

    ...

  • RE: Resource Pools

    vk-kirov (10/19/2011)


    "The Default group can be moved out of the Default Pool"? The referenced BOL article says just the opposite:

    Resource Governor Concepts


    The default group is alterable but it cannot be...

  • RE: Table variable vs temp table

    tommyh (10/3/2011) Strange effect on 2008 i must say.

    /T

    As known, Microsoft was changed work with tempDB since SQL 2005, so it is possible, that time dimensions in SQL 2000...

  • RE: Table variable vs temp table

    Very interesting question 🙂

    In my case on SQL 2008 R2 i receive follow result:

    - table variable - 29290 ms

    - temp table - 240 ms

  • RE: PRINT vagaries

    Good question!!! Thanks!:-)

  • RE: Indexes in SQL Server 2005

    Good question, but it is true for SQL 2008 and not for SQL 2005!!!

  • RE: T-SQL

    Correct answer should be FALSE, because i received next results:

    2009-11-16 10:50:43.533

    2009-11-16 10:50:43.533

    2009-11-16 08:50:43.533

    2009-11-16 08:50:43.533

    I'm living in Ukraine and our Timezone = +2 Hours.

    Please, accept my answer as correct. Thanks.

  • RE: T-SQL Parsing Crazy Eights

    Very interesting and good question 🙂

  • RE: Inequality!

    Good and not difficult question. I'm pleased.

  • RE: Indexed views

    Good question, but I think, that cost of this question could be higher

Viewing 11 posts - 1 through 11 (of 11 total)