Viewing 15 posts - 16 through 30 (of 60 total)
I would say like Gail, 1118 has an impact on all databases allocation:
On a SQL2005 SP3 instance started with -T1118:
[font="Courier New"]
create database uniformext
use uniformext
create table T1(a char(8000))
insert into T1 values...
September 3, 2010 at 1:36 am
Hi,
There was a bug fixed in SQL Server 2008 concerning rebuilding index using with drop existing and case mismatch. Is this the way you rebuild your indexes ?
cf the connect...
September 1, 2010 at 9:05 am
Hi,
Check that you are running a build higher or equal to 9.00.3166 on your 2005 SQL Server if you intend to switch -T1118 on. cf http://support.microsoft.com/kb/936185
September 1, 2010 at 7:59 am
Please post the results of:
DBCC CHECKDB([Test]) WITH ALL_ERRORMSGS, NO_INFOMSGS
GO
Thanks,
August 31, 2010 at 4:45 am
Hi,
If you have read through this section, you know that page corruption happens in most cases because of hardware failures, or filter driver misbeheaviour. SQL Server asks for a page...
August 20, 2010 at 1:48 am
Once the trace is set, the deadlock graph will show up in the ERRORLOG file. ( -> when it happens)
The second error looks to be more related to Sharepoint. There...
August 19, 2010 at 6:26 am
The only database problem you may have is a deadlock situation at some point. You can turn on trace 1222 on the instance to check what objects and sessions are...
August 19, 2010 at 5:03 am
falisalaam (8/19/2010)
I have run both DBCC CHECKDB and DBCC CHECKCATALOG...
August 19, 2010 at 4:37 am
In Rob44's case, RID = (1:1368905:38) represents the location of the damaged row. You must understand it is very specific to his case, it is not some sort of magic...
August 19, 2010 at 1:17 am
Hi Ravi,
Sounds familiar: http://www.sqlskills.com/BLOGS/PAUL/post/CHECKDB-bug-that-people-are-hitting-Msg-8967-Level-16-State-216.aspx
From Paul's article, state 216 means that checkdb runs through a page that has a higher LSN value than the LSN of the inital snapshot. Try to...
August 18, 2010 at 7:38 am
Hi,
Thanks for your answers. I know PAE allows windows to go beyond the 4Gb boundary. I was rather interested because in the referenced KB article, it is said :
"The Complete...
August 18, 2010 at 6:33 am
Hi Stanley, thanks to share.
Can you tell us whether your server is 32 or 64 bits ?
David B.
August 18, 2010 at 1:45 am
Hi dma33 & John
Linchi Shea has posted an analysis on the impact of page checksums and default trace with various IO workloads. You can review it here. I didn't want...
July 25, 2010 at 8:49 am
Forget it, I didn't see the timestamp in the main post :-D. I guess the pages are long gone now...
David B.
July 7, 2010 at 6:29 am
By external I mean a certificate issued by a trusted third party company like Verisign/Thawte...
The certificates you can create through T-SQL are not used to encrypt the communication channels between...
July 7, 2010 at 6:09 am
Viewing 15 posts - 16 through 30 (of 60 total)