Forum Replies Created

Viewing 15 posts - 31 through 45 (of 137 total)

  • RE: Truncate Table

    I couldn't say it better Steward !

  • RE: OUTPUT - 1

    Good question. Nice functionallity, I did not know of it existance.

  • RE: Updating the data in a table

    It is easy, except the last one will not be updated because that is not bigger then itself.

  • RE: Can This Work?

    infinite loops. My exec of the SP stops already after 32 loops.

  • RE: Can This Work?

    I thought so.

    But I'm always aware of some unexpected behaviour.

    Expect the unexpected

  • RE: SETTINGS - 1

    ez1

  • RE: SubQuery

    Yeah Paul you are right.

    Bad reading of me.

    Where is some more coffee ?

  • RE: Clustered Index

    Yeah, Got it.

    If you disbale the clusterd index then the insert wouldn't be possible.

    But after rebuild you can.

    I knewn it.

  • RE: ISNUMERIC

    Default length 1.

    So that was the fly in the ointment.

  • RE: CREATE statement

    That explanation is loud and clear.

  • RE: SubQuery

    ?

    I call always use an TOP without an ORDER BY clause.

    i.e.

    select top 10 object_id from sys.objects

    works fine !

  • RE: INNER JOIN

    Such a learning discussion from such a simple question at first sight.

  • RE: Truncate Table

    It looked to easy that TRUNCATE would work at the DELETE permission.

    TRUNCATE looks like delete but it is indeed an ALTER command.

    A little fly in the ointment

  • RE: JSON (SQL2016 CTP2)

    Finally we got native JSON in SQL Server !

    I was waiting for that option a long time.

    Thanks for pointing at that for me important option.

  • RE: DBCC and disabled indexes

    I thought so. Why else should you use CHECKDB if there is no warning on such a situation ?

    A little time ago here in the QOTD there were some questions...

Viewing 15 posts - 31 through 45 (of 137 total)