Forum Replies Created

Viewing 15 posts - 31 through 45 (of 103 total)

  • RE: The Knowledge Graph

    Can we build engines that can divine the context of what we are looking for?

    Yes. Have you seen IBM's Watson? It kicked *** on Jeopardy.

  • RE: Pair Programming

    So nobody calls it XP (Extreme Programming) anymore? This is one of the funniest things I've ever seen:

    http://www.globalnerdy.com/2008/08/28/pair-programming-chairs/

    I've never been a fan of XP, but I've often thought about...

  • RE: Time Zones

    I think you're maybe only partly being facetious. Getting rid of timezones would be impossible

    No, it wouldn't. Time zones weren't even introduced in the United States until the...

  • RE: Time Zones

    I have had to deal with time zones in my line of work for the past 10 years. I've learned way more than I care to or think should...

  • RE: Password Help

    Is there a decent article on this or have you just volunteered to write this kevin77?

    Since this is a SQL site, I have to say I've never seen it done...

  • RE: Password Help

    Yet another password security breach in which the company did not use a salt value when hashing the password:

    http://www.pcworld.com/article/258941/password_protection_101_lessons_from_the_eharmony_data_breach.html#tk.nl_dnx_t_crawl

    I wish I had the drive and resources to contact every company...

  • RE: Password Help

    But...getting back to the more root of the problem. What the hell was LinkedIn.com doing storing hashed passwords without a salt value!!!!!

    This isn't the first time Steve has brought...

  • RE: The Perils of Running Database Repair

    ...we created a test system that took a known database, corrupted it randomly..

    How do you manually corrupt the database?

  • RE: SQL Safety Nets

    Yes more safety nets. Two that I think should be fairly simple are not allowing DELETEs or UPDATEs without a WHERE clause. Another one that my co-worker constantly...

  • RE: Creating full-text indexing on table

    Weird. I have the same version/edition/service pack, except mine is 32-bit. Of course I never tried your original code on my server, so we still don't know what...

  • RE: Creating full-text indexing on table

    The error code 0x80004005 can be pretty generic. I've seen it in a bunch of applications. However there do appear to be some documented that are related to...

  • RE: Creating full-text indexing on table

    Oh, one other thing I was going to have you look at is the server's Event Viewer (Control Panel->Administrative Tools->Event Viewer). Look for anything in the Application and System...

  • RE: Creating full-text indexing on table

    What is the size of all your files and directory in C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\FTData\FT_USERS?

    A TableFulltextPopulateStatus of 1 means that it is still populating.

    Can you check the PhysicalDisk->% Idle Time...

  • RE: Creating full-text indexing on table

    So in your SQL, you defined your own file group for the full text catalog. I don't know where that exists physically on your disk, but I used SSMS...

  • RE: Creating full-text indexing on table

    I was just replying to your previous post saying that it would probably take a while to process your 2.5 million rows. Perhaps 30 minutes or more (I don't...

Viewing 15 posts - 31 through 45 (of 103 total)