Viewing 7 posts - 16 through 22 (of 22 total)
Hi tripri,
The DB Design is a not a simple task.IF u design a Normalized Db for OLTP then you will get better performance while the DB is in Production.You can...
July 25, 2010 at 10:19 pm
Hi,
This s a Gud site to share ur knowledge and expand ur Knowledge.
You can visit
http://www.sqlinfo.in/category/databaseadministration/heap-vs-clustered-vs-non-clustered/
July 25, 2010 at 10:06 pm
Hi,
You can use a another table with columns doctorid,searchcount which should be updated on each search and it will improve the performance; since transaction act on another table.
Reagrds
varun R
July 19, 2010 at 9:40 pm
since u r using windows authentication,your user should be valid windows user to login to the DB.Thats y i told to check whether ur user s a valid windows user.Hope...
November 6, 2009 at 2:31 am
1.I Hope your user is not a member in windows group
or
2. check the named pipes,sharedmemory,TCP/IP ports enable.
I think !st one is the reason.
Thanks
November 4, 2009 at 3:31 am
Thanks my dear friends for helping this,
i solved out this problem of high cpu uilization.The reason is one select query with inner...
June 13, 2009 at 5:29 am
use [dbname]
DBCC CHECKDB
now u will get the DB related results
May 5, 2009 at 10:23 pm
Viewing 7 posts - 16 through 22 (of 22 total)