Forum Replies Created

Viewing 15 posts - 7,201 through 7,215 (of 7,484 total)

  • RE: The Corporate Borg

    This was already a good idea back in the 1960s. Of course people had to communicate by telex or paper mail back then, but it was already known that involving...

  • RE: Denormalization Strategies

    trubolotta (3/16/2010)


    While I find the discussion of how to best use the getdate() function interesting, I also find it distressing that the pursuit of code efficiency brushes aside the more...

  • RE: Denormalization Strategies

    Robert Frasca (3/15/2010)


    One of the reasons I don't like de-normalization in the OLTP database is that the business intent of the logical data model can become obfuscated by the perceived...

  • RE: Denormalization Strategies

    Gilles Willard (3/15/2010)


    Maybe this is due to my lack of experience, or the fact that it's been several years since I last studied database normalization, but:

    It seems to me that...

  • RE: Database Documentation: Joining up the Dots

    GSquared (3/15/2010)


    Since it's a minor need and non-trivial change to how the T-SQL engine would parse out DDL commands, I wouldn't expect Microsoft to act on it with any alacrity....

  • RE: Maximum instances supported by SQL Server 2008

    This is an awful mess, isn't it? Should it be 50 and 16 or 50 and 50?

    Well, actually, no: it depends whether the platform the instances are to be...

  • RE: MD2

    I'm going to be pedantic here, I'm afraid.

    The cryptoAPI name for the MD2 hash algorithm is not MD2, but CALG_MD2 (http://msdn.microsoft.com/en-us/library/ms904264.aspx). So MD2 is NOT the cryptoAPI name for...

  • RE: Login Failed

    It's a pity that the correct answer (login using DAC and set the default database and language for that login back to what they were before) isn't available.

    I assumed...

  • RE: The Client Executable

    hakan.winther (8/8/2009)


    I was soo sure sql2005 and sql2008 used the same, and i was so wrong

    Me too - I went straight from 2000 to 2008 so had only book knowlege...

  • RE: Backup and Restore Tables

    Jeff Gray (8/19/2009)


    None of the provided answers are statements, therefore the correct answer should be none of the above.

    I think that's a pretty fair statement.

    As that option wasn't available, I...

  • RE: Data Import

    What a fun question. One option that looks irrelevant given the topic, one that looks obviously wrong, and one using a feature I'd never heard of. That last...

  • RE: Policy Based Management

    The ability to fix..with the click of a button: shouldn't that be qualified with "sometimes"? Without the qualification, does it mean "always" - in which case isn't it...

  • RE: XML

    vk-kirov (6/16/2009)


    It cannot be used as a parameter to any scalar, built-in functions other than ISNULL, COALESCE, and DATALENGTH

    What about CAST/CONVERT? These functions are scalar, built-in; XML data type can...

  • RE: Snapshot of MSDB

    Joy Smith San (8/26/2009)


    Good question.

    I am able to understand why snapshot cannot be created on TEMPDB. But don't understand why it has been prohibited for Master and Model (Though it's...

  • RE: XML Query

    Oh :blush:! I answered "which of the queries posted below ;doesn't; return...";-).

    I guess I'd forgotten what the question was by the time I worked out what each...

Viewing 15 posts - 7,201 through 7,215 (of 7,484 total)