Click here to Skip to main content
16,016,562 members
Home / Discussions / Database
   

Database

 
GeneralRe: can't find AdventureWorks.dbml Pin
TerRO_GirL14-Feb-09 2:08
TerRO_GirL14-Feb-09 2:08 
GeneralRe: can't find AdventureWorks.dbml Pin
Wendelius14-Feb-09 2:15
mentorWendelius14-Feb-09 2:15 
QuestionForeign Key relation is necessary for the database? Pin
vnsraj13-Feb-09 19:50
vnsraj13-Feb-09 19:50 
AnswerRe: Foreign Key relation is necessary for the database? Pin
Wendelius13-Feb-09 20:46
mentorWendelius13-Feb-09 20:46 
QuestionSQL Express poor performance... Pin
Jun Du13-Feb-09 3:41
Jun Du13-Feb-09 3:41 
AnswerHardware power savings Pin
David Mujica13-Feb-09 4:01
David Mujica13-Feb-09 4:01 
GeneralRe: Hardware power savings Pin
Jun Du13-Feb-09 4:04
Jun Du13-Feb-09 4:04 
AnswerRe: SQL Express poor performance... Pin
Wendelius13-Feb-09 4:04
mentorWendelius13-Feb-09 4:04 
There could be several reasons for this. Basically SQL Express uses the same codebase than Standard so most likely there are environment, configuration or schema (mainly indexes) differences.

One thing could be that buffer cache is loosing already read pages thus forcing physical reads next time. Is the memory usage defined as dynamic and are there other applications eating up the memory from the machine?

Also you could check from database options that the database is not closed automatically and if connection pooling is used at client side, that the lifetime for a connection in the pool is sufficient (connection string options).

The need to optimize rises from a bad design.My articles[^]

GeneralRe: SQL Express poor performance... Pin
Luc Pattyn13-Feb-09 4:51
sitebuilderLuc Pattyn13-Feb-09 4:51 
AnswerRe: SQL Express poor performance... Pin
Ennis Ray Lynch, Jr.13-Feb-09 5:44
Ennis Ray Lynch, Jr.13-Feb-09 5:44 
AnswerRe: SQL Express poor performance... Pin
Eddy Vluggen13-Feb-09 22:46
professionalEddy Vluggen13-Feb-09 22:46 
QuestionMS Sql Sever 2005 Calculated Field Pin
jonhbt13-Feb-09 2:07
jonhbt13-Feb-09 2:07 
AnswerRe: MS Sql Sever 2005 Calculated Field Pin
Jay Royall13-Feb-09 2:22
Jay Royall13-Feb-09 2:22 
QuestionCompare date? Pin
Karthick_gc13-Feb-09 0:24
Karthick_gc13-Feb-09 0:24 
AnswerRe: Compare date? Pin
Rupesh Kumar Swami13-Feb-09 0:32
Rupesh Kumar Swami13-Feb-09 0:32 
GeneralRe: Compare date? Pin
Karthick_gc13-Feb-09 0:35
Karthick_gc13-Feb-09 0:35 
GeneralRe: Compare date? Pin
Rupesh Kumar Swami13-Feb-09 0:37
Rupesh Kumar Swami13-Feb-09 0:37 
GeneralRe: Compare date? Pin
PIEBALDconsult13-Feb-09 4:07
mvePIEBALDconsult13-Feb-09 4:07 
AnswerRe: Compare date? Pin
PIEBALDconsult13-Feb-09 4:17
mvePIEBALDconsult13-Feb-09 4:17 
JokeRe: Compare date? Pin
Wendelius13-Feb-09 4:30
mentorWendelius13-Feb-09 4:30 
GeneralRe: Compare date? Pin
PIEBALDconsult13-Feb-09 17:09
mvePIEBALDconsult13-Feb-09 17:09 
GeneralRe: Compare date? Pin
Wendelius13-Feb-09 20:51
mentorWendelius13-Feb-09 20:51 
GeneralRe: Compare date? Pin
Luc Pattyn13-Feb-09 4:56
sitebuilderLuc Pattyn13-Feb-09 4:56 
QuestionAhrg! SSIS-related problems Pin
Philip.F12-Feb-09 23:52
Philip.F12-Feb-09 23:52 
QuestionHow to insert a sound file in database (sql server 2005) what is a data type for that? Pin
hitesh.kalra12-Feb-09 23:25
hitesh.kalra12-Feb-09 23:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.