Tagged Questions
0
votes
0answers
19 views
Restore database created in SQL Server 2008 R2 to SQL Server 2008 R2 SP2 [migrated]
I have a .bak file created by some other user in (I think) SQL Server 2008 R2 (10.50) and I need to restore it in SQL Server R2 SP2 (10.52). I used a hex viewer to look into the .bak file and found ...
0
votes
2answers
26 views
Is it possible to backup records from a particular MySQL table a few at time with mysqldump? It's a table with a lot of records
So I have a table with nearly 200,000 records that I want to clean up. However I want to back it up. I've tried using the phpMyAdmin interface but the script keeps timing out given the huge size of ...
0
votes
0answers
17 views
How to backup databases to ensure data recovery [migrated]
I have 15 customer databases that have minimum replication at different sites. I currently do nightly back-ups and transfer the database back-up nightly to our main server via 7zip. We recently had ...
0
votes
0answers
31 views
How do I refresh SQL server cross database references after a database is reattached with a different name? (Are there hidden synonyms?) [closed]
I have 2 seperate SQL databases on the same SQL instance. Database1 references tables on Database2 in its views and stored procedures. Everything was working fine until we had to create a fresh ...
0
votes
1answer
28 views
Is it okay to cancel a T-SQL database backup script?
I needed to run a backup of a very large database (which has a scheduled transaction log backup) but it was running too long and i killed the process (which took a long time to rollback) -- between ...
0
votes
1answer
83 views
SQL Server backup command fails via Perl/DBI but works via DOS> SqlCmd. Why?
I have a simple Perl/DBI program to backup SQL Server databases. The program runs cleanly,
produces no errors, supposedly creates database backups, but the backup files do not exist!
When I execute ...
1
vote
1answer
31 views
MySQL seek-then-scan optimization for Limit Offset
From the mk-archiver help, we can see there is an option to optimize "seek-then-scan". Any idea how do they do this?
What I'm really looking for is, if I do have a table with one PKey, and queries
...
0
votes
1answer
25 views
copy content from table into stored procedure for backup and storage
i've got a question about raising errors and copying the contents from a table into a stored procedure.
What i need to do is move employee information to an Archive table for storage and backup,Raise ...
0
votes
1answer
37 views
how do I make a script to verify a SQL backup file was created & then email me if it was not created [closed]
I have backups scheduled & running daily for a SQL Server Express database.
I need a script to verify that they were ran successfully & then to email me if it was not.
-1
votes
1answer
152 views
Backup stored procedure for full, differential and log backup [closed]
I wrote a simple stored procedure for backing up FULL, Differential and LOG backup. This is my stored procedure:
Alter PROCEDURE BackupDB
(
@BaseLocation varchar(1024),
@BackupType ...
0
votes
1answer
60 views
MySQL data rollback for past 3 queries
I just dropped my company's table and realized that the SQL backup I made was for STRUCTURE not DATA. I need to restore the data immediately.... is there anyway to do this? I'm using PHPMyAdmin and ...
3
votes
2answers
166 views
Handle SQL FILESTREAM Data Corruption and Backup
At work we're going to store media for our clients such as video, HD photos and audio, I suggested using the SQL FILESTREAM to store such media.
One of the main concerns about this approach is what ...
0
votes
1answer
110 views
Backup database with different name time-related
My code ,for agent's job on SQL server 2008 , generate the backup file, but it keep OVERWRITE the first bak file everytime the agent's job triggered !!?
how can i make backup with different name ...
0
votes
2answers
79 views
MySQL backup process slowing down inserts and updates
Currently i am using the mysqldump program to create backups, below is an example of how i run it.
mysqldump --opt --skip-lock-tables --single-transaction --add-drop-database
--no-autocommit -u user ...
0
votes
1answer
143 views
SQL Database automatic back up
I have an SQL database - I need to back it up everyday (at a minimum) - preferably multiple times a day - automatically so it definitely gets done.
I'm running Windows which the SQL database is ...
-4
votes
1answer
124 views
SQL Server 2000 backup on remote client [closed]
I want to backup my SQL Server 2000 database from my server that runs Windows Server 2003. I can backup in the same server but its not the best option what I want is to make a backup every day on my ...
0
votes
1answer
73 views
SQL Error when importing backup into phpmyadmin
Hi I am getting the below error when importing a backup into phpmyadmin. Any Ideas why I am getting this?
There seems to be an error in your SQL query. The MySQL server error output below, if there ...
0
votes
1answer
195 views
Hot backup DB script understanding
I'm currently learning what hot backup is on an ORACLE guide which present a generic script for hot backup. I dont understand some point of this script :
PROMPT Path to destination directory:
ACCEPT ...
1
vote
2answers
120 views
SQL backup loop
I've built a backup query in SSMSE 2005 and saved as a text query.
Is there a way to loop through DB and write each as a unique file?
What I've done is copy/paste and find/replace database_name and ...
0
votes
1answer
1k views
How to take table backup in SQL Server Express
I have one SQL Server database table. I need to take backup of my table daily based on the date. For that I need to write a script. But I'm new to SQL Server can any one please help me.
Thanks in ...
1
vote
3answers
134 views
MySql backup is not working
String[] executeCmd = new String[] { "mysql", "-u",DB_USER,"-p"+DB_PASSWORD,DB_NAME, " < ", "\""+FileName+"\"" };
Process runtimeProcess = Runtime.getRuntime().exec(executeCmd);
int ...
1
vote
2answers
91 views
Delete Database before it is being Backuped
I'm using SQL Server 2008. now I want to create a trigger for capturing Database Backup. I watched to DDL triggers. but did not find anything about backup.
EDIT : Really what i need to do. if ...
1
vote
2answers
115 views
can't run sql backup script on shared hosting
I can't run SQL backup script on shared hosting through asp.net website
This is the error message:
BACKUP DATABASE permission denied in database 'TestDB'.
BACKUP DATABASE is terminating ...
1
vote
1answer
87 views
Copying a SQL Server database to another database
I have a database in SQL server 2005 that is called MyStaging and I made a blank one called MyStaging_bk. I went to Backup MyStaging and then tried to restore in to MyStaging_bk. But it says I cannot ...
1
vote
2answers
107 views
Restore database from backup file, where file name matches reg expression
I am doing the below using SQL Server / T-SQL :
RESTORE DATABASE UAT
FROM DISK = 'E:\Databases\backup\MY_LIVE_20120720_070001.bak'
WITH REPLACE
But I want to be able to use a file location that ...
0
votes
1answer
120 views
Batch file to get sql backup scripts
Is there any way where I can use Batch files to get backup of the selected scripts from the SQL database...?
Say - I have one stored procedure, one function and one view in a folder.
sp1.sql
...
0
votes
1answer
229 views
Magento - Duplicate entry when importing backup
I have some serious problems with an sql backup of a shop which I only have in form of a sql backup.
Every time I want to import the backup with phpmyadmin (even on a new database), I get this error:
...
1
vote
1answer
177 views
Can I create a button on my site to back up my database?
I want to setup a button in my content management system where I can save a backup sql file for the table shown on a particular page. I just want it to download the SQL file to my computer if this is ...
0
votes
1answer
797 views
SQL Server Backup (not restore!) error: The media set has 2 media families but only 1 are provided. All members must be provided
I am running into this error when trying to Backup a database:
"The media set has 2 media families but only 1 are provided. All
members must be provided."
Please note this is on BACKUP not on ...
2
votes
2answers
1k views
PHP call link & open new tab & continue running program?
I'm trying to write a php program that does sql backups and I have so many databases I want to split the processes into 3 separate ones.
My backup.php file takes in a string argument and also outputs ...
0
votes
3answers
491 views
How to backup and restore table
During my testing, I want to make a copy of a few tables within the same database before running the tests. After tests are complete, I want to restore the original table with the copy.
What is the ...
0
votes
0answers
203 views
SQL database backups methods-tools-procedures [closed]
Currently, I am investigating some way to more efficiently backup 4 Production SQL Databases (3 different servers/instances) and would like to know if anyone else has had the problems we are having ...
2
votes
1answer
121 views
SQL Server Backup
I was wondering if there was any way of making a backup of an entire SQL Server (we are using SQL Server 2008) at regular intervals to a specific location. I know we are able to backup single specific ...
2
votes
2answers
953 views
Teradata: How to back up a table that uses an identity column?
In Teradata, the way I've been doing backups for tables is like this:
create table xxx_bak as xxx with data
Works great, but I have just discovered that this doesn't work for tables with identity ...
0
votes
1answer
179 views
Query to determine if Backup Exec is taking backups
Does anyone know any tactics to determine if backup exec is taking backup? We do not have access to the program to determine if it is in charge but are receiving alerts for failed backups. If you run ...
1
vote
2answers
147 views
SQL Server Backup Command Error
I am trying to create a backup of my SQL Server Database in Visual Studio 2010.
I am using the following command to back up the database:
BACKUP DATABASE Db TO DISK = 'c:\server.bak'
This is ...
0
votes
4answers
431 views
Find out which row has fired a trigger on a table (SQL 2008)
I would like to know which row has fired a trigger on a table.
The reason therefore is that I would like to backup only the changed row to a backup table.
For example I have a table with the fields ...
0
votes
1answer
653 views
Backup a database mdf & Entity Framework
I have a database (mdf file) wich I'm approaching with the Entity Framework. Is it possible to make a backup of the MDF file.
I tried already but SMO but the problem is because I'm using a mdf file ...
3
votes
1answer
276 views
How to update a single column of a table of data from a backup
All the data in a column of a table of members have been erased, but I made a backup of the table a few weeks ago.
So I need to replace only the data in this column by the old column in the backup of ...
0
votes
1answer
133 views
After using SSMS's Generate Scripts sqlcmd won't run it
I tried backing up my database using SSMS Generate Scripts options. This produces a rather large file that SSMS won't run (memmory limit).
I tried then running this script using sqlcmd, but I get a ...
0
votes
1answer
809 views
How to use Cloudberry Powershell Snap-in (for Amazon S3) from within a scheduled SQL Agent Job?
I am trying to automate my SQL database backup process. My goal is to use the Cloudberry Powershell cmdlet to give me direct control and access over my S3 buckets. I am able to do this manually but ...
0
votes
1answer
175 views
copying data between servers on two different machines - SQL
I found this question Copy table to a different database on a different SQL Server which is close to what I want but my two databases are on two different machines. I am interested in backing 1 or two ...
2
votes
4answers
29 views
Management Studio Backup SPs / UDFs
Just wanted to know if there was an easy way to backup Stored Procedures and / or User Defined Functions ?
As a developer, one would usually want to retain existing versions of various database ...
2
votes
3answers
116 views
How to resolve this problem with backup files in php
I have experienced about two times that mysql database crashes and it can not be connected for a long time and I always have to contact the hosting service to reactivate it...for some reason. So I ...
0
votes
2answers
205 views
SQL Server 2008 external disc back-up
I have an external network back up disc mapped at Y:\ , when I try to create back up on disc Y:\ I have
BACKUP DATABASE [DATABASE_NAME] TO DISK = 'Y:\backup\backup.bak' WITH NOFORMAT, INIT, NAME = ...
0
votes
2answers
596 views
How to backup some tables with data and some tables only schema PostgreSQL
I want to dump a database.
I have three tables:
table1
table2
table3
From table1 i want the schema plus data.
From table2 and table3 i just want the schema.
How do i do that?
4
votes
6answers
3k views
export stored procedures through SQL script
Was: How to back up selected stored procedure using query
I would like to backup 10 out of 200 stores procedures over command line ( In SQL Server Management Studio). Is there an easy way to do it?
...
0
votes
1answer
129 views
how to backup SQL database (tables, mappings, indices, etc.)
I am installing a service pack on our shopping cart. They recommend backing up the SQL database before installing. I know we have backups to tape drives done by our hosting company, but I want one I ...
5
votes
2answers
820 views
How To Backup And Restore DataBase With FILE STREAM Using SMO in C#
How can i backup and restore a database with file stream Using SMO in C#.
i found some attributes in Server Class in SMO Like "FilestreamLevel" and "FilestreamShareName"
but i do not know how to use ...
3
votes
3answers
2k views
Restore SQL 2008 database fails with error on page xxx:xxx
This is the situation:
Got a full backup (.bak file) of a SQL 2008 database, with partitions.
The .bak file is 100gb.
I need to restore this database on a different server, to a new database.
So, ...

