Forum Replies Created

Viewing 15 posts - 481 through 495 (of 812 total)

  • RE: Nested triggers 1

    What is the difference between the answer 3 and 6?

    5, 3, 1

  • RE: Nested triggers 1

    Bad question! Too much stuff, no value!

    It's take too long to check all the script!

  • RE: The Elusive Conditional WHERE Clause

    Knut Boehnert (4/18/2013)


    Carlo Romagnano (4/18/2013)


    Old stuff!

    Dynamic sql will run better.

    Sorry, all you are saying is that a red sky is always better than a green sky. But not why.

    Everyone knows...

  • RE: The Elusive Conditional WHERE Clause

    Old stuff!

    Dynamic sql will run better.

  • RE: Row Constructor

    A simple CROSS JOIN!

    🙂

  • RE: SQL JOINS

    Very easy!

  • RE: Endpoints

    sfayer (4/12/2013)


    kapil_kk (4/12/2013)


    AS per the explanation:

    "You can create three payload types in SQL Server 2012: TCP, Service Broker, and Database Mirroring endpoints. SOAP endpoints were removed in SQL Server 2012."

    When...

  • RE: LEFT JOIN

    I suggest for next authors to keep in mind few rules:

    1 Be simple

    2 Be clear

    3 Be synthetic

  • RE: LEFT JOIN

    baabhu (4/3/2013)


    For me at least option b and option d looks pretty much similar.

    option B.

    Query 1 will return all rows of table 1 and Query 2 will return...

  • RE: Deterministic

    These conversions are non deterministic, but from string to date:

    from BOL:

    Certain datetime Conversions Are Nondeterministic in SQL Server 2005 and Later Versions

    In SQL Server 2000, string to date and time...

  • RE: CASCADE - 1

    L' Eomot Inversé (3/20/2013)


    demonfox (3/20/2013)


    Danny Ocean (3/20/2013)


    Good question.

    In real life scenario, we need to take care of cascade option.

    I prefer not to have delete cascade on design .. to let...

  • RE: CASCADE - 1

    I do not like "[OrderID] [int] NULL," in the [OrderDetail],

    so you can insert orphan records despite the constraint.

    CREATE TABLE [dbo].[OrderDetail]

    (

    [OrderDetailID] [int] NOT NULL,

    [OrderID] [int] NULL,

    CONSTRAINT [PK_OrderDetail] PRIMARY KEY CLUSTERED...

  • RE: Full-Text Search – Thesaurus Languages

    Good qotd!

    🙂

  • RE: Casting question

    okbangas (3/15/2013)


    Really easy question, but the explanation puzzles me. As far as I can see it is no implicit conversion, just a pure integer division.

    +1

  • RE: Temp Table Data Types

    okbangas (3/13/2013)


    Learned something new here, and by the way, the reference should be:

    Date, Time, and Timestamp Escape Sequences

    Good!

Viewing 15 posts - 481 through 495 (of 812 total)