SQL Server Backup Data Only

egomezamsa
Member Posts: 4
Hello group, I have a 50gb database, when the server made a backup, it weights around 20 gb, this is a big storage problem because my SAN is almost full, Is there a way to backup the database without the objects? or in what table the objects are stored?
Thanks in advance. Best Regards
Thanks in advance. Best Regards
0
Comments
-
Delete your old backup files.Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
the objects take up maybe 200MB, that's not going to make any difference.0
-
egomezamsa wrote:Hello group, I have a 50gb database, when the server made a backup, it weights around 20 gb, this is a big storage problem because my SAN is almost full, Is there a way to backup the database without the objects? or in what table the objects are stored?
Thanks in advance. Best Regards
Before making a backup of your database, try to reduce the log files. The log files may take up a lot of space.
In SQL Server, there is a setting where the maximum size of the database can be stored.
Please proceed with caution, since the log files maybe used as part of the recovery process, so consult with your database administrator first.Blog: http://www.kaizenlog.com0 -
The size of the log file has no impact on the size of a full backup. Just the active portion of the log does. However, what can impact the size are transactions completed while the backup is running.There are no bugs - only undocumented features.0
-
bbrown wrote:The size of the log file has no impact on the size of a full backup. Just the active portion of the log does. However, what can impact the size are transactions completed while the backup is running.
http://www.sql-server-performance.com/forum/threads/database-backup-file-size.22062/Blog: http://www.kaizenlog.com0 -
infonote wrote:bbrown wrote:The size of the log file has no impact on the size of a full backup. Just the active portion of the log does. However, what can impact the size are transactions completed while the backup is running.
http://www.sql-server-performance.com/forum/threads/database-backup-file-size.22062/
My original post may not have been clear:
The physical size of the log file has no impact on the full backup size.There are no bugs - only undocumented features.0 -
Basically a SQL Backup copies the occupied data/index pages 1:1 to the BAK file, thus - as bbrown already explained - the physical file size is irrelevant, it's the content which matters.
If you are running SQL 2008 R1 EE or SQL 2008 R2 (EE or STD) then you could use the "Backup Compression" feature to reduce the size of the BAK.Jörg A. Stryk (MVP - Dynamics NAV)
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions