Forum Replies Created

Viewing 15 posts - 196 through 210 (of 832 total)

  • RE: TDE DR

    KWymore (7/12/2013)


    MSDN confused me on this one. Oh well, learned something new. Thanks for the question Steve!

    Same here! The TDE article did seem to imply you needed both backups...ah well,...

  • RE: How to clean up my master database?

    This Connect item suggests Microsoft acknowledges this as a bug and that it'll be fixed in the "next major release", whatever that is...

    http://connect.microsoft.com/SQLServer/feedback/details/773184/ssms-system-databases-node-does-not-show-tables

  • RE: creating new ldf file

    GilaMonster (7/8/2013)


    It will use the first then the second then the first again then the second again, etc. The log files will only grow if both are full.

    Just curious--will SQL...

  • RE: general

    Is the "Compute Scalar" part the bit that is ISNULL?

  • RE: general

    Is ISNULL such an expensive operation, then? (Genuinely curious, never actually sat down and analysed it)...

  • RE: general

    Not sure how I can explain my reasoning (or lack thereof, probably) more clearly, sorry...

  • RE: general

    Jeff Moden (6/25/2013)

    No. NULLs cannot be compared to so they would also be excluded from any check for <> 0. Try it an see.

    I would tend to use...

  • RE: SQL CHOOSE

    Hugo Kornelis (6/19/2013)

    The format yyyy-mm-dd is NOT a safe format. It does work in American English, but not in British English - just put "SET LANGUAGE British;" in front of...

  • RE: The Best Programmers

    There are other reasons for not moving on from a job. My main reason is that I absolutely hate looking for new jobs--I don't like the disruption, I never get...

  • RE: Alias Usage

    As only 6% selected the wrong answer it must be down to not selecting three options. If you don't read the question you won't get the point 😉

    In my case...

  • RE: Unable to connect to database after domain migration

    Generally that error means that something is not set up right in your new domain. For instance, the only occasions I can recall seeing it are when the DNS server...

  • RE: TOP clause WITH TIES

    Duncan Pryde (5/30/2013)

    If the same values were put in both columns, we would still get different numbers of rows returned for all values of @x greater than 3 since ordering...

  • RE: TOP clause WITH TIES

    I actually got the right answer, but only because I misread the question--I assumed it was something to do with string sorting (where the sort order would become 1, 10,...

  • RE: The Subquery

    james.of.rivendell (5/16/2013)


    nuh.. uh.. the 'correct' answer is wrong. This will produce a syntax error due to the misspelt column name in the subquery.

    No it won't. Try running it yourself, and...

  • RE: Attaching database

    More information on granting appropriate file system permissions here:

    http://msdn.microsoft.com/en-us/library/jj219062.aspx

Viewing 15 posts - 196 through 210 (of 832 total)