June 30, 2011 at 3:18 am
I am facing performance issue in sql 2008.But the same application is using sql 2005.But it is not having any problem.Since it is client machine i cant directly check it.
Please share me the steps which i need to ask them regarding the configration
July 1, 2011 at 12:20 am
shanila_minnu (6/30/2011)
I am facing performance issue in sql 2008.But the same application is using sql 2005.But it is not having any problem.Since it is client machine i cant directly check it.Please share me the steps which i need to ask them regarding the configration
Nothing can't say without knowing anything. Performance is huge part.
I would like to start you to compare both 2005 & 2008 servers in all the angle like H/W(64,32,...), memory(awe,...),Disk,dbsize,fragmentation ....big list..
Muthukkumaran Kaliyamoorthy
https://www.sqlserverblogforum.com/
July 1, 2011 at 1:15 am
There's no magical configuration setting that will fix poor performance.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
July 1, 2011 at 5:58 am
Did you move from sql server 2005 to sql server 2008 ?
Are you doing routine maintenance of the Server ? if you are doing this whats are the step ?
SELECT ST.TEXT,SP.SPID,WAITTIME,LASTWAITTYPE,CPU,PHYSICAL_IO,STATUS,HOSTNAME,PROGRAM_NAME,CMD,LOGINAME FROM SYS.SYSPROCESSES SP
CROSS APPLY SYS.DM_EXEC_SQL_TEXT(SP.SQL_HANDLE) ST
WHERE STATUS !='SLEEPING'
ORDER BY CPU DESC
apply this query when your database is responding slow and poor performance then you will see which query is taking time and eating resources as well
Regards,
Syed Jahanzaib Bin Hassan
BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA
My Blog
www.aureus-salah.com
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply