Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: What are the ways to manage a database more efficiently

Started 1 month, 2 weeks ago by Elbanco
Hi, We have a site which is linked to a user database. This database provide queries of different types of products offered by the company. Some time the users complain that the site takes a longer time to respond to a given query. I need some suggestions on how to manage a database in SQL server more efficiently. The pages and links sometimes gives out hard times. Also what is the ...
Site: TechArena Community - Technology and Computer Hardware Support Forums of India  TechArena Community - Technology and Computer Hardware Support Forums of India - site profile
Forum: Software Development  Software Development - forum profile
Total authors: 5 authors
Total thread posts: 5 posts
Thread activity: no new posts during last week
Domain info for: techarena.in

Other posts in this thread:

MindSpace replied 1 month, 2 weeks ago
In portal type pages where the sides are links that are printed from databases (different sections, services ,...) there is always a retarder effect because it is highly visited pages to make multiple calls BD systematically in each of your pages. One way to speed up the display of these pages is textualized these links from internal scripts.

Modifier replied 1 month, 2 weeks ago
The links are displayed on the page have not been determined for calls to databases but, each time a new element of the section is added, it updates itself automatically, using a script, a text file which the new link is included and the oldest is removed. It is, in fact, this text file that is inserted into the page source code. In this way we avoid a half dozen calls to databases each time a...

Praetor replied 1 month, 2 weeks ago
In situations in which our database has to store extremely long text fields and these fields are required to make selections of type LIKE '% something%', the resources of the Database can be appreciably reduced. One way to help manage these searches is including an additional field. This additional field can be created automatically through scripts and it would include the original text, which...

Katty replied 1 month, 2 weeks ago
In general, most databases have powerful editors of bases that allow quick and easy creation of any table with any type of format. However, once the database is hosted on the server, it may be the case that we want to introduce a new table, either temporarily (to manage a shopping cart for example) or permanent specific needs of our application . In these cases, we can, from a SQL statement, ...

 

Top contributing authors

Name
Posts
Modifier
2
user's latest post:
What are the ways to manage a...
Published (2009-11-06 04:06:00)
The links are displayed on the page have not been determined for calls to databases but, each time a new element of the section is added, it updates itself automatically, using a script, a text file which the new link is included and the oldest is removed. It is, in fact, this text file that is inserted into the page source code. In this way we avoid a half dozen calls to databases each time a page is viewed which enables to optimize server...
MindSpace
2
user's latest post:
What are the ways to manage a...
Published (2009-11-06 04:06:00)
In portal type pages where the sides are links that are printed from databases (different sections, services ,...) there is always a retarder effect because it is highly visited pages to make multiple calls BD systematically in each of your pages. One way to speed up the display of these pages is textualized these links from internal scripts.
Elbanco
2
user's latest post:
What are the ways to manage a...
Published (2009-11-06 04:06:00)
Hi, We have a site which is linked to a user database. This database provide queries of different types of products offered by the company. Some time the users complain that the site takes a longer time to respond to a given query. I need some suggestions on how to manage a database in SQL server more efficiently. The pages and links sometimes gives out hard times. Also what is the syntax to specify a index in the existing database. Thanks.
Praetor
2
user's latest post:
What are the ways to manage a...
Published (2009-11-06 04:06:00)
In situations in which our database has to store extremely long text fields and these fields are required to make selections of type LIKE '% something%', the resources of the Database can be appreciably reduced. One way to help manage these searches is including an additional field. This additional field can be created automatically through scripts and it would include the original text, which we will have eliminated trivial words...
Katty
2
user's latest post:
What are the ways to manage a...
Published (2009-11-06 04:06:00)
In general, most databases have powerful editors of bases that allow quick and easy creation of any table with any type of format. However, once the database is hosted on the server, it may be the case that we want to introduce a new table, either temporarily (to manage a shopping cart for example) or permanent specific needs of our application . In these cases, we can, from a SQL statement, create the table with the format you want which you...

Related threads on "TechArena Community - Technology and Computer Hardware Support Forums of India":

Related threads on other sites:

Thread profile page for "What are the ways to manage a database more efficiently" on http://www.techarena.in. This report page is a snippet summary view from a single thread "What are the ways to manage a database more efficiently", located on the Message Board at http://www.techarena.in. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity