We've updated our theme! Please refresh your browser if things don't look right.

Tagged Questions

3
votes
2answers
25 views

How critical is it and how to monitor, measure and reduce SharePoint database fragmentation?

It is a well advertised best practice to configure maintenance plans for SQL databases forming the data layer of SharePoint deployments. How critical is it to monitor and reduce fr …
1
vote
2answers
143 views

Web Front End servers in the server farm are not consistent in the services they run.

I have successfully configured a SharePoint farm of 4 nodes but I got intermittent database connection failure errors. I have to restart SharePoint services and IIS to fix the data …
0
votes
2answers
28 views

Extra database server in farm

Recently I was looking at Central Admin > Operations > Servers in Farm and noticed an extra database server. It is the same name as the actual database server with "-Common" append …
2
votes
3answers
57 views

Restoring SSP Databases from SP1 to SP2 server farm

Has anyone restored Shared Services Databases from SP1 Server Farm to a new SP2 Server farm? I don't want to loose user related information link My Links etc. I followed the DB a …
1
vote
2answers
135 views

Why EventCache table size is huge

I have a MOSS publishing site. Content is quite small. I noticed that content database size is now 5GB without any significant content changes made. Using a script to show the tabl …
2
votes
4answers
115 views

How does SharePoint handle unreliable database connections?

Background We're experiencing network issues with connections to our SQL box unexpectedly being closed. These are occurring a few times a day. Errors are being logged by the Share …
0
votes
2answers
79 views

Changing to SQL alias after installing MOSS

Our network admin installed MOSS using the SQL Server address instead of using the SQL alias. How can we change this after the fact? We tried using a simple stsadm commmand to ch …
2
votes
1answer
27 views

Running code that creates a TimerJobDefinition outside of Central Admin

I have run into a problem several times now where I have developed a custom timer job, and I want my site collection administrators to manage the schedule of this job with a custom …
1
vote
1answer
45 views

Databases from 2 SharePoint servers on the same database server?

I've got 3 servers: - DB1 - SharePoint1 - SharePoint2 On SharePoint1 I've installed WSS, using DB1 as database. Now I want to install WSS onto SharePoint2 and use DB1 as datab …