ASKER
ASKER
ASKER
Microsoft SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality.SQL Server is available in multiple versions, typically identified by release year, and versions are subdivided into editions to distinguish between product functionality. Component services include integration (SSIS), reporting (SSRS), analysis (SSAS), data quality, master data, T-SQL and performance tuning.
TRUSTED BY
A few questions if you please don't mind:
Does the SQL Server service account have rights to the folders where you are attempting to put the log and data files?
Have you tried restoring using the WITH MOVE clause to put the files in different location?
Have you verified that the location exists and is online?
Is this a newly rebuilt server with all the same volumes the source server had?
Thanks!
Dan