Forum Replies Created

Viewing 15 posts - 691 through 705 (of 832 total)

  • RE: The Semantics of NULL in SQL Server 2008

    Quite correctly, this implies that ANSI_NULLS is ON by default, and only turned off if that's what you specify.

    John

    I understood the situation to be the opposite--e.g. ANSI_NULLS is OFF by...

  • RE: Round up or down IV

    Didn't know ROUND() could do this, but once I looked it up in Books Online it seemed fairly straightforward--I learned something today, which is always nice!

  • RE: The Semantics of NULL in SQL Server 2008

    Isn't ANSI_NULLS set to OFF by default? So the behaviour in this article will only apply if you've explicitly set it to ON. I'd have thought that deserved more than...

  • RE: File System vs BLOB

    Really?

    I was under the impression that a BLOB is stored as a string of binary numbers in a database and then the software converts it for use, therefore saving a...

  • RE: Linked servers over the internet

    Not to mention, of course, that this 5-20Mb per customer may well not be spread evenly over the whole day--if you get a whole bunch of them trying to upload...

  • RE: Data Type and Length

    There is sometimes a HUGE performance penalty (2:1) to be paid for using VARCHAR(MAX) depending, of course, on what you're doing. Correct sizing is always important. I'd dare...

  • RE: Linked servers over the internet

    Also our situation might be a little unique. I'd say that 99% of our clients are located within 400 miles of the main office. And 100% are in...

  • RE: Linked servers over the internet

    No, that's definitely not right. Encryption will make the data larger, but that's only because encryption algorithms usually have a fixed block size to deal with. For 128-bit encryption that...

  • RE: Best DBMS for business

    Well, you're asking on a forum dedicated to Microsoft SQL Server. What answer do you think you'll get? 🙂

  • RE: Backups for Stand by databases

    I would agree. Log shipping is already essentially a means of backing up the database--if you're doing that *and* taking full backups of the primary you should be in good...

  • RE: What Brand of Desktop is best these days?

    another reason i was thinking iMac is that it's UNIX and i have an almost 3 year old son and thought it would be better to start him on a...

  • RE: File System vs BLOB

    chrisph (8/18/2010)


    Thank you Steve. So what you are saying is this option is feasible but must be selective. For instance we could save space by converting a 50MB...

  • RE: Error when copying backup files

    That must be a pretty small external drive if it's formatted as FAT32! Is there any particular reason you can't reformat it as NTFS?

  • RE: Beyond Automation

    Only problem there is that sometimes the "human check" part can involve almost as much work as just doing the job manually in the first place! Testing is actually one...

  • RE: Beyond Automation

    Well, it's not quite like that...when you drive the DSG car in manual mode it's a sequential gearbox (like motorcycles and F1 cars), so you just tap the lever forward...

Viewing 15 posts - 691 through 705 (of 832 total)