Viewing 15 posts - 196 through 210 (of 492 total)
How many CPU's can we set to get good performance faster from SQL Server 2000 Standard Edition if i have 15 CPU's?
Is there any bench marking for such scenarios saying...
June 24, 2010 at 7:25 am
I Right Click on the Instance --> Properties -->
goto Connections tab and under Remote server connections
i checked the Allow other SQL Servers to connect remotely to this SQL...
June 24, 2010 at 7:17 am
I right click the properties of the sql 2000 instance and tried to make changes in the DATABASE SETTINGS properties tab,
and Processor tab but the changes are not being into...
June 22, 2010 at 12:23 am
What all are the pre-cautionary things we need to take before we edit the boot.ini for adding the switches.
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows Server 2003, Enterprise" /fastdetect /PAE
Is there any...
June 21, 2010 at 1:03 pm
Finally, you should know your environment and whether you have a lot of parallelism that goes on.
Jim , how can we know or determine about parallelism is being used ?
This,...
June 21, 2010 at 12:35 pm
Hi,
Thanks for the suggestions.
You did say that you have the /PAE switch in the boot.ini file on but I do not see it in your printout. You need to...
June 21, 2010 at 12:25 pm
Thanks So much. That is what am try to do. Thanks for the suggestions.
June 9, 2010 at 9:39 am
Thanks Gila!
SELECT distinct object_name(object_id) as ObjName,
--name AS stats_name,
STATS_DATE(object_id, stats_id) AS statistics_update_date
FROM sys.stats
where OBJECTPROPERTY(object_id,'IsUserTable')=1
June 8, 2010 at 11:54 pm
Viewing 15 posts - 196 through 210 (of 492 total)