0
votes
1answer
29 views

How to backup specific ListItems to database?

We are running a ticketsystem on Sharepoint 2010 which got alarmingly large over the last few months. The ListView Threshhold currently sits at 15k for this WebApplication. I am currently looking for ...
2
votes
1answer
227 views

Problem with PowerShell script in Tasks Sheduler Windows Server 2008 R2 - SharePoint Shell Access?

I have a problem with PowerShell script in Tasks Sheduler in Windows Server 2008 R2. I try to run Sheduler Tasks which run batch file which run PowerShell script to Backup Farm and while I choose "Run ...
0
votes
1answer
187 views

Attaching and restoring document library files from a .mdf config database file?

We have a Symantec backup system that runs through all of the instances on a SQL2008 box and backsup data, I would like to restore a corrupted document library and am wondering as to how I would ...
1
vote
2answers
51 views

Backing up all sharepoint web applications?

I have a sharepoint farm hooked to a named instance of SQL2008. I have a web application (it is also extended to another web app) that I would like to back up. Here is what I am trying to achieve: I ...
0
votes
0answers
269 views

Move Sharepoint 2010 and SQL from one server to 2 different servers

I am moving a server that has Sharepoint 2010 Standard and SQL 2008 R2 installed to 2 different servers. Could someone explain in detail, what are the steps to achieve this? What are the things that ...
18
votes
6answers
4k views

Backup via SharePoint or backup via SQL Server?

How should I backup my 2010 SharePoint server? As I see it there are 3 choices: Full Farm backup Site collection backup SQL Server backup We're only doing backups using points 1 (occasionally) ...
1
vote
1answer
138 views

Advantage of SharePoint aware mirroring compared to normal SQL mirroring?

We are going to implement mirroring for our databases in order to increase the data redundancy. Our understanding is that SQL clustering won't help for this. Can someone please explain for me why we ...
2
votes
1answer
702 views

Restore Content Database to a different farm (Prod -> Beta -> Dev Servers)

My end goal is to have some code that automatically takes the Content Database backup from Production and automatically nightly restores it on Beta. Can I just do backup and restore sql commands? Or ...