Viewing 15 posts - 3,811 through 3,825 (of 6,679 total)
Before you set the max memory to 12GB, make sure you have upgraded to SP3 CU4 and enabled the lock pages in memory setting. If you don't, then you...
May 20, 2010 at 7:54 pm
wmalik001 (5/20/2010)
the min value in mb for memory is set to 0
and the max...
May 20, 2010 at 1:58 pm
That is normal and the way SQL Server works. It will take as much memory as is needed, up to the max memory setting for that instance.
May 19, 2010 at 6:51 pm
ErickTreeTops (5/19/2010)
When attempting a restore the same error occurs.
There must be...
May 19, 2010 at 6:14 pm
That is normal - it is not actually using the page file and just reporting the memory usage that SQL Server is taking as PF usage.
What are the min/max settings...
May 19, 2010 at 6:11 pm
While reviewing the transaction isolation levels, review the snapshot isolation section in further detail. If you decide to use that - be sure you understand the additional requirements and...
May 19, 2010 at 5:18 pm
Lamprey13 (5/19/2010)
May 19, 2010 at 5:06 pm
Instead of using TRUE/FALSE (two states), try using a datetime value for when the row was deleted. You can then use NULL to identify the active row - with...
May 19, 2010 at 1:43 pm
Read the article in my signature on managing transaction logs. If the transaction log is full, I would bet that you are not performing log backups regularly. You...
May 19, 2010 at 9:37 am
Or, it is a SAN snapshot technology that is performing a snapshot backup.
May 19, 2010 at 9:35 am
These are generally messages related to using the VDI interface to perform backups or snapshots. Do you have a SAN backup utility performing backups on your system?
May 19, 2010 at 9:30 am
No, you shouldn't shrink the database files unless you are absolutely sure you will never need that space. Eventually, you will need that space again and the data files...
May 19, 2010 at 9:07 am
Krasavita (5/18/2010)
I only have CustomReports option, do you know why? Thank you
What version are your client tools - and what version are you connecting to? Those reports are not...
May 18, 2010 at 1:51 pm
I would recommend looking at synonyms. You define the synonyms for that system and create the views to use the synonyms. That way, when you move the code...
May 18, 2010 at 1:29 pm
There really isn't any easy way to copy/transfer maintenance plans from 2005 to 2008. It will take less time to just manually create them as needed.
May 18, 2010 at 1:20 pm
Viewing 15 posts - 3,811 through 3,825 (of 6,679 total)