Viewing 14 posts - 1 through 14 (of 14 total)
Thanks for clarifications.
Daniel
November 8, 2012 at 11:44 am
Hi Paul,
Great article about CHECKSUM and DBCC CHECKDB. Regarding DBCC CHECKDB you said that it checks in-memory page before CHECKPOINT is done, so it could detect some in-memory page fault....
November 8, 2012 at 6:49 am
Thanks for your advices. I found some articles that explained how to do a Multi-Site Cluster, for sure we need external help.
Regarding the connections pooling the applications don't use ADO.NET...
September 15, 2010 at 10:08 am
Thanks for your answer. It is possible to have a MSSQL Cluster on Windows 2008 R2 with two physical server for SQL Server 2008 R2 (Standard Edition) and SAN mirroring?...
September 15, 2010 at 8:22 am
Hi,
In SQL 2008 putting the database in Recovery Simple will truncate the log. It is the only way that truncates the log
After you put your DB in recovery simple doing
DBCC...
September 15, 2010 at 6:47 am
Hi,
I run today same statements in both databases and surprise, the Optimizer shows almost identical Execution Plan (for one statement is asking to create a new index, but it's not...
April 26, 2010 at 7:37 am
Hi,
Yes, I created the index, but after that is asking to create another one. For sure the statement run a litle faster but it still doing some scans in place...
April 26, 2010 at 6:52 am
Thaks for your explanation. You're right. In Configuration Manager I have the same value for this property.
April 23, 2010 at 9:48 am
Thanks. I run Update Statistics on both databases and I have to say that I was surprised by the fact that after running again the statements, the statement that was...
April 23, 2010 at 9:20 am
Hi,
If you are running SQL Server 2008 64 bits on Windows 2008 64 bits the advanced properties shows as in attachment file.
How did you get the advanced properties for your...
April 23, 2010 at 9:00 am
Thanks for your answer. Seems to be logic. What happens if I install SP1 on the passive node (once the active that was passive has SP1 installed, so master, msdb,...
January 8, 2010 at 9:53 am
Thanks for your answers.
If SCSI clustering is not supporting with Windows 2003, what kind of clustering is supported with?
Do you know when SQL Server 2005 will be released?
What we need...
December 28, 2004 at 6:55 am
Hi,
First check your log file with the command in Query Analizer in your database:
DBCC LOGFILE
If the last record in column "STATUS" have the value 0 than pass the command:
DBCC...
April 13, 2004 at 7:49 am
Viewing 14 posts - 1 through 14 (of 14 total)