Viewing 15 posts - 1,621 through 1,635 (of 2,897 total)
Why did you have 10 instances ? Is there a business requirement for separate Instances ?
How many instances are active now ?
Can you combine databases onto the same instance...
January 8, 2010 at 5:37 pm
No, you have to export everything to get from 2005 to 2000. If the target is in a remote place, you could install a local version of 2000, import data...
January 8, 2010 at 6:43 am
Oksana March (1/7/2010)
Personally, I hate it when someone tells me to Google something. Everyone knows that option is there, so it's like they don't want to answer the question.
I hope...
January 7, 2010 at 5:57 pm
You'll need to attach the log file too at the same time.
So after you browse for *.mdf and find "accounting.mdf", you should also look for "accounting.LDF". You will need both...
January 7, 2010 at 1:24 pm
Are the search engines broken today ?!
http://msdn.microsoft.com/en-us/library/ms143432(SQL.90).aspx
http://www.microsoft.com/Sqlserver/2005/en/us/compare-features.aspx
January 7, 2010 at 9:38 am
Do you mean striped ?
From http://msdn.microsoft.com/en-us/library/ms186865(SQL.90).aspx
Backup Devices in a Striped Media Set (a Stripe Set)
A stripe set is a set of disk files on which data is divided into blocks...
January 7, 2010 at 9:11 am
A simple question like that can be found in the documantation, along with relevant details:
January 7, 2010 at 8:19 am
laddu4700 (1/6/2010)
Restore full backup with no recoveryrestore diff backup with no recovery
restore diff 2 backup with recovery
You only need to restore the most recent diff, then all the transaction logs...
January 6, 2010 at 11:37 am
And for an endless supply of unknown things, these forums are great !
Read the problems that we have, and try to find the answers so that things move from the...
January 5, 2010 at 6:10 pm
Have you tried a 3rd party backup tool ? They compress the backup file about 80% and run faster than native backups. You can get a free triel to...
January 5, 2010 at 10:13 am
Are your other databases backed up ?
This might help show holes in your backup strategy:
January 5, 2010 at 6:49 am
CirquedeSQLeil (1/4/2010)
There is a lot of dedication, long days, hard work, volunteering, personal time, rinse and repeat ...
And even after all that, I'm not even close.:crying:
January 4, 2010 at 3:08 pm
If you retain backup history, that shows the data size before compression. Keep in mind that backups don't show free space, so you need to account for that as part...
January 4, 2010 at 3:03 pm
Matt-1034261 (12/30/2009)
Thanks for your suggestion, I tried restoring a new one from scratch, it got about half way and then came up with an error message to say something...
December 31, 2009 at 12:28 pm
Transaction logs of production databases are usually backed up more frequently than you are doing. Are you sure you don't need them more often ? (I don't mean to...
December 22, 2009 at 12:52 pm
Viewing 15 posts - 1,621 through 1,635 (of 2,897 total)