Viewing 15 posts - 691 through 705 (of 832 total)
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...
August 24, 2010 at 2:50 am
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!
August 24, 2010 at 2:47 am
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...
August 24, 2010 at 2:25 am
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...
August 24, 2010 at 1:44 am
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...
August 23, 2010 at 5:23 am
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...
August 23, 2010 at 5:16 am
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...
August 23, 2010 at 4:53 am
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...
August 23, 2010 at 2:12 am
Well, you're asking on a forum dedicated to Microsoft SQL Server. What answer do you think you'll get? 🙂
August 23, 2010 at 2:00 am
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...
August 23, 2010 at 1:04 am
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...
August 23, 2010 at 12:54 am
chrisph (8/18/2010)
August 20, 2010 at 2:22 am
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?
August 20, 2010 at 2:18 am
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...
August 20, 2010 at 1:33 am
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...
August 19, 2010 at 8:43 am
Viewing 15 posts - 691 through 705 (of 832 total)