Viewing 15 posts - 16 through 30 (of 91 total)
Muhammad, yes I am running this using osql as well a through our application. Unfortunately this is SS 2000. It runs fast after the initial call.
January 14, 2010 at 6:41 am
Jeffrey, this is as I expected. Would you have some SQL I could use to check the buffer cache hit ratio, page life expectancy and whatever is necessary? ...
January 14, 2010 at 5:49 am
Jeffrey, what I mean is I am running it for the first time logging in. The server has been up for over 35 days and remains up. I...
January 13, 2010 at 1:51 pm
Sorry, I thought it was a syntax error as I stated above, but it was really a sqlcmd -v usage error. It now works. Thank you all for...
December 11, 2009 at 1:04 pm
Okay, this could be the answer if I can get the correct syntax. Here is the table DDL but it is giving an error:
create table outlet
(
...
December 11, 2009 at 12:45 pm
Gail, in Oracle it is built into SQL*Plus. I guess SQLCMD does not provide that functionality.
December 11, 2009 at 11:02 am
Lynn, this query is actually generated dynamically through a stored procedure based on input from the application. I have attached the query plan.
September 24, 2009 at 12:43 pm
Mr. Kincaid,
there are over 10 million rows in the tables. When forced to use the correct indexes, the LIKE clause poses no problems. The results return immediately.
September 24, 2009 at 11:26 am
The current collation is Latin1_General_BIN. Would there be any benefit in changing this possibly atthe column level? If so, to what? Also, you will notice in the...
September 23, 2009 at 1:13 pm
Sorry for the delay in providing this. I have attached the DDL.
September 23, 2009 at 1:06 pm
Would collation setting have anything to do with this type of performance issues?
September 23, 2009 at 10:13 am
Good point! I did re-write the query but it made no difference. Here is the query with the index hints which works well. It still needs the...
September 23, 2009 at 10:02 am
What would cause the SS optimizer to choose the wrong plan. The same query with index hints runs far better that the path taken by SS. Here are...
September 22, 2009 at 11:54 am
The zipped query plans are attached. The query with the like in it work well sporatically but the query with the substring works well all the time. Thank...
September 22, 2009 at 11:25 am
Viewing 15 posts - 16 through 30 (of 91 total)