The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
39 views

SharePoint Usage for Academic Files

I would like to know if SharePoint is the best solution for Academic Files (over 3,000 and growing). We currently have them packed tight in file cabinets, overflowing in boxes, and they continue to ...
1
vote
0answers
48 views

how to access and upload big data to External storage via Sharepoint 2013

We are in media agency and have Terabytes of data in storage but don't know how to manage it and access quickly and how to upload new data systematically, We have sharepoint 2013 standard installed ...
1
vote
1answer
41 views

Document storage in sharepoint

By default, Sharepoint stores the documents in Sql Server. It may give performance issue if we have large files(say 1 TB). So, how do we overcome this or do we have any other way of storing ...
1
vote
1answer
149 views

Deleting Documents and implications on storage space

I have a need to generate documents and send them to a email address. Once the document has been sent I don't actually care about the generated document, oh and it has to be a document, formatted HTML ...
9
votes
5answers
1k views

SharePoint vs Confluence Wiki

I have been using SharePoint now for 3 years and I really like it and would really like all employees in our company to move over to SharePoint from our Confluence Wiki. I want them to have their ...
4
votes
5answers
2k views

How do I obtain a list of large files in a site collection?

Without jumping the gun and writing some extravagant Web Services CAML query or PowerShell script (which may be optimal here), I would like to ask if anyone knows how to obtain a list of large files ...
1
vote
1answer
159 views

Does the SharePoint Site Collection Audit Log count against the site collection quota?

Does the SharePoint Site Collection Audit Log count against the site collection quota?
5
votes
4answers
4k views

SharePoint 2010 site collection quota

In SharePoint 2007, there was a useful tool underneath Site Collection Administration called “Storage space allocation” that led to storman.aspx underneath http://servername/_layouts/storman.aspx. ...
2
votes
1answer
121 views

MOSS 2007: How to programmatically store web part properties for a user?

I have a web part which shows data in one of 3 different formats. The format is selected by clicking one of 3 buttons in the web part. This works fine. A request has come through to store the last ...
0
votes
1answer
191 views

SmartPart: How to make use of personal storage?

I have a user control which is deployed as a web part by using SmartPart. I would now like to be able to define a property and have the value stored in the user's storage space. I guess I need to be ...
2
votes
4answers
402 views

Make me understand Remote Blob Storage (RBS)

So I've read the MSDN Overview of Remote BLOB Storage as well as the FAQ: Sharepoint 2010 Remote Blob Storage (RBS), but I still don't completely understand how RBS would manifest itself in ...
2
votes
2answers
497 views

How to verify the Site Collection quota size?

One of the site-collection administrators wants to verify the Site Collection quota size (he does not have access to Central Administration.) Is there a way to achieve this?
1
vote
1answer
434 views

Managing Quotas and Content Databases with multiple Site Collections

Five content DBs are associated with a webapplication and each content DB can store upto 50GB. We have configured a couple of site quotas as follows: basic_quota (1GB) collab_quota (2GB) ...
1
vote
2answers
337 views

Webpart store information in lists or databse?

I am going to create a web part that are going to replace an application that we currently are using. The application is basically used to query information from a database. The Database consist of ...