Tagged Questions
-1
votes
0answers
15 views
SQL Server : SHRINKDATABASE some times don't work
I try to shrink database size and then create backup of it.
BACKUP LOG MY_DATABASE WITH TRUNCATE_ONLY
DBCC SHRINKDATABASE ('MY_DATABASE')
exec ('ALTER DATABASE [MY_DATABASE] SET RECOVERY SIMPLE WITH ...
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 ...
-1
votes
1answer
77 views
Unable to create backup for database [closed]
I am unable to create a database backup, as the user which I login is not a superuser and it doesn't have all privileges.
Can anyone help me to create an user that has all permissions over the ...
0
votes
3answers
565 views
Backup and Restore MS SQL Server database through Java Program
I have developed an Java Swing Application with MS-SQL Server database and now i want to provide backup and restore option in my java swing application that is on click of a button it should backup ...
1
vote
0answers
154 views
error with creating backup of Godaddy DB on Local Machine
I am in need of restoring My Updated Database on GoDaddy.
I had old database backup(ypldb.bak) from Godaddy. The backup(ypldb.bak) had been created from Godaddy hosting account.
I had to do some ...
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
1answer
561 views
Backup database in SQL Server 2008 (Compatibility Level 90) restore to 2005
I have a database I was given by a client from a SQL Server 2005. When I restored it on my SQL Server 2008 R2 I made sure the compatibility level was set to 90.
Now I need to back it up and give it ...
0
votes
1answer
785 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 ...
0
votes
0answers
84 views
Partial backup in SQL Server
For debugging purpose, oftenly I need to copy the entire database from live server to local server.
Is there any tools available in SQL Server 2005 so that I can synchorize only needed tables, or a ...
1
vote
1answer
3k views
Restore database in SQL Server 2005
BACKUP DATABASE [MPRM] TO DISK = N'\\rauf\shared\MPRM_15_5_10.BAK'
WITH NOFORMAT, NOINIT, NAME = N'MPRM-Full Database Backup',
SKIP, NOREWIND, NOUNLOAD, STATS = 10
The backup process worked, ...
1
vote
1answer
750 views
SQL Server backup failing with Error 64
I'm useing SQL Server backup to an unc path. I'm getting the following error on a fairly regular basis now:
BackupDiskFile::RequestDurableMedia: failure on backup device 'the unc path\filename ...
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 ...
0
votes
1answer
733 views
Maintenance Plan Fails But Query Runs
I have an SQL Server 2005 Enterprise Edition whose Maintenance plan fails constantly with the error:
backup MYSERVER (MYSERVER)
Backup Database on MYSERVER
Databases that have a compatibility level ...
3
votes
2answers
667 views
Transfer database from 2008 R2 back to 2005
My company has to go back to Sql Server 2005 from 2008R2 (legacy issues with scripts and customer deployment.. ) and I got the task to find out how to do that: is there any automated migration tools ...
1
vote
1answer
175 views
Copy SQL Server Databases Remotely
How do I copy one database on one server to the next? I am using SQL Server 2005. In the past I used Tasks -> Backup then Restore to the new database. But my server with the database is full and I ...
4
votes
3answers
7k views
SQL Server Restore Error - Access is Denied
I created a database on my local machine and then did a backup called tables.bak of table DataLabTables.
I moved that backup to a remote machine without that table and tried to do a restore but get ...
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?
...
1
vote
1answer
250 views
Why would a nightly full backup of our SQL Server database grow 30 GB over night and then shrink again the next day?
We run SQL Server 2005 and have a database that's about 100 GB (the MDF is 100GB and the LDF is 34 GB).
Our maintenance plan takes a full database back up every night. It's set up to
This backup ...
0
votes
1answer
350 views
backup database takes login and user backups or not
i am using sql server express and visual studio on my office PC.
i have a database abcDB. i created a login abclogin with password = 'abcpass' , default database =abcDB ,
now a winform application, ...
0
votes
2answers
184 views
sql server 2005 (for old systems) and many problems for attach and restore…(changing drive location)
why sql server 2005 so sucks?
i should work on an old system that using sql server 2005!
my problems are :
1-when i detach a database and move mdf / ldf files of that db to another drive , so i can ...
0
votes
1answer
553 views
Auto database backup in sql server 2005
Please tell me what should I do to make auto backup (scheduler to take auto backup on particular time) on Sql Server 2005 database.
-1
votes
2answers
567 views
import .bak to sql server
how can i import a .BAK file to my sql server 2005 ??
i have a backup data base made on sql and i want to import it on sql server 2005. how can i do it !!!
thanks
1
vote
2answers
232 views
SQL Server 2005 failed backup effect on transaction logs
I have an SQL Server 2005 instance whose full backup (.BAK) failed due to low disk space. However half hourly transaction log backups continue (.TRN). Assuming I have an older full backup, could ...
2
votes
3answers
397 views
Backing up Database AND replication configuration?
In SQLServer 2005, is it possible to migrate a database from a workstation to another and also take the Replication configuration with it?
I mean, besides creating scripts.
1
vote
2answers
797 views
How to create only one backup file for a SQL Server database
I've created a Back Up Database Task for a few selected databases in my server. What I want to do is to have only one backup file for any database. The new one could overwrite the old one or create a ...
2
votes
3answers
1k views
simple & fast sql server database backup and restore
I'm looking for a simple (simplest if possible) way of backing up and restoring a database.
I want to do a backup in one state and then after doing some operations get back to the backed up state.
...
0
votes
1answer
106 views
Is The Transaction Log Truncated When Doing a Backup In Full Recovery Mode?
Is the database transaction log automatically truncated after we create a backup and the DB is in full recovery mode? Or do we need to make 2 different backups, let's say 1 in full recovery mode and a ...
1
vote
2answers
148 views
How can I enforce expiry day in SQL backup append?
If I make a database backup job, where I set Expire day = 2. Run this backup job once every day. How can I delete backup sets that are more than 2 days old? I'm Using SQL 2005 Express, so everything ...
2
votes
2answers
204 views
Database Backup
Scenario
i want to take backup from 7 client database to 1 server database.
i dont know structure of the db { either server or client db }.
both databases are having old data. now i have to make the ...
0
votes
2answers
1k views
Sql compression and backing up in sql server 2005
I want to backup my database with compression. This is my code :
BACKUP DATABASE dbbbb
TO DISK = N'C:\\dbbb.bak'
WITH COMPRESSION
this running correctly in Sql Server 2008. But my server has Sql ...
2
votes
4answers
84 views
Strange Sql Server 2005 behavior
Background:
I have a site built in ASP.NET with Sql Server 2005 as it's database. The site is the only site on a Windows Server 2003 box sitting in my clients server room. The client is a local ...
1
vote
2answers
89 views
Is there a way to only backup a SQL 2005 database structure fully, but only the data in a certain set of schemas?
I have several schemas in my database, and the largest one ("large" meaning disk space consumed) is my "web" schema which is a denormalized copy of data in the operational schemas.
This ...
1
vote
2answers
1k views
How can I get a SQL Server 2005 compatible backup from SQL Server 2008 database?
I have a sql server 2008 db, I want to restore its backup to a 2005 version. Is there any way for this work?
Note: I can't make a script from my db and run it.
0
votes
3answers
114 views
What is the suggested approach to Syncing/Backing up/Restoring from SQL Server 2008 to SQL Server 2005
I only have SQL Server 2008 (Dev Edition) on my development machine
I only have SQL Server 2005 available with my hosting company (and I don't have direct connection access to this database)
I'm ...
0
votes
2answers
2k views
Sql Server Backup and move backup file: How to cope with file permissions?
With our product we have a simple backup tool for the sql server database. This tool should just make a full backup and restore to and from any folder.
Of course, the user (usually an administrator) ...
0
votes
3answers
881 views
Restoring two databases from a single backup file (SQL Server 2005)
I have a .bak file which contains backup sets of two different databases. It was made by sql server maintenance plan. Now I have to restore both databases. The problem is, that while the first ...
0
votes
2answers
1k views
backup SQL Server 2005 database without data
I have one stored procedure to backup the database. It will backup metadata as well as data.
Is there any option to back up the database with out data. ie, back up only the schema (Empty tables).
I ...
1
vote
3answers
148 views
Restore a database using SQL Server 2005
I have backed up a database into a file using SQL Server from my old server.
Now i would like to restore that file into a new database on my new server.
I created a DB with the same name , I am ...
0
votes
2answers
87 views
Backup up Transaction logs
Is it possible copy the physical Transaction log file for SQL 2005?
Currently our databases are backed up every night with hourly Transaction logs taken during the day. Is it possible that after ...
1
vote
1answer
291 views
How to store certain number of backups in backup file
I have everyday schedule to backup my database in sqlserver 2005. Now it's looks like this:
BACKUP DATABASE [db1] TO DISK = N'D:\SqlServer\Backup\db1.bak' WITH NOINIT , NOUNLOAD , NAME = ...
1
vote
1answer
320 views
Database backup - differential file size question
For my backup plan for SQL Server 2005, I want to do a full on Sunday:
BACKUP DATABASE myDatabase TO DISK = 'D:\Database Backups\myDatabase_full.bak' WITH FORMAT
GO
Then I want to do a differential ...
-1
votes
1answer
120 views
SQL Server 2005 Backup File Deletion
I wanted to reduce the size of my log file in SQL SERVER 2005, which grown to 16 gigs, so I created a backup and used the dbcc shrinkfile command to shrink it. All that is set. Now what should I do ...
1
vote
5answers
1k views
How to build a script to backup all databases in SQL Server?
We need to backup 40 databases inside a SQL Server instance. We backup each database with the following script:
BACKUP DATABASE [dbname1] TO DISK = N'J:\SQLBACKUPS\dbname1.bak' WITH NOFORMAT, INIT, ...
1
vote
1answer
1k views
Verifying Full database backups “WITH CHECKSUM”
We have a daily maintenance plan in SQL Server 2005 that performs a full backup to disk using the "Back Up Database Task".
"Verify backup integrity" is enabled but from what I understand data ...
1
vote
1answer
2k views
Scheduling backup in sqlserver 2005 (not able to Script Action To Job)
I'm trying to specify backup, the scripting to a new job as described in
http://support.microsoft.com/default.aspx/kb/930615
However, the option
Script Action to Job
is not available to me ...
40
votes
7answers
36k views
When restoring a backup, how do I disconnect all active connections?
My SQL Server 2005 doesn't restore a backup because of active connections. How can I force it?
2
votes
2answers
2k views
SQL Server 2005 Perform “RECOVERY” on database restored with “NORECOVERY”
I have full weekly backups, daily differential backups and hourly transaction log backups.
To restore the database, I restore the full backup, then the last dif backup then all the transaction log ...
1
vote
5answers
5k views
How to copy a SQL 2005 database to another computer?
I'm trying to rebuild a web server in a virtual pc. Installed required software and Microsoft SQL Server 2005. I've had full backups of my databases but it is not possible to restore from those ...
5
votes
2answers
9k views
How to backup SQL Server Agent jobs?
How can I backup and restore SQL Server 2005 Agent job schedules?
2
votes
3answers
543 views
How critical are transaction logs after a full backup of a SQL2005 database?
How critical are transaction logs after a full backup of a SQL2005 database?
Example: I have a database called Test and I don't care about point in time recovery using transaction logs except that I ...


