Viewing 15 posts - 646 through 660 (of 1,129 total)
Lowell (3/4/2011)
something like
CREATE PROCEDURE AVOIDSNIFFING(@Param1 int=0,@Param2 datetime = NULL)
AS
DECLARE @localParam1 int,
...
March 8, 2011 at 2:38 pm
Lowell (3/4/2011)
does your stored procedure have default values for...
March 4, 2011 at 1:11 pm
We are selecting only few columns. Do the above SET options could be an issue?
March 4, 2011 at 11:19 am
Sopheap Suy (6/8/2007)
one more note: Link server does not support access on SQL Server 2005 64 bit <img src='images/emotions/smile.gif' height='20' width='20' border='0' title='Smile' align='absmiddle'>
mom
I am pretty sure it does. Did...
March 3, 2011 at 1:49 pm
Leo.Miller (3/1/2011)
March 2, 2011 at 10:20 pm
Dave Ballantyne (3/1/2011)
But 9 times out of 10 ( or even more) this...
March 2, 2011 at 10:08 pm
thanks everyone. I would really like to have a performance tuning specialist look at our environment , however we are aware that our SQL code is not written the right...
March 2, 2011 at 8:18 pm
i really need some assistance here. I am not able to find the parent object. Can someone please advice me? I am capturing data using trace, i can get the...
March 1, 2011 at 5:36 pm
Lowell (3/1/2011)
That's a sign...
March 1, 2011 at 12:21 pm
DO you know of any good affordable performance tuning consultants?
March 1, 2011 at 10:09 am
thanks lowell..But i was refering to a parent object in sql trace. Lets say you have a proc inside that you have another proc with view,functions etc. Inside function...
February 28, 2011 at 9:36 pm
one way to test this would be, detach one of the db's and see if the other one is still available or not.
February 28, 2011 at 9:34 pm
Thanks Jeff. I am very positive memory is not an issue, how can i measure if AUTO stats is causing an issue?
February 27, 2011 at 9:49 pm
I have both the options turned ON. My understanding was that i have a table of 12 millions records and if the data in table changes upto 20% then statistics...
February 26, 2011 at 9:56 am
Viewing 15 posts - 646 through 660 (of 1,129 total)