I\'m trying to create a search engine for an inventory based site.The issue is that I have information inside bbtags (like in [b]test[/b] sentence, the test should be valued at 3, whereas sentence sho
I\'ve got two models, Character and Skills. I\'m looking for a way to automatically sort all skills by skill.name in the view.
I\'m trying determine the best way to index my query below. So far i have created composite/grouped indexes on fields used on joins, then followed by the order of which i use the where clause filters
I am trying to create a Tree Traversal in Excel for 开发者_如何学运维a schedule I have. I am at the point where I have 2 lists each 1006 cells long. The first is predecessors, the second is successors
I have the following table in a MySQL database: CREATE TABLE `secondary_images` ( `imgId` int(10) unsigned NOT NULL AUTO_INCREMENT,
Im trying to use Inde开发者_Go百科x service server for searching on DICOM files. I wanted to know if Index service does support .dcm and .dicom file extensions. I did read about IFilters but was unabl
I have a MySql query that take a very long time to run (about 7 seconds). The problem seems to be with the OR in this part of the query: \"(tblprivateitem.userid=?userid OR tblprivateitem.userid=1)\".
I have a client/server architecture written in .NET where there are hundreds of clients sending data to one server. Each item has an id and it is possible for different clients to send the same id mul
The following code is in the index.php file of my site and runs every time a page on my website is queried. Both of these requires execute there own respective 404 error pages so dont worry about that
I need to update a large number of keys in a large SQL Server 2005 database and will be dropping FKs and PKs on a bunch of tables, doing the update (which replaces the values of the PK/FK) and then ad