Forum Replies Created

Viewing 15 posts - 511 through 525 (of 832 total)

  • RE: Restoring Editions

    Got it wrong, but that's because I selected what I thought would be the logical thing to happen when restoring a database with unsupported features--it's not something I've ever actually...

  • RE: Shrink large database

    This is VERY BAD.

    First, If you have to "SET RECOVERY SIMPLE" then this implies that you are not doing sufficient Transaction log backups. If you're not doing Transaction Log...

  • RE: Cascading Human Error

    The public perception of computer systems is that they are mindless robots who interpret commands from operators literally and then follow through with them relentlessly, even when the operator realizes...

  • RE: Cascading Human Error

    It's not just Microsoft and Amazon you need to worry about with this sort of thing. I'm sure we've all heard of (or even been affected by) the situations where...

  • RE: When a SQL file will not open in SSMS

    You actually get a similar problem if you have a SQL file that's Unicode but without the proper Unicode byte-ordering mark at the beginning--that'll open in Notepad when you double-click...

  • RE: Web designer for morons

    Stefan Krzywicki (4/20/2011)

    While you can compile with VS Express, doesn't the licensing require that you buy the full version if you release anything/make it public?

    No.

    http://www.microsoft.com/express/Support/Support-faq.aspx

    Check out "Can I use Express...

  • RE: copy files through network to another server

    I can't see any reason why Robocopy would be any faster than using a normal copy from a command prompt--it's not like it compresses the data it's copying or anything...

  • RE: copy files through network to another server

    Jeff Moden (4/17/2011)


    Restore from tape maybe?

    Of course, if they don't have the tape drive directly connected to the SQL server itself (or SAN, if they're using one) that would just...

  • RE: How to Change from Windows to Mixed Mode(Sqlserver) autentication

    I may be wrong, but as far as I know you can't change whether the server is running Windows authentication or mixed mode without reinstalling it.

  • RE: What's Today?

    I think the clue here was that he mentioned what day it was in his editorial for the day! 🙂

  • RE: Dating for DBAs - a second date

    nelsonj-902869 (4/13/2011)


    Even tho the question stated..."regardless of any date format..." this is another question with a questionable question, since I found that all 4 answers do produce an answer without...

  • RE: Dating for DBAs - a second date

    Oh, I agree, the question was perfectly clear--my problem was that I worked out which two wouldn't work, and then went ahead and ticked them without thinking about what I...

  • RE: Dating for DBAs - a second date

    D'oh! After I'd submitted my answer I realised I'd ticked the two that triggered the error, NOT the two that would complete successfully...my reading comprehension clearly needs work. :crying:

  • RE: SQL Injection Everywhere

    David Data (4/11/2011)


    Er :ermm: ... does anyone remember when this forum was about SQL Server, and this thread about SQL Injection issues? :Whistling:

    The article this thread is responding...

  • RE: is it a installation problem?????

    The Express edition of SQL server doesn't include the SQL server agent. If you've installed a full version of SQL then you don't wan to be using Management Studio Express...

Viewing 15 posts - 511 through 525 (of 832 total)