Viewing 13 posts - 1 through 13 (of 13 total)
Yes, we were running out of memory in the visible region (MemToLeave). In short the amount of space allocated to this region of memory in Win32 is limited (~1.2GB/instance). Having...
March 21, 2007 at 7:48 am
It turns out we were running out of memory in the visible region (MemToLeave). In short the amount of space allocated...
February 23, 2007 at 3:13 pm
Thanks for the response. That is one of the known bugs we checked out right away. With our situtaion DBCC Memory status shows no signs of any memory pressure anywhere.
February 15, 2007 at 7:06 am
Thanks again, We have plenty of memory, and agree any risk is very low. I am going to apply the parameter.
February 13, 2007 at 7:28 am
OLTP aticvity is short, bursty transactions. Warehouse activity is large scanning, sorting, and aggregation. On the disk level the OLTP will do quick highly randomized lookups and small quick writes. Warehouse...
January 17, 2007 at 9:48 am
You need to backup your transaction log periodically to purge old tranasctions. The frequency of the backup depends on the amount of activity in your database. Another option is to...
January 17, 2007 at 9:22 am
Products like WanSynch are excellent solution for DR for many environement b/c they are very effective means of replicating databases but also provide addition functionality that help automate site-to-site failover....
January 17, 2007 at 9:12 am
This waitstate can be caused by things such as functions and linked servers. You may not have a problem here... These numbers do appear very high at first, but they...
January 17, 2007 at 8:55 am
You need to use DOMAIN/USER_NAME. So if your domain is "TestDomain" and your user is SQLAdmin you would enter
TestDomain\SQLAdmin
Hopefully you have already created seperate domain accounts for SQL...
January 17, 2007 at 8:48 am
The NET START command (OS) will list started services
January 17, 2007 at 8:44 am
As long as there more available memory on your server SQL will choose to consume the memory rather than push data out of memory. SQL will continue to consume memory until...
January 17, 2007 at 8:41 am
There is a "compatability level" setting for each databases (master.sysdatabases.cmptlevel, sp_helpdb). This value is set at 80 for databases migrated from 2000 to 2005, and 90 for databases built on 2005....
January 17, 2007 at 8:14 am
It sounds like you have installed a local instance rather than a Clustered instance. In SQL Install you need to check the box for "Create a SQL Server failover Cluster"...
January 17, 2007 at 7:51 am
Viewing 13 posts - 1 through 13 (of 13 total)