Slashdot Mirror


User: dcam

dcam's activity in the archive.

Stories
0
Comments
1,958
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,958

  1. Valid SQL Server on Online Voting In 2004 To Require Windows · · Score: 1

    And in SQL Server. ' is used to delimit strings in SQL Server. If the setting QUOTED_IDENTIFIER is set off (which is not the default under SQL Server 7 or 2K) then something enclosed in " will be treated as a string, if QUOTED_IDENTIFIER is set on anything enclosed in " will be treated as a column name rather than as a string.

  2. Re:I really don't like this idea.... on Tom's Hardware Looks At WinFS · · Score: 1

    It only runs on one OS family which is a huge limit on hardware choice.

    OK.

    SQL Server triggers do not have as many features as, e.g. DB2.

    I don't know much about DB2, so I can't comment on feature comparisons, however I'd feel that by the time you hit SQL Server 2000 you can do pretty much whatever you want to do using the SQL Server triggers.

    SQL Server has a lower limit on the number of indexes per table than other RDBMSs.

    I think if you hitting 250 indexs/table than your database design is unusual. Assuming that you have a properly normailsed design, at that point you are likely to run into a performance hit due to the overhead on inserts, updates etc. You'd be better off moving to an OLAP design.

    Other RDBMSs are more tunable (have more exposed parameters).

    OK.

    My point to the ealier the_mink was that it is pretty stupid to bash MS products simply because they are MS.

  3. Re:I really don't like this idea.... on Tom's Hardware Looks At WinFS · · Score: 1

    Care to justify that comment?

    I have yet to hear negative comments on SQL Server unless they are anti-MS motivated or are complaints about the price. On the other hand I hear a lot of comments on how good it is from a lot of people. I spend a lot of time working with different databases.

  4. Re:There is another idea... on Making Ice Cream With Liquid Nitrogen · · Score: 1

    Have you seen the Darwin awards page where the guy drank liquid nitrogen? One cool dude

  5. Australia != HK | Japan on The Australian Broadband Disaster · · Score: 1

    The article is making a mistake in comparing Australia to Hong Kong and Japan. Australia is a country with a relatively small population spread out over large distances. One problem that the telicos are facing is do you run cable 100km out to a town of 1000 people?

    Much of the population in Australia is concentrated in the cities, however even the cities are not comparable to most other coutries, the reason being that everyone wants a house on a 1/4 acre block. I have heard it said that Australia is *geographically* the largest city in the world with a population of only 4-5 million. The issue is one of density, the telicos don't neccessarily get a good ROI for installing services.

  6. Re:User problem on Microsoft Plans An Overhaul For Patch System · · Score: 2, Insightful

    I'd suggest that you do a search through the archive of Bugtraq for postings on Windows update. The long and the short of it is that it doesn't always work and buggy patches have been released. If you leave this 'feature' on you can still get hacked. If you are serious about security you lock the machine down (in which case you may be protected from vulnerabilities even if not patched, eg Sapphire not a problem if the correct ports are blocked) and test the patches on a test box to see what their effect will be.

    One question: does the average home user have time for this?

    I should say that I write use MS sfotware products more than any other and that I really like some of their stuff, however their process of patching is a big problem and it is high time it was addressed.

  7. Re:When I was in school... on Linux in High School Labs · · Score: 1

    No joke. Last year at Uni I was writing C for DOS. This is in the final year of a Mechtronics degree. I think they are not planning to move to QNX.

  8. How to submit a bug on Microsoft: Because Bugs are Cool · · Score: 1

    I found a bug in IE6, or failing that an undocumented "feature". Then I found out that there is no way to report bugs to microsoft. Clearly this is because there are no bugs in Microsoft products. As of a year or so ago the process was to send an email to ms-wish@microsoft.com. Says it all really. They are not interested in bug reports, they are merely interested in new features.