A SQLPS (SQL PowerShell) module commandlet added for Microsoft's SQL Server 2012 that allows for scripting a SQL database backup.
Questions tagged [backup-sqldatabase]
19 questions
0
votes
0 answers
SQL Backup Error - The Users password must be changed before logging on the first time
I am trying to perform a database backup in SQL Server Management Studio 2008. We do this backup yearly, and have had no issues up until today. The error says
The user's password must be changed before logging on for the first time.
I have checked…

Jesse Campanella
- 1
- 1
0
votes
2 answers
SQL backup job script windows schedule task
I knew about the possibility to get backup db using SQL server agent, but I was curious to know if we can have a backup script (like batch file) that just runs in windows and gets automatic backup according to the schedule that we define?
I think…

Ali Fanaei
- 13
- 1
- 4
0
votes
0 answers
SQL server Database back Up Failed - write failure on backup device
I am getting below error while taking DB back up. This error occurred after 55% of complete database backup process. Please provide solution to resolve this issue.
BackupIoRequest::ReportIoError: write failure on backup device…

Viraj Mehta
- 1
- 3
0
votes
1 answer
Postgresql Backproblem
I taken a copy of whole pgsql folder as a backup. Now I tring to restore from that but it is not working.
It gives the error
ERROR: index "mytable_pkey17" contains unexpected zero page at block 295
Hint: Please REINDEX it.
So I tried to Reindex…

apm
- 525
- 6
- 19