Tagged Questions
0
votes
0answers
22 views
Backing up file groups with restore to earlier backup SQL Server 2008 [migrated]
I have a task: I have created a database with a filegroup lamb that has a few tables
I need to extract into these tables and backup file group lamb
Then extract into these tables again and back up ...
0
votes
1answer
30 views
Backing up my schema and database objects using SQL Server 2008
I have a database that has a schema named lamb that has a number of database objects. I want to back up only the objects and data that are associated with the lamb schema and not the rest.
Is this ...
0
votes
1answer
131 views
SQL Server 2012 restore excluding filestream
I have a SQL Server 2008 database which has filestream.
I need to backup this database excluding filestream and restore the database on SQL Server 2012.
I have researched this and found:
...
0
votes
0answers
46 views
Is it possible to backup and restore all the database of sql server once a time?
We are going to transfer our 50 databases from our old server (SQL Server 2000 Enterprise edition) to new one with SQL Server 2008.
Is it possible to do that once or just one by one in form of ...
-3
votes
3answers
330 views
backup and restore the database
I am a newbie studying c# from last 3 months and I am using sql server as my database. I go to menu and create a service based database, and makes table there I am working on winform I have menu ...
0
votes
0answers
106 views
Filestream Backup File Corrupted [closed]
We have DatabaseA that has filestream files in it. We then have an archive process which first deletes files in DatabaseB (different server) and then inserts new files from DatabaseA into DatabaseB ...
0
votes
0answers
81 views
How to generate only data script from a backup
I have been trying to generate only data script for specific Tables using SMO from a backup but with no success.
Is there a way to do so ? (even with without SMO)
Conditions :
- Data script ...
0
votes
0answers
357 views
Encrypting backup files of SQL Server 2008 Standard [closed]
How is it possible to encrypt SQL Server 2008 backup files? I know about TDE which encrypts the table, but I am interested in encrypting the backup files which would be stored on a cloud server.
Is ...
0
votes
0answers
60 views
script to automate the creation of email profile and alert in SQL Server
I have implemented the http://ola.hallengren.com/ backup plan, which is working great. I'm also setting up an email profile and alert to send when the backup is successful and when it is not. Since ...
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
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 ...
2
votes
2answers
816 views
Does full backup work with simple recovery mode? [closed]
I have a database that is getting to be huge. The mdf file is about 150 GB and I just saw that the log file is nearing 1.5 TB! I do not care about the log file at all. So based on this, I plan on ...
1
vote
1answer
566 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
62 views
Enable to Restore the database
I have successfully downloaded the database file from the Remote server. When i try to restore it on my local system it throw the following error massage.......
System.Data.SqlClient.SqlError: The ...
0
votes
0answers
202 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 ...
0
votes
0answers
381 views
How to remove suspended state on a database in SQL Server 2008
When restoring a database on a new SQL Server 2008, one of my databases get suspended status, while all other databases are in a normal state. The suspended database will not open and displays an ...
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 ...
0
votes
3answers
791 views
Can't restore SQL Server 2008 from backup
I'm currently trying to restore my database.
The step I follow is the executing the query
Restore Database vaio
from disk = 'C:\Users\DB101209123928_Diff_20120312.bak'
with replace;
But I'm ...
1
vote
1answer
195 views
sql and mysql automatic backup and .net hosting
Hello this is a two part question
1) Can someone recommend a way to automtically backup sql and mysql databases? Preferably if there is an online service (free or paid). Would be nice if the software ...
3
votes
2answers
3k views
How to backup Sql Database Programmatically in C#
I want to write a code to backup my Sql Server 2008 Database using C# in .Net 4 FrameWork. Can anyone help in this.
0
votes
4answers
430 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 ...
7
votes
4answers
13k views
Opening a SQL Server .bak file (Not restoring!)
I have been reading a LOT of google posts and StackOverflow questions about how to restore a database in SQL Server from a .bak file.
But none of them states how to just READ the tables in the ...
0
votes
1answer
122 views
Windows Server - directory and database backup
We had a issue at work last week which would be sorted if we had a scheduled task running.
Basically want I want to know is, I need to create a batch file which performs the following tasks on a ...
1
vote
1answer
752 views
Backup Failed for Server 'xxxxx/SQLEXPRESS'
I am using this code for backup database from .mdf file.
Backup databaseBackup = new Backup();
databaseBackup.Action = BackupActionType.Database;
databaseBackup.Database = CvVariables.Catalog;
...
0
votes
3answers
375 views
Easiest way to copy development SQL Server to thumb drive
I have a small SQL database that is on my development PC only. I'd like to make frequent backup copies of it to a thumb drive. If I could have it do it automatically on a schedule when the thumb drive ...
3
votes
2answers
672 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 ...
0
votes
1answer
231 views
BackUp Strategies and Tools for MS SQL 2008
I would like your opinions and thoughts on best practices/strategies and Tools to Backing Up a WebSite with its DataBase. Here I posted some ideas, but I'm not sure what really works in real world ...
2
votes
4answers
353 views
Quickest way to restore a record from a SQL Server 2008 MDF file
I was wondering what the best approach would be to restoring a single record from an MDF file (generated as backup on the live instance) into the live SQL Server database.
I know about the process of ...
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 ...
3
votes
1answer
528 views
SQL Server - best replication model for archiving
I am at the point where I need to start archiving database of website I'm maintaining. Basically, lots of transactional data is generated daily, and after approximately 2 weeks, this data is pretty ...
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, ...
1
vote
2answers
425 views
Best Way to Create Nightly Replication of Sql Server Database
I want to create a job that runs every night. I have a database (MyDatabase) that I want to copy/replace my staging database with (MyDatabase_Stage).
I presume the easiest way is to do something ...
0
votes
1answer
2k views
SQL Log Backups - “too recent to apply to the database”
I have a rather large database (for our hardware setup) and am trying to get Mirroring going on it. I cannot seem to get the Primary and Mirror databases close enough in sync to allow Mirroring to ...
14
votes
3answers
22k views
How to restore to a different database in sql server?
I have a backup of Database1 from a week ago. The backup is done weekly in the scheduler and I get a .bak file. Now I want to fiddle with some data so I need to restore it to a different database - ...
6
votes
2answers
446 views
SQL Server perform backup with C#
I've investigated the possibilities of creating database backups through SMO with C#.
The task is quite easy and code straightforward. I've got only one question: how can I check if the backup was ...
2
votes
1answer
946 views
Error restore backup SQLSERVER 2008R2 to SQLSERVER 2008
When I try to restore a backup from sqlserver 2008 R2 to sqlserver 2008, I have the following error:
There's a way to make a compatible backup ?
0
votes
2answers
196 views
Functionality to save and restore database state
I would like to create a functionality in my program to save current database state and be able to restore it in future. I would also like to be able, if I go back to some state from, let's say 2 ...
0
votes
3answers
1k views
SQL script to get table content as “SELECT * FROM tblname”
I want to take data base back up, so is there any sql script to take that, like how we use the sql script to get table content as "SELECT * FROM tblname" ,
Thanks in advance
0
votes
5answers
1k views
Stored Procedure to generate insert and create SQL for database
How can I move a db from one server to another (I only have access to the database with mylittleadmin). Like the title says, I guess the "easiest" way would be by generating SQL with a stored ...
3
votes
1answer
4k views
How to create SQL Server 2008 database full backup programmatically in desired folder
How to create SQL Server 2008 database full backup programmatically in desired folder with using Microsoft visual studio 2010 c#
0
votes
0answers
172 views
Partial database backup
In our company we have a database containing a lot of data. Ideally we want a daily online backup of all, but this is not feasible from a bandwidth point of view. Therefore we want to separate the ...
2
votes
2answers
970 views
Why is SQL Server backup so much larger than the DB files?
I have a SQL Server DB that is about 13Gb with a 1.6Gb log file. When I back it up, however, it creates a 50Gb .bak file! Why is that?
I have read some commentary here about transaction logs, but ...
2
votes
1answer
4k views
SQL Server: how to query when the last transaction log backup has been taken?
I would like to query for all databases (in SQL Server 2008 instance) date when the last transaction log backup has been taken. How to do that? I know that this information is somewhere, but I don't ...
4
votes
4answers
7k views
how to schedule backup in sql server 2008?
how can I schedule daily backup at 9:00pm in SQL server 2008?
2
votes
3answers
6k views
BACKUP failed to complete the command BACKUP DATABASE
BACKUP failed to complete the command BACKUP DATABASE ... WITH DIFFERENTIAL. Check the backup application log for detailed messages.
I see this message in SQL Server log file viewer. Where is the ...
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.
...
1
vote
1answer
868 views
SQL Server 2008 backup tutorial
I am using SQL Server 2008 Enterprise. I am looking for a database backup tutorial for a newbie. There are some good documents on MSDN which are about backup theories (e.g. different types of backup). ...
1
vote
1answer
465 views
SQLServer 2008 : Name of backup file
I have a SQL server 2008 and I would change the name of the backup file.
I use an SSIS package to perform my backups.
The file's name looks like
[DATABASE_NAME]_backup_YYYY_MM_DD_XXXXXX_XXXXXX
This ...
2
votes
1answer
6k views
backup SQL Server 2008 database on a network drive
I need to backup my SQL Server 2008 database to another PC on network. I've even mapped network drive and assigned it another driver letter.
But when I try to select .bak file while exporting, only ...
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.

