Browse by Tags
All Tags »
SQL Server 2005 (RSS)
Sorry, but there are no more tags available to filter with.
SQL Server database replication is a set of technolgoes that allows to distribute or copy the schema and data from a database on one server to one or more servers in unidirectional or bidirectional manner. Replication is one of the many ways in which
Read More...
Some of the important performance counters related to memory in SQL Server are: SQL Server Cache Hit Ratios : A consistent value below 90% indicates that more physical memory is needed on the server. Memory Object: Available Bytes : On a server dedicated
Read More...
SQL Server 2005 dynamically acquires and frees memory as required. Administrator does not have to specify how much memory should be allocated to SQL Server, although following options exist: Standard 32 bit addresses can map a maximum of 4 GB of memory.
Read More...