Quantcast
Channel: SQLServerCentral » SQL Server 2008 » Data Corruption (SS2K8 / SS2K8 R2) » Latest topics
Viewing all articles
Browse latest Browse all 223

DBCC CHECKDB & FILESTREAM

$
0
0
I’ve run DBCC CHECKDB on multiple servers and this one is a first for me. It's also the first I'm using a DB with Filestream in use. I get the following error when I try to run the job and it hits the specific database. I"m using the Ola.Hallegren Maintenance Solution, but this isn't an issue with the solution. I've run the command on it's own:DBCC CHECKDB('FCA') WITH all_errormsgs, no_infomsgs, data_purity Results:Msg 7905, Level 16, State 1, Line 1Database error: The directory "temp" is not a valid FILESTREAM directory.CHECKDB found 1 allocation errors and 0 consistency errors not associated with any single object.CHECKDB found 1 allocation errors and 0 consistency errors in database 'FCA'. Ola was kind enough to reply to my email query and suggest I ask in the MSDN forums. I figured I'd start here.Thanks for any help.kDBAjan

Viewing all articles
Browse latest Browse all 223

Trending Articles