Viewing 15 posts - 256 through 270 (of 1,825 total)
OK lets step back a bit here...
If you have a general performance issue , a good starting point is the below articles.
See if you can identify the queries / procedures...
April 27, 2011 at 5:44 am
You've also got high BACKUPIO and BACKUPBUFFER.
so do you have a general performance issues not just deadlock issues ?
The two BACKUP wait states would imply that you are backing up,...
April 27, 2011 at 5:19 am
Whats wrong with the answers you have already been given ?
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=159924
http://www.dbforums.com/ansi-sql/1666008-transform-resultset-vertical-horizontal-view.html
April 27, 2011 at 3:04 am
The term 'deadlock' is not unique to SQL. The KB article i referenced stated that the internal processing of ASP can deadlock.
If we were to assume that this is...
April 27, 2011 at 2:53 am
Is this even a SQL Server issue ??
Reading here http://support.microsoft.com/kb/821268 doesn't sound like it
April 27, 2011 at 2:11 am
Hi , performance tuning is a big big area, first off you need to identify which sql statements/procedures are running 'slow'. Personally, i find that making the assumption that...
April 27, 2011 at 2:06 am
This link should help you
April 27, 2011 at 2:01 am
If you run the code contained in the the functions
CR_OverDueLoaneeInstWise_Rpt
and
CR_RecoveryReceiptWise_Rpt
what does the execution plan look like then ?
As i said above the cost of these as functions is hidden,...
April 19, 2011 at 6:52 am
Are the execution plans the same ?
Does a stress test tool such as sqliosim , show the same issues ?
April 19, 2011 at 2:57 am
Thanks people 😉
Thats what this forum is for, im big enough to take it on the chin.
Starting again with the performance one, but yes i do agree that there will...
April 18, 2011 at 11:57 pm
DENSE_RANK is what you need , though you have not specified how to order the currencies.
April 18, 2011 at 9:23 am
Dump the results of the table valued functions into temp tables.
The cost associated with the the functions themselves is entirely hidden , it could be 10ms could be 10hrs.
Post the...
April 18, 2011 at 6:16 am
Please dont double post
http://www.sqlservercentral.com/Forums/Topic1094766-149-1.aspx
April 18, 2011 at 2:39 am
Hi ,
You need to use the HAVING clause
April 18, 2011 at 2:31 am
Viewing 15 posts - 256 through 270 (of 1,825 total)