The durations for some extended events are in milliseconds and some are in microseconds. It is not always documented.
Could I ask to have this made consistent to microseconds or at least clearly doc…
Created on 5/2/2013 (updated 3 days ago) | 0 validations | 0 workarounds | 0 comments | feedback id: 786158
|
|
I run into one thing about backup of availability groups in SQL Server 2012.
You cannot do a copy-only transaction log backup on a secondary replica.
BACKUP LOG [Test] TO DISK = 'C:\Test.trn' WITH C…
Created on 8/3/2012 (updated 3 days ago) | 0 validations | 0 workarounds | 5 comments | feedback id: 756944
|
|
If you have a database with a read-only file-group you cannot run a DBCC CHECKDB, if there are open connections.
This is described in this knowledge base article.
"Error message when you run any of t…
Created on 9/18/2010 (updated 3 days ago) | 1 validation | 1 workaround | 6 comments | feedback id: 600941
|
|
|
Closed
as Not Reproducible
|
|
I just downloaded the November CTP of SQL Server 2008 R2. It seems like something has changed in sqlcmd. It's the output that is truncated after 512 charters.
Try this.
sqlcmd -E -S .\SQL2008R2 -d ma…
Created on 11/13/2009 (updated 21 weeks ago) | 6 validations | 0 workarounds | 2 comments | feedback id: 510344
|
|
|
Closed
as Fixed
|
|
In SQL Server 2008 the column msdb.dbo.sysjobhistory.message has been changed to nvarchar(4000), but Books Online still shows nvarchar(1024).
http://msdn.microsoft.com/en-us/library/ms174997.aspx
Created on 8/23/2009 (updated 21 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 484724
|
|
|
Closed
as Fixed
|
|
If the database name contains non latin characters (e.g. Chinese characters) I get an error message in SQL Server 2005 and SQL Server 2008. In SQL Server 2000 is works nicely.
DBCC DBINFO ([漢]) WIT…
Created on 6/7/2008 (updated 21 weeks ago) | 1 validation | 0 workarounds | 6 comments | feedback id: 349846
|
|
|
Closed
as Fixed
|
|