Suitability For Serach Intensive Web App

May 25, 2006

Hi Folks

I've just started looking into SQL Express as a possible backend to a web application I have built. I wonder if anyone can highlight any limitations I might encounter? Max number of users, performance in a search intensive environment using full text indexing and so on.

Any info that might help me decide whether to start with Express perhaps upgrading at a later date would be very welcome indeed. As would any info on possible problems when upgrading from Express.

Many thanks for your help

Steve





View 3 Replies


ADVERTISEMENT

SQL Server 2005 Express Suitability

Aug 14, 2006

Hi,I am developing a web application which is currently running on SQL Server 7.0. I was wondering, if I upgrade it to SQL Server 2005 Express database, will it affect my application/database? My database is hardly 11MB in size and have 10-12 users. It is simply a data entry application at the moment.Would there be any problem if 2 or more users are accessing the application at the same time?Any comments?? Thanks,Ujjaval

View 1 Replies View Related

Which Is Faster And Less Server-intensive?

Aug 29, 2005

File I/O or SQL Database calls?Note that my SQL Server is on a separate server, so that cuts down on the web server resources needed per query, but it increases the time necessary for the query to happen.

View 1 Replies View Related

Problems Running Memory Intensive Queries

Jul 23, 2005

Hi,i am having a strange problem running memory intensive queries on SQLserver.I am doing an update on a table with 9 million records from anothertablewith 50 records.the query i am running isupdate table1set var1 = b.var2from table2 bwhere key1=b.key1this query hanges for ever. I had thought that there was a problem withmy machine...but once out of the blue it ran in 16 minutes.I am running a 1 Ghz PIII with 512 MB of memory.Any ideas as to what could be the issue ?RegardsRishi

View 11 Replies View Related

Boolean Serach On MS SQL Database

Dec 2, 2004

Anyone know how to do a bollean search on a database?

It would need to accept 'OR', 'AND' conditions.

Would it be a good idea to maybe create stored procedures and call these somehow?

Thank you in advance.

Michael O'Connor

View 1 Replies View Related

Stored Procedure For Serach Routine

May 16, 2006

I need to write a stored procedure for seach routine.
 
ALTER PROCEDURE dbo.Search_Select
@FirstName VARCHAR(50) = NULL,
@LastName VARCHAR(100) = NULL,
@Address VARCHAR(50) = NULL,
AS
DECLARE @Sql varchar(500)
DECLARE @Where varchar(500)
SET @Sql = 'SELECT * FROM employee WHERE '
 
HOW DO I WRITE  SET@Where = ????  Taking care of all input parameters.
SET @Where = '(@FirstName LIKE ''' + @FirstName + '% AND'')' +  '(@LastName LIKE ''' + @LastName + '% AND'')' .........
Is it right?

View 2 Replies View Related

How Can I Do Text Serach In Field With Datatype Image

Jan 18, 2005

i write a small web application to save word files in sql server and i store it as an image datatype
i need to do operation such as search within these files for any word

is there any One Can help me with that ???????????????????????????? Important

View 2 Replies View Related

Serach On Full Text Catalog Faill Please Help

Jul 22, 2005

I got following meesage, when i doing search, please helpMicrosoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC SQL Server Driver][SQL Server]Search on full-text catalog 'CCM_FT_Catalog' for database ID 10, table ID 987150562 with search condition '11' failed with unknown result (3a8d75c).

View 1 Replies View Related

Sharepoint Beta2 Office Server Serach

Sep 5, 2006

Hi,

Sharepoint Search doesn't return any Results. Eventlog Shows:



Event Type: Error
Event Source: Office Server Search
Event Category: Gatherer
Event ID: 10027
Date: 05.09.2006
Time: 13:42:14
User: N/A
Computer: SAxxxxx
Description:
Failed to update committed transaction in SQL, DocID is 23647.

Context: Application 'SSP_CORE', Catalog 'Portal_Content'

Details:
Value violated the integrity constraints for a column or table. (0x80040e2f)

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.



Does anyone know about this Problem?

View 4 Replies View Related

Full-text Serach Timing Out Only On First Query Attempts

Jan 25, 2008

I'm running into a problem with Full-Text searching. I have a procedure which uses a full-text search.
When I run it in SQL query analyzer €“ it runs immediately.
I exec this procedure from my ASP page and it returns timeout error.
After the first query attempt I can run it (executing the ASP-page) as many times as I want with different search words and it will work fine (no errors) ... But if I wait for about 30 minutes and then try it again, it will give the error again just on the first try.
I've tried using search words that exist and ones that don't exist in the db and they both give the same error, so it's not that it's trying to return too many rows.

I'm using Microsoft SQL Server 2005.
Any help would be greatly appreciated.
Thank you.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved