|
|
Browse by Tags
All Tags » performance » system (RSS)
-
Memory - an important aspect of system performance within a RDBMS platform, not specific to a database product or application.
Coming to Microsoft related products such as Windows Server and SQL Server so on, various resources available on web such as MSDN blogs, Books Online and articles, frequently viewed concept for memory is such as ...
-
Continuing on the MAX WORKER THREADS topic from ThisBlog I have been asked about method of calculating the amount of system resources that will be used when the setting is increased to 500 from 255 (default).
Well, as one of the best practices you must test the implications and usage in hiking such a value that will affect the whole server ...
-
select p.state_desc + ' ' + p.permission_name + ' OBJECT::' + s.name collate Latin1_general_CI_AS+ o.name collate Latin1_general_CI_AS+ ' TO ' + u.name collate Latin1_general_CI_AS + 'GO', p.* from sys.database_permissions p inner join sys.objects o on p.major_id = o.object_id inner join sys.schemas s on s.schema_id = o.schema_id inner join ...
-
Is 64 bit means more memory? Yes, to be precise.
Microsoft has been investing heavily on X64 bit and within couple of years there will be no more development on 32-bit applications, as per the recent road map.
So within 32-bit application it is one of the reason that memory has been a constraint on scaling-up server capacity. Once you consider ...
|
|
|