473,414 Members | 1,697 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

Can I EXPORT tables to a backup DB and delete them from my production server?

I have a database file approximately 30GB in size which creates 3 data
tables daily. I need to reduce the size of the DB due to disk size
limitations. Could I EXPORT some tables, let us say over thirty days
old, to something like DB_Name_Archieve and them delete them from the
production DB to reduce the size? I also need the ability to
reference/read them at a later time as needed.

As a side note, could SQL Server use data on a redirected drive i.e.
NET Used. This would allow me to move the old tables to the redirected
drive and reference them as needed.

As always, thanks in advance.

Peter

Jul 23 '05 #1
1 1211
(wa*********@yahoo.com) writes:
I have a database file approximately 30GB in size which creates 3 data
tables daily.
Hm, normally you are not supposed to create tables daily - rather you
insert to existing tables, and use the date as your key. In this case,
this scheme may work to your advantage.
I need to reduce the size of the DB due to disk size limitations. Could
I EXPORT some tables, let us say over thirty days old, to something like
DB_Name_Archieve and them delete them from the production DB to reduce
the size? I also need the ability to reference/read them at a later
time as needed.
That's really a business issue, that no one from the outside can
answer. Technically, yes, you can. Whether you may, you will have to
ask your boss.

If you put the tables in another database, the application will have
to find its way to that database.
As a side note, could SQL Server use data on a redirected drive i.e.
NET Used. This would allow me to move the old tables to the redirected
drive and reference them as needed.


I think that with some tricks SQL Server can be lured to access
database files on network drives. However, it is completely unsupported
and highly unadvisable to do so.

--
Erland Sommarskog, SQL Server MVP, es****@sommarskog.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
Jul 23 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Tom Loach | last post by:
I have user that we just migrated his Access database to SQL Server. All went well with the migration, but then he came up with another requirement to be able to replicate the database to a local...
3
by: Bennett Haselton | last post by:
I'm working on an ASP.Net project where I want to test code on a local machine using a local database as a back-end, and then export it to the production machine where it uses the hosting...
5
by: steve | last post by:
Hi, When I copy tables in a database from one server to another using enterprise manager, everything copies ok, except for field defaults. Has anyone seen this, and what is the solution? --...
1
by: Dave Crypto | last post by:
Hi there, SUMMARY: 1) When I use phpadmin to export a large database, the file created on my local PC never containes all the tables and information. It seems to max out at about 10mb. 2)...
4
by: oceanhai | last post by:
We currently have a PPTP connection set up for our developers to access our development SQL server through a VPN tunnel. When they need to copy tables up to the dev SQL from their local machine...
5
by: David | last post by:
I am a little confused by DB2 Backup and Export. I used "db2 backup db QAS to /dev/rmt0" backuping 650GB database to a IBM LTO 3581 (1 drive) only 11 hours. But I used "db2 export to /dev/rmt0...
3
by: ll | last post by:
Hi, I've used SQL Enterprise Manager to Export my selected db's locally. My main question is how do I move the export to another pc - which files need to be moved, etc? Thanks Louis
3
by: ll | last post by:
Currently, I'm exporting a database from production to local (test) machine. I've done this several times without problem, but during the last few days, the primary keys have failed to export. ...
1
by: DennisBetten | last post by:
First of all, I need to give some credit to Mahesh Chand for providing me with an excellent basis to export data to excel. What does this code do: As the title says, this code is capable of...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.