Forum Replies Created

Viewing 15 posts - 16 through 30 (of 672 total)

  • RE: Divide by zero

    Hugo, Great question that realy made me think.

    However part of your explination seems incomplete or missleading.

    If statements and other control flow language create new batches, and that is...

  • RE: Data Page Allocations

    Nice QotD, thank you. I think that one method for making sure pages are deallocated on record deletes was not mentioned. Don't create HEAP tables for storing record...

  • RE: Santa's List

    In order for the elves to find the items

    A spatial index is the only right one for this task.

    Since Elves do not exist on this Planet/Reality it was...

  • RE: The Load Poll

    Vila Restal (12/21/2012)


    Perhaps not stats worth mentioning but it's important to have it known that not all databases are enterprisey multi-billion-row, multi-hundred-thousand-user monsters (and it's not a competition and even...

  • RE: The Load Poll

    I has been at least 10 years since I have had a Production SQL server that averaged 1000tps or less during regualr business process cycles. Currently our main Database...

  • RE: SET Options - 1

    Hugo Kornelis (12/14/2012) -

    The reason for this limitation? (Puts on speculative hat) Many settings are discouraged anyway, and I guess that MS decided not to put in extra engineering effort...

  • RE: Deployment Failures

    Eric M Russell (12/14/2012)


    Database deployments have unique challenges like: altering or dropping/recreating schemas while preserving existing data, object dependencies, schema variations between development, QA, UAT, and production.

    However, the most...

  • RE: SET Options - 1

    Good question Ron.

    Clear answer and the SQL statements did not distract from the truth you where creating.

    😎

  • RE: Deployment Failures

    we often fine broken features limping along for months or years

    O_o If only this were true. 😎

  • RE: Log Shipping - Monitor Server

    Nice easy question. Good to note this about log shipping:

    "To monitor a log shipping configuration, you must add the monitor server when you enable log shipping. If you add...

  • RE: SET Options - 2

    okbangas (12/3/2012)


    Wrong answer marked as correct. SQL Server will return the following error message:

    Msg 102, Level 15, State 1, Line 5

    Incorrect syntax near ';'.

    Semicolon is not allowed after go.

    So hard...

  • RE: Rounding question

    bitbucket-25253 (11/18/2012)


    Unfortunately the cited reference for the correct answers does NOT or I could not find the "tie breaking rule" in that reference. Any one have better luck ?

    It...

  • RE: Usage of @@ERROR in Transaction

    L' Eomot Inversé (11/16/2012)


    Carlo Romagnano (11/16/2012)


    Best practise: save @@error and @@rowcount to test them later

    declare @err int

    ,@rows int

    select 1

    SELECT @err = @@error, @rows = @@rowcount

    if @err <> 0 or...

  • RE: Snapshots

    L' Eomot Inversé (7/25/2012)


    vk-kirov (7/19/2012)


    Weird logic. I don't understand how the answer could be "No", while in fact the database can be restored from any of the snapshots (although not...

  • RE: A VB.NET toolkit for writing SSIS Script Tasks

    Without even know what version or product of Crystal reports you are using you most likely will need to checkt he Crystal Reports web site or knowledge base on how...

Viewing 15 posts - 16 through 30 (of 672 total)