Viewing 15 posts - 46 through 60 (of 88 total)
But it does not seems the problem is related to the l0op,When I remove the Select statment it workes pretty fast.Also when I used the xEvents here is the result:
wtype...
October 15, 2011 at 12:32 pm
I created a loop like (This is how it runs in productions,in a loop the SP is being called):
DECLARE @Temp AS INTEGER
SET @Temp = 1
WHILE @Temp <1000
Begin
...
October 15, 2011 at 10:03 am
Actually I need the output.
If I remove the select statment runs very fast.Is there anyway to remove that select statment.this code has been generated from Stored Procedure call in C#
October 15, 2011 at 12:41 am
Thanks for your reply,what should I set in code to pypass that select statment.Because without that select statment ,it's running very fast.
October 15, 2011 at 12:10 am
I have the same issue,Has anybody found solution for this problem?
Thanks
September 2, 2011 at 6:08 pm
Thanks for your reply.
But setting the compatibility level to SQL SERVER 2000(80) does it have any effect on Performance and Operation of engine itself.
April 21, 2011 at 1:45 pm
Thanks
March 24, 2011 at 4:35 pm
no,I don't,for each thread ,it is creating a new connection,and cause of that there are 100-200 connection exists.Can this number of connection cause the problem.
December 21, 2010 at 12:52 pm
No,it is not dynamically expanded and we need manually to expand them.does this cause any problem for SQL SERVER
September 17, 2010 at 9:12 am
I don't want to SQL SERVER detect the Drive size,I just want to make sure,expanding drive size will not cause any problem for SQL SERVER in Cluster environment.
September 16, 2010 at 5:53 pm
Thanks a lot for your reply.Then it is ok,I f I use Standard Edition(SQL SERVER 2008 R2) for Distributor and Enterprise Edition(SQL SERVER 2008 R2) for Publisher.
September 15, 2010 at 9:29 am
So,by taking a backup from Transaction logs will automatically truncate it.
September 8, 2010 at 12:15 am
I have similer problem ,I do not know how can I give permission non window domain users to access reportserver url .
In security setting,I can only give permission to Windows...
August 25, 2010 at 9:20 pm
Is there any standard for setting the Max Memory for SQL SERVER 2008(Like 80% of Physical memory)?
June 16, 2010 at 3:05 pm
Viewing 15 posts - 46 through 60 (of 88 total)