Viewing 15 posts - 16 through 30 (of 92 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.
Best Regards,
~David
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? ...
Best Regards,
~David
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...
Best Regards,
~David
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...
Best Regards,
~David
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
(
...
Best Regards,
~David
December 11, 2009 at 12:45 pm
Gail, in Oracle it is built into SQL*Plus. I guess SQLCMD does not provide that functionality.
Best Regards,
~David
December 11, 2009 at 11:02 am
Here is the DDL. Thank you.
Best Regards,
~David
September 24, 2009 at 12:44 pm
Lynn, this query is actually generated dynamically through a stored procedure based on input from the application. I have attached the query plan.
Best Regards,
~David
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.
Best Regards,
~David
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...
Best Regards,
~David
September 23, 2009 at 1:13 pm
Sorry for the delay in providing this. I have attached the DDL.
Best Regards,
~David
September 23, 2009 at 1:06 pm
Would collation setting have anything to do with this type of performance issues?
Best Regards,
~David
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...
Best Regards,
~David
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...
Best Regards,
~David
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...
Best Regards,
~David
September 22, 2009 at 11:25 am
Viewing 15 posts - 16 through 30 (of 92 total)