This is the official team Web Log for Microsoft Customer Service and Support (CSS) SQL Support. Posts are provided by the CSS SQL Escalation Services team.
Browse by Tags
All Tags »
Engine »
Tools (RSS)
-
This is an extension to by previous post about SQLIOSim data integrity testing. http://blogs.msdn.com/psssql/archive/2008/03/05/how-it-works-sqliosim-checksums.aspx SQLIOSim (.exe/.com) is the predecessor to SQLIOStress. SQLIOSim is SQL Server Read More...
|
-
The Page Audit User is one of the main execution paths for data integrity checking. SQLIOSim runs test cycles and during each test cycle the [Audit User] section of the .INI configuration file is used. These workers perform various page Read More...
|
-
I and Microsoft will always opt for restore of a backup when corruption of the database is encountered. This is the only way to safely restore the database to a known state. All other actions, such as dbcc repair, can remove data Read More...
|
-
I don't want you to be surprised when you see more use of SQLBPA. It was 18 months ago when the development team approached the support team asking us to help identify issues for SQLBPA. Several of us, including myself helped identify Read More...
|
-
This blog post is to again inform you "NOT" to consider SQLIOSim as an I/O performance evaluation tool! Every other month or so I get a rash of questions about using SQLIOSim to validate I/O performance and I have to repeat the same Read More...
|
-
SQLIOSim, like its predecessor SQLIOStress, is designed to read pages it has written and validate the data. SQLIOSim does this using a checksum algorithm. When SQLIOSim starts up it creates a set of buffers and used the Cryto APIs to generate Read More...
|
-
The Senior Escalation Engineers do various training and mentoring activities. As I do this I thought I would try to propagate some of this information on the blog. This was an interesting issue I ran into this week. The reported problem was that the data Read More...
|
-
Both SQLIOSim and SQLIOStress use DeviceIOControl to determine information about the target. On disk caches are typically not battery backed and when enabled can lead to data loss during a power outage. The utilities attempt to warn the user Read More...
|
-
I have encountered some questions pertaining to the SQLIOSim outstanding IO warnings and I am posting some details. The Display monitor thread is responsible for updating the display (progress outputs) and checking for long IOs (CheckForLongIO/ReportLongIo). Read More...
|