Viewing 15 posts - 1 through 15 (of 70 total)
I tried most of the suggestions given here including changing memory settings and account permissions. Since last friday when we rebooted the machine, the performance has been acceptable since users...
May 4, 2011 at 12:43 pm
Just to add to my previous info, while looking in to the SQL Logs I found the following type messages
Unsafe assembly 'microsoft.sqlserver.mpusqlclrwrapper, version=10.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91, processorarchitecture=msil' loaded into appdomain 4...
April 29, 2011 at 1:19 pm
You should not try to restore system databases unless there is a crisis.
April 27, 2011 at 7:47 am
I was suggesting 3-4 logical drives in possibly raid 10 config. One external raid controller should be fine for this. But this increases the cost for sure.
I have seen environments...
April 26, 2011 at 4:19 pm
When you restore database to a different server your Database users are orphaned.
use databasename
EXEC sp_change_users_login 'Report'
If you already have logins created in the new server then use
use databasename
EXEC sp_change_users_login...
April 26, 2011 at 2:43 pm
5 million records (50 lakhs) is not a huge number. There may be other reasons the queries are slow. Create new index during non peak time.
April 26, 2011 at 2:28 pm
It would depend on how many users you have for the application and the kind of reports that you will be running. Since it looks like a reporting database you...
April 26, 2011 at 2:22 pm
While looking through the SQL logs I found that there is message "Cannot use large page extensions. lock memory privilege was not granted".
I thought for 64 bit systems this...
April 25, 2011 at 4:07 pm
Friends Thank you for the suggestions.
When I set the max memory to 26 gig, I did take into consideration the memory required by the threads ( I assumed the number...
April 25, 2011 at 8:53 am
I have set the min memory to 8 gig and max to 26 gig. It is a 64 bit machine.
Also this machine is 24 core. It was one of the...
April 22, 2011 at 12:48 pm
Hi,
I have more to add to my previous post. I looked into my error logs and found this error msg."Failed to map 16777216 bytes of contiguous memory". This message is...
September 21, 2010 at 1:27 pm
No. I am suing datetime at both the places. I am wondering if SQL server is supposed to give error when it gets more than 3 digits milliseconds or is...
September 16, 2010 at 2:05 pm
Thanks Derrick.
I made an observation, whenever the sql server memory usage reaches 100% the page life expectancy drops to couple of hundreds and stays there for a long time. Is...
August 26, 2010 at 11:41 am
You can try to narrow down your profiler for specific database or specific table or specific stored procedure. Also I have read some time back that using t-sql for tracing...
December 16, 2009 at 3:58 pm
Viewing 15 posts - 1 through 15 (of 70 total)