Forum Replies Created

Viewing 15 posts - 4,621 through 4,635 (of 8,416 total)

  • RE: Database restore commands

    george sibbald (3/30/2010)


    Paul White NZ (3/30/2010)


    Define 'developer'...:-P

    people what code but can't restore databases! :-):-D;-)

    I called myself a Database Developer for many years...:-P

  • RE: Curiouse View to create for SQLServer 2005

    matt32 (3/30/2010)


    the OPENROWSET within Eli Leibas SP to create a view from the output of another SP:-)

    http://www.sqlservercentral.com/articles/T-SQL/68233/

    this is cool and i use it often

    Let's take a look:

    1. The article...

  • RE: SQL Server 2008 Policy-Based Management

    Tough question for one measly little point.

  • RE: Indexes in SQL Server 2005

    Raju The Leader (1/18/2010)


    ACTUALLY MAXIMUM INDEXES IN TABLE IN 2008 IS 1000 2005 IS 250..? BUT THERE IS NO OPTION...? CAN WE CHECK THE QUESTION AND ANSWERS ARE MY ANSWER...

  • RE: Predict output

    Liked the use of TRY...CATCH (though checking XACT_STATE would be cool).

    Disliked the loop.

    On balance: not bad.

  • RE: Database Size

    I do love an ambiguous/controversial QotD: the discussion is always fascinating.

  • RE: Removing permissions

    It always amazes me how many people think only in terms of GRANT and DENY. Great question.

  • RE: Declarative Data Integrity

    Thank you for making my head hurt!

  • RE: Wildcard

    Nice easy one - thanks 🙂

  • RE: Query cost

    Hugo Kornelis (1/27/2010)


    the strangely popular but really rather odd EXISTS 1 instead of EXISTS *...

    I too find it odd, and always use the star syntax, but it turns out there...

  • RE: Query cost

    The optimizer works on a logical tree of operations. That tree is derived from the text of the statement presented. The optimizer has many built in guaranteed-safe transformations...

  • RE: Bit by bit

    ChiragNS (1/31/2010)


    why is'nt BIT treated like other datatypes?

    It is. The value supplied is implicitly converted to a BIT, according to the conversion rules.

  • RE: Bit by bit

    Marry Krissmess (2/5/2010)


    I am exactly feeling the same. I think a database should not be so forgiving. In programming languages this may be treated as boolean but here it should...

  • RE: Rowcount

    Well, that taught me something new!

  • RE: Comparing a hash

    Everything that has been observed, regarding overflows, truncations, ELSE clauses executing and so on...is all documented in Books Online, under the following topics:

    SET ANSI_WARNINGS

    SET ARITHABORT

    SET ARITHIGNORE

    The various behaviours described in...

Viewing 15 posts - 4,621 through 4,635 (of 8,416 total)