473,395 Members | 1,647 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,395 software developers and data experts.

Are these DB's required??

@sh
Always wondered, now I have the time to ask - we currently backup ALL
databases and these seem to all grow in size, the MSDB BAK files are now
35mb each and growing!!! Can we remove these from our Enterprise Manager?

- Master
- Model
- MSDB

Cheers, @sh
Sep 6 '06 #1
10 1669
On 06.09.2006 16:05, @sh wrote:
Always wondered, now I have the time to ask - we currently backup ALL
databases and these seem to all grow in size, the MSDB BAK files are now
35mb each and growing!!! Can we remove these from our Enterprise Manager?
Wait, did you just complain because of 35MB? You must be joking - or
using an ancient piece of hardware...
- Master
- Model
- MSDB
You have two options:

- try it out
- read about them in the manuals

I'd go with option 2...

Regards

robert
Sep 6 '06 #2
NO!

The master database is the cornerstone of your SQL Server
installation. Having good backups is vital.

I believe SQL Server will not start if there is no model database. A
fresh install will create one, but there are times that you want to
make changes to model, and you woiuld want to back them up. Besides,
model is TINY.

MSDB includes, among other things, all the details of your backups.
MSDB is growing because there is a record of every backup ever run.
You probably don't need this going back to day 1, and there is a
standard tool for deleting entries before a specified date:
sp_delete_backuphistory. See the docs for details.

Roy Harvey
Beacon Falls, CT

On Wed, 6 Sep 2006 15:05:58 +0100, "@sh" <sp**@spam.comwrote:
>Always wondered, now I have the time to ask - we currently backup ALL
databases and these seem to all grow in size, the MSDB BAK files are now
35mb each and growing!!! Can we remove these from our Enterprise Manager?

- Master
- Model
- MSDB

Cheers, @sh
Sep 6 '06 #3
That "NO!" was in response to the question that ended the original
post, "Can we remove these from our Enterprise Manager?".

The question in the Subject, "Are these DB's required??", is YES!

Roy
On Wed, 06 Sep 2006 14:54:46 GMT, Roy Harvey <ro********@snet.net>
wrote:
>NO!

The master database is the cornerstone of your SQL Server
installation. Having good backups is vital.

I believe SQL Server will not start if there is no model database. A
fresh install will create one, but there are times that you want to
make changes to model, and you woiuld want to back them up. Besides,
model is TINY.

MSDB includes, among other things, all the details of your backups.
MSDB is growing because there is a record of every backup ever run.
You probably don't need this going back to day 1, and there is a
standard tool for deleting entries before a specified date:
sp_delete_backuphistory. See the docs for details.

Roy Harvey
Beacon Falls, CT

On Wed, 6 Sep 2006 15:05:58 +0100, "@sh" <sp**@spam.comwrote:
>>Always wondered, now I have the time to ask - we currently backup ALL
databases and these seem to all grow in size, the MSDB BAK files are now
35mb each and growing!!! Can we remove these from our Enterprise Manager?

- Master
- Model
- MSDB

Cheers, @sh
Sep 6 '06 #4
@sh
Instead of being so f*cking anal you could actually advise me, if I had
manuals I would have read them, else I wouldn't be posting here...we have a
dedicated server, with no manuals, hence my newsgroup post.

Could anyone else be so kind as to help?

Cheers, @sh
"Robert Klemme" <sh*********@googlemail.comwrote in message
news:4m************@individual.net...
On 06.09.2006 16:05, @sh wrote:
>Always wondered, now I have the time to ask - we currently backup ALL
databases and these seem to all grow in size, the MSDB BAK files are now
35mb each and growing!!! Can we remove these from our Enterprise Manager?

Wait, did you just complain because of 35MB? You must be joking - or
using an ancient piece of hardware...
>- Master
- Model
- MSDB

You have two options:

- try it out
- read about them in the manuals

I'd go with option 2...

Regards

robert

Sep 6 '06 #5
@sh
Many thanks Roy, greatly appreciate your help! Guess I'll be leaving them in
place, we simply out of policy backup everything and question what we've got
later, its only now that we've had time for a cleanup, hence my questions.

Thanks again.

Cheers, @sh
"Roy Harvey" <ro********@snet.netwrote in message
news:ia********************************@4ax.com...
That "NO!" was in response to the question that ended the original
post, "Can we remove these from our Enterprise Manager?".

The question in the Subject, "Are these DB's required??", is YES!

Roy
On Wed, 06 Sep 2006 14:54:46 GMT, Roy Harvey <ro********@snet.net>
wrote:
>>NO!

The master database is the cornerstone of your SQL Server
installation. Having good backups is vital.

I believe SQL Server will not start if there is no model database. A
fresh install will create one, but there are times that you want to
make changes to model, and you woiuld want to back them up. Besides,
model is TINY.

MSDB includes, among other things, all the details of your backups.
MSDB is growing because there is a record of every backup ever run.
You probably don't need this going back to day 1, and there is a
standard tool for deleting entries before a specified date:
sp_delete_backuphistory. See the docs for details.

Roy Harvey
Beacon Falls, CT

On Wed, 6 Sep 2006 15:05:58 +0100, "@sh" <sp**@spam.comwrote:
>>>Always wondered, now I have the time to ask - we currently backup ALL
databases and these seem to all grow in size, the MSDB BAK files are now
35mb each and growing!!! Can we remove these from our Enterprise Manager?

- Master
- Model
- MSDB

Cheers, @sh

Sep 6 '06 #6
In enterprise manager, the 10th icon from the left (looks like a yellow
question mark over a book). If you click on this it will open BOL
(books On Line) That is the manual that comes with SQL server

Denis the SQL Menace
http://sqlservercode.blogspot.com/
@sh wrote:
Instead of being so f*cking anal you could actually advise me, if I had
manuals I would have read them, else I wouldn't be posting here...we have a
dedicated server, with no manuals, hence my newsgroup post.

Could anyone else be so kind as to help?

Cheers, @sh
"Robert Klemme" <sh*********@googlemail.comwrote in message
news:4m************@individual.net...
On 06.09.2006 16:05, @sh wrote:
Always wondered, now I have the time to ask - we currently backup ALL
databases and these seem to all grow in size, the MSDB BAK files are now
35mb each and growing!!! Can we remove these from our Enterprise Manager?
Wait, did you just complain because of 35MB? You must be joking - or
using an ancient piece of hardware...
- Master
- Model
- MSDB
You have two options:

- try it out
- read about them in the manuals

I'd go with option 2...

Regards

robert
Sep 6 '06 #7
On Wed, 6 Sep 2006 16:02:44 +0100, "@sh" <sp**@spam.comwrote:
>if I had
manuals I would have read them
The "manuals" are Books on Line, not printed. It should have been
installed with the SQL Server tools. In any case they can be
downloaded (for 2000 and 2005 at least) from the Microsoft web site.

You can NOT operate without consulting Books on Line. Constantly.

Roy Harvey
Beacon Falls, CT
Sep 7 '06 #8
@sh
Thanks guys, will have a read this weekend - what an exciting few days I
have in store ;o)

Cheers, @sh
"Roy Harvey" <ro********@snet.netwrote in message
news:7t********************************@4ax.com...
On Wed, 6 Sep 2006 16:02:44 +0100, "@sh" <sp**@spam.comwrote:
>>if I had
manuals I would have read them

The "manuals" are Books on Line, not printed. It should have been
installed with the SQL Server tools. In any case they can be
downloaded (for 2000 and 2005 at least) from the Microsoft web site.

You can NOT operate without consulting Books on Line. Constantly.

Roy Harvey
Beacon Falls, CT

Sep 7 '06 #9

@sh wrote:
Always wondered, now I have the time to ask - we currently backup ALL
databases and these seem to all grow in size, the MSDB BAK files are now
35mb each and growing!!! Can we remove these from our Enterprise Manager?

- Master
- Model
- MSDB

Cheers, @sh
1. Do NOT delete them.
2. Keep backing them up.
3. Go to books online and read about what these databases are for and
why you should keep them and back them up.

Sep 7 '06 #10
@sh
Many thanks, had a brief read about their purposes last night via the Books
Online that I've now discovered thanks to the responses here.

Cheers, @sh
<cp****@gmail.comwrote in message
news:11*********************@b28g2000cwb.googlegro ups.com...
>
@sh wrote:
>Always wondered, now I have the time to ask - we currently backup ALL
databases and these seem to all grow in size, the MSDB BAK files are now
35mb each and growing!!! Can we remove these from our Enterprise Manager?

- Master
- Model
- MSDB

Cheers, @sh

1. Do NOT delete them.
2. Keep backing them up.
3. Go to books online and read about what these databases are for and
why you should keep them and back them up.

Sep 8 '06 #11

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

Similar topics

4
by: Allan Hugo | last post by:
Not a programmin newbie, but a PHP newbie. I'm working off the user authentication and database thing off hotscripts.com. It doesn't work, yet from what I can see, it should. Maybe I've...
3
by: Jon Smyth | last post by:
I am trying to create a database programmatically using vb5 with the DAO 3.6 object. I'm using the following segment, but I'm not having any luck. I can't seen to find much help either. Any...
6
by: Duncan Winn | last post by:
I have written an Ole Db provider. It seems to be registered in the Operating system to a degree, but not fully, i.e. I can access it from a client that I have written. But it does not appear in...
13
by: Neo Geshel | last post by:
I have examined about 80+ different upload scripts on the 'net, both in VB and C#, and none seem to do what I need them to do. Perhaps someone here can point me somewhere that Google hasn't...
8
by: Chris | last post by:
I had a OO model worked out which involved forms populating new instances of a class and being stored in an ArrayList. I'm now moving this over to a DB backend rather than a file - I've been...
1
by: jhall | last post by:
At some point an index has been added to a table in my Access DB that does not allow duplicates. I can't see where I ever put an index on this field. But, when I tried to add 2nd records with a...
2
by: Sam Shaw | last post by:
I have been looking after an MS Access database, using table links to access data in a back-end MDB database. We have recently micrated to a SQL Server 2000 back-end atabase, once again accessing...
4
by: JBiggsCC | last post by:
I have a very simple login page which takes an ID number via a HTML form GET. What is easiest way to check that ID number against an Access DB to see if it exists? I want to redirect with the...
35
by: crazy8 | last post by:
Ok it seems there was some problems last time I posted (sorry about that guys) so Ill give it another shot. I am creating a form which is 3 pages long (step1.php, step2.php, and step3.php) then after...
0
by: JimP | last post by:
I'm importing XML files into a SQLExpress DB using SQLXML and VB.net 2005. I have a simple *.xsd schema file that is pulling in all attributes from the <Activityelement. It also has a...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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...

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.