Backup Problems

R

RPerez

Guest
When backup runs presents the following error.

Unable to create dump file for MS-SQL database 'database_name' on domain 'domain_name'
Specified cast is not valid.


How can solve this problem, already tried in forum and in kbase and not find the answer.
My DB Server is Microsoft SQL Server 2005 Professional.

Regards,

Rogerio Perez
Layerdev Sistemas e Consultoria
http://www.layerdev.com.br
 
Hi Rogerio ,

First of all I would suggest you to log into MSSQL (for example using MSSQL Management Studio express)
and check if such database and db user exist there; also make sure that is it possible to opirate with this database (run simple query for testing).
 
Back
Top