Viewing 15 posts - 16 through 30 (of 1,068 total)
Chapter 4, Page #149
If SQL Server is forced to operate with an insufficient amount of memory, it will be able
to store fewer data pages in the buffer pool. As...
September 23, 2013 at 11:44 pm
You need to arrange for enough disk space.
Restored database file size would be same as the backed up file size.
September 23, 2013 at 5:53 am
It looks like database 'Audit' has no issues.
Please run DBCC CHECKDB(AuditT) WITH NO_INFOMSGS
September 20, 2013 at 3:20 am
You can use single distributor for all the 4 publishers.
Every published database (for transaction replication) will have a log reader agent.
September 12, 2013 at 3:27 am
What does the copy/restore job histary say?
Does the SQL Agent service account has read permission to the share?
September 12, 2013 at 12:19 am
You should run the Query 2 on a different session (query window).
September 12, 2013 at 12:12 am
I believe, upgrade from Standard Edition to Enterprise Edition is possible without removing any features.
September 11, 2013 at 6:06 am
PradeepVallabh (8/13/2013)
How do i check the privilege of SQL Server Agent Service Account???
Right click on the folder -> Select Properties -> Click on Security tab.
August 14, 2013 at 6:13 am
Shriking a 160GB file directly to 30GB takes very long time and causes blocking.
One work around is to shink the file in smaller chunks.
E.g. shink the file by 2GB at...
June 12, 2013 at 12:42 am
May be it is backup of a replicated database restored.
To fix this issue, create a dummy replication and remove it.
or try this :
sp_removedbreplication
April 30, 2013 at 6:03 am
Please run this:
select log_reuse_wait_desc from sys.databases where name = 'DBName'
Is this tempdb or user db?
After log backup, what is the VSL status? 0 or 2?
April 30, 2013 at 5:33 am
SQL Server 2008 has an option called "optimize for ad hoc workloads"
Please see whether is helpful to you.
April 17, 2013 at 5:37 am
May I ask why?
You can use cache option to show the same report.
March 1, 2013 at 2:46 am
Viewing 15 posts - 16 through 30 (of 1,068 total)