Skip to main content
0 votes
2 answers
212 views

This is causing me to pull my hair out. I'm trying to use DbaTools to restore a backup and log files to a new SQL Server. This is what I am running: $File = Get-ChildItem '\\bckp01\sql_backups$\...
user1967479's user avatar
1 vote
1 answer
72 views

I have to restore a SQL backup from someone external and have the following issue: Instead of making a nice single big file for the entire instance of SQL, I have a folder with 100+ individual ...
asdfmoin's user avatar
0 votes
0 answers
43 views

I have SQL Server 2022 and I am trying to take a .bak from my localhost server instance and restore it to my remote instance (NOT Azure). When I go to Restore Database I select Device and click the ...
Dizzy49's user avatar
  • 1,550
1 vote
0 answers
132 views

LOOOONG story short, I am trying to migrate to a new server. I installed SQL Server on the new one and had it access the same drive with the sql databases. There were some bumps trying to get it to ...
Dizzy49's user avatar
  • 1,550
2 votes
1 answer
60 views

I have an issue. I've got a backup functionality in my application Here is how I do dumps: schema_command = ( f'PGPASSWORD={os.environ["POSTGRES_PASSWORD"]} ' f'...
SwAsKk's user avatar
  • 25
0 votes
1 answer
81 views

I have a backup vault in Azure that store long term backups of my Azure Database for PostgreSQL - Flexible Servers. Problem is that I can't restore the backups. When I restore the backups in the ...
zoptop's user avatar
  • 11
1 vote
0 answers
149 views

I want to do a databases backup on master server and afterwards restore of this database on slave server. I have this sequence in T-SQL script: Backup (run on master server) DECLARE @backupFileName ...
LDonSOvrfw's user avatar
0 votes
1 answer
173 views

I am facing a weird issue with the way I am using the Server object. It looks like when using SQL Server authentication, doing a restore it's complaining Exclusive access could not be obtained ...
nikhil's user avatar
  • 1,764
0 votes
1 answer
96 views

I have an environment for testing purposes with its own database (Microsoft Azure). So every single release, once we deploy a new version to our environment, we restore the database from our backup. ...
Egor ButterFly's user avatar
0 votes
0 answers
447 views

I am relatively new to Powershell, and I got a script to use to restore database in SQL Server 2019. I was running this bottom Powershell script on my new VM, and got bottom error message. This is ...
Java's user avatar
  • 1,344
0 votes
0 answers
153 views

Here’s a message you can use to post on Stack Overflow: Title: Authorization Errors After Restoring DB2 Database to V9.7 or Higher Body: Hi everyone, I’m experiencing authorization errors after ...
nada elouedi's user avatar
0 votes
1 answer
39 views

I am using the cloud edition, and the overall usage of the database is relatively light, about 1GB. I want to know how to backup and restore the metadata of PieCloudDB Database management and control ...
Joe's user avatar
  • 89
0 votes
0 answers
153 views

I created an external table by importing a Google Sheet link in BigQuery. However, I accidentally deleted this table. I tried to recover the table by checking the table creation and deletion logs ...
장우현's user avatar
0 votes
3 answers
339 views

I have a .savf file that someone created from an IBM DB2 S400 server to transmit a database to me. I installed db2 server community edition on Ubuntu. My install works, as I was able to create a test ...
bosonfute's user avatar
0 votes
1 answer
5k views

I'm tring to apply backup using DBeaver with postgres: 1: Create backup: 2: 3: I try apply restore on another database and get this: this is the error pg_restore: error: did not find magic string ...
alex 's user avatar
  • 281

15 30 50 per page
1
2 3 4 5
48