Viewing 15 posts - 31 through 45 (of 103 total)
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.
January 30, 2013 at 9:42 am
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...
September 26, 2012 at 10:50 am
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...
July 17, 2012 at 11:24 am
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...
July 17, 2012 at 10:33 am
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...
July 9, 2012 at 10:39 am
Yet another password security breach in which the company did not use a salt value when hashing the password:
I wish I had the drive and resources to contact every company...
July 8, 2012 at 7:13 pm
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...
June 28, 2012 at 10:14 am
...we created a test system that took a known database, corrupted it randomly..
How do you manually corrupt the database?
June 25, 2012 at 10:12 am
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...
June 9, 2011 at 11:25 am
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...
February 15, 2011 at 3:57 pm
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...
February 15, 2011 at 3:38 pm
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...
February 15, 2011 at 3:23 pm
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...
February 15, 2011 at 2:48 pm
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...
February 15, 2011 at 11:00 am
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...
February 14, 2011 at 10:37 am
Viewing 15 posts - 31 through 45 (of 103 total)