September 22, 2013 at 9:21 am
Hello guys,
I have two doubt:
-- 1 script:
SELECT cpu_count AS [Logical CPU Count], hyperthread_ratio AS [Hyperthread Ratio],
cpu_count/hyperthread_ratio AS [Physical CPU Count], physical_memory_in_bytes/1024 AS [Physical Memory (MB)], sqlserver_start_time
FROM sys.dm_os_sys_info;
return: Logical CPU Count:4Hyperthread Ratio:1Physical CPU Count: 4Physical Memory (MB): 8388088
what is my doubt?
1. I need put more 3 datafile for my tempdb? because i have one (mdf and ldf) - default.
2. About the Initial Size and autogrow?? how can i define this options?
September 22, 2013 at 12:13 pm
Double post. No replies here. Please post any answers at the following so we don't split up the answers. Thanks.
http://www.sqlservercentral.com/Forums/Topic1496996-8-1.aspx
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply