Viewing 15 posts - 391 through 405 (of 1,292 total)
Does the ReportServer on the secondary server has any reports deployed?
To be on the safer side you need to backup that even nothing exists and something exists, I would...
December 29, 2009 at 1:36 pm
SQL Noob (12/29/2009)
i think you only need ReportServer. The temp one is like tempdb that is used to hold data for when reports are executing
My initial assumption was the same,...
December 29, 2009 at 12:42 pm
Deos that internal application report use the SS Report Server? You better check the resport server by looking at the Reportserver Report Manager and see for any reports deployed.
Based on...
December 29, 2009 at 11:57 am
Lynn Pettis (12/29/2009)
What else could go wrong??
Hope nothing else goes wrong Lynn. Wishing them both a quick recovery.
December 29, 2009 at 11:04 am
edtraviles (12/29/2009)
December 29, 2009 at 10:59 am
Read the article below and post your question accordingly, it would result in better, quicker and tested replies.
http://www.sqlservercentral.com/articles/Best+Practices/61537/%5B/url%5D
December 29, 2009 at 10:56 am
Yes that's right.
December 29, 2009 at 10:51 am
Gail is right.
Alternately, I suggest you take a look at the backup script below.
BACKUP DATABASE [DBNAME]
TO DISK = N'X:\DBNAME_Full_DDMMYY_Time.bak'
WITH NOFORMAT, NOINIT,
NAME = N'DBNAME-Full Database Backup',...
December 29, 2009 at 10:50 am
Are you using Reporting Server ? If yes you need to restore them both.
Before doing it, read the article below.
December 29, 2009 at 10:41 am
Glad to hear that Gus. Congratulations and a Happy New Year in advance 🙂
December 29, 2009 at 10:19 am
SSIS has a control flow task called "Transfer Jobs Task" it should help you achieve what you need.
December 29, 2009 at 8:32 am
Yes you can.
The only restriction I know and and am aware of is that a backup from a higher Version cannot be restored on an earlier version. Like 2008 DB...
December 29, 2009 at 7:50 am
May be, I have not worked on Sharepoint, but MOSS usually indicates that.
December 29, 2009 at 7:49 am
lobbymuncher (12/29/2009)
GilaMonster (12/28/2009)
jcrawf02 (12/28/2009)
if I can control my PC with words, gestures and simply my presence
Why not, Gail? You do this with other people's servers all over the...
December 29, 2009 at 7:47 am
Do you have a restriction of doing this using SP's only not any other way.
If SP's only you have 2 choices, search online for SQL scripts to backup all Databases...
December 29, 2009 at 6:38 am
Viewing 15 posts - 391 through 405 (of 1,292 total)