Viewing 15 posts - 661 through 675 (of 1,248 total)
Did you check all IP addresses and see whether or not they are correct as expected?
February 20, 2008 at 8:38 pm
I believe it is a security issue. You may not have authority to read the idc file or access the database. Here is a link. May it help.
February 20, 2008 at 8:33 pm
You talked about node. Did you build your SQL Server on a cluster? A node is different from a name of an SQL Server on a cluster.
February 19, 2008 at 8:28 pm
Ask your DBAs what they did recently, such as linked server.
February 19, 2008 at 8:24 pm
Could you provide the differences in hardware configurations?
February 19, 2008 at 8:19 pm
I would like to guess some other processes were running on your server when differential backups started. These processes may locks the database from backup. Could you monitor other jobs...
February 15, 2008 at 12:54 pm
They are syntax errors from my point of view. Try to use [] to enclose your database name, and see what will happen.
February 15, 2008 at 12:50 pm
If you fire your job from VB, you can add ON ERROR RESUME NEXT clause.
February 15, 2008 at 12:40 pm
Here is a link. May it help.
http://markiehill.blogspot.com/2005/08/moving-cube-directories-in-sql-server.html
February 15, 2008 at 10:41 am
Here is a link. May it help.
http://tutorials.aspfaq.com/8000xxxxx-errors/80004005-errors.html
February 15, 2008 at 10:38 am
Could you SELECT TOP ... when creating your cursor?
February 13, 2008 at 3:19 pm
Corruption of the backup file is one of possible reasons. I got the same error once restoring a database. I pinned the error was the corruption of the backup file...
February 13, 2008 at 2:14 pm
Did you check whether or not the backup file was in use when the deletion failed?
You may add a log file in your database maintenance plan to obtain information in...
February 13, 2008 at 2:09 pm
Viewing 15 posts - 661 through 675 (of 1,248 total)