Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: Database: MS SQL Server
 Recommendations for upgrading to 2005+
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Astralis
Senior Member

USA
1218 Posts

Posted - 27 May 2008 :  00:59:31  Show Profile  Send Astralis a Yahoo! Message
I've just now upgraded from 2000 to 2005 Express. I simply "restored" the 2000 .bak file of the database and it works. Is there anything that's recommended that I should do with SQL Server 2005 Express to the database to make sure it runs smooth beyond installing the .bak file?

Also, for backing up the db, what are some of the best practices people use? If you backup, how often, and how do you do it?<

Edited by - Astralis on 27 May 2008 01:26:47

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 27 May 2008 :  01:55:08  Show Profile  Visit HuwR's Homepage
make sure it backed up the indexes.<
Go to Top of Page

Astralis
Senior Member

USA
1218 Posts

Posted - 27 May 2008 :  02:31:48  Show Profile  Send Astralis a Yahoo! Message
I see them and it appears they're working correctly.

Another concern: using MS 2008, when I open up the Reliability and Performance Tab, under "network", I see sqlserver.exe with the ADDRESS as "mail" and it's sending lots of data. Can anyone confirm what this means? Is this normal and simply the SQLServer running despite the weird address name?<
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 27 May 2008 :  08:39:00  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
quote:
If you backup, how often, and how do you do it?
Daily. Use SqlSafe (free) to compress your backups.

When you say MS 2008 are you talking about Windows Server 2008 or MSSQl 2008 ?<

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

Astralis
Senior Member

USA
1218 Posts

Posted - 28 May 2008 :  04:47:23  Show Profile  Send Astralis a Yahoo! Message
Windows Server 2008.

A few questions about backing up so much data:

1. If I use SQLSafe, can I keep a single back-up and discard the old ones? How many back-ups should I keep before discarding them? One week? Is there a best practice about this?

2. If I'm constantly writing and deleting data, will this decrease the performance of the disk as the needle (?) has to move all over the platter to find data written in different sections? What's the best way to avoid this?

3. If I'm forced to defragment the drive because of the large deletions (and therefore large, empty spaces), doesn't that require the entire server to be shut down as it defragments the disk?<
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 28 May 2008 :  06:37:43  Show Profile  Visit HuwR's Homepage
quote:
If I'm constantly writing and deleting data, will this decrease the performance of the disk as the needle (?) has to move all over the platter to find data written in different sections? What's the best way to avoid this?
for sql it will not have much impact unless you are actually constantly increasing db sizes etc, when you setup a database you should create it with a reasonably large initial size, SQL will then imediately allocate this space for the db, the underlying OS filesystem is not used by SQL, it uses its own filing system<
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 28 May 2008 :  07:55:21  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
1. Yes. You have to write a vbs file to perform the backups so you can do whatever you like.
2. There's no way around this.
3. You can usually defragment a filesystem without requiring the database server to be shut down. Look into O&O or Diskkeeper professional server defrag products.

I would have thought that you would be better off shrinking a db if it has too much free space and reindexing the indexes before defragging the drive.

You could use DBCC SHOWCONTIG for every table or index and it will show you if they are fragmented or not.

http://msdn.microsoft.com/en-us/library/ms175008.aspx<

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.

Edited by - Podge on 28 May 2008 07:57:46
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07