|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, May 20, 2013 3:08 PM
Points: 4,
Visits: 399
|
|
I am kind of in a bit of a Jam.
Seeing a lot of Storage I/O issues.
The OS is MS Windows 2008 R2 (RTM) and MS SQL Server 2008/R2 (RTM).
Based on an analysis I did over the weekend (which is attached), we applied SP1 to both OS and SQL Server this morning.
But, I am still not able to create Database Snapshots. And, when I am able to create them, I
get the following errors:
Date 2/15/2012 11:37:53 PM Log SQL Server (Current - 2/15/2012 11:39:00 PM)
Source spid22s
Message The operating system returned error 665(The requested operation could not be completed due to a file system limitation) to SQL Server during a write at offset 0x0000123b0f0000 in file 'Z:\DATA\JPE_Snapshot.ss'. Additional messages in the SQL Server error log and system event log may provide more detail. This is a severe system-level error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, May 20, 2013 3:08 PM
Points: 4,
Visits: 399
|
|
It is quite possibly that the problem that I am having are related to "File System Filter Drivers":
A tale of CHECKDB failures cause by 3rd party file-system drivers http://sqlblog.com/blogs/jonathan_kehayias/archive/2009/12/10/a-tale-of-checkdb-failures-cause-by-3rd-party-file-system-drivers.aspx
Two Minute Drill: File System Filter Drivers http://blogs.technet.com/b/askperf/archive/2008/08/08/two-minute-drill-file-system-filter-drivers.aspx
Search Engine Q&A #14: Beware 3rd party file-system drivers with DBCC CHECKDB http://www.sqlskills.com/BLOGS/PAUL/post/Search-Engine-QA-14-Beware-3rd-party-file-system-drivers-with-DBCC-CHECKDB.aspx
When I go in tomorrow, I will use the file extension mdf for my database snapshot files. Currently, I chose to use .ss, but that is probably causing trouble with my Anti-Virus Software that is more likely than not only filtering against mdf and ldf - It is probable that ndfs are skipped, as well.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 4:18 PM
Points: 1,
Visits: 12
|
|
Not sure whether you solved this or not, but you might want to review this Microsoft KB about a known Hotfix for the OS for the "'Operating system error 665' BackupIoRequest::ReportIoError: "
Or for anybody else who runs into this issue and might need it.
OS Errors 1450 and 665 are reported for database data files http://support.microsoft.com/kb/2002606
|
|
|
|