Florian @ SharePoint UserGroup


Sep24

Increase the size of a sharepoint template

Thanx God for stsadm :) with: stsadm -o setproperty -propertyname max-template-document-size -propertyvalue 50000000 you can bypass the limitation of only storing 10MB big templates. Let's see what else usefull stuff we can do with this set ...[Read More]
Published: Sep-24-07 | 0 Comments | Link to this post

Sep18

Moving the SharePoint Databases to a new SQL server instance

We had to move the sharepoint databases to a new SQL server for a customer.   I found this post from Steven Haden and with this it should be rather simple: http://blogs.msdn.com/shaden/archive/2007/07/05/moving-the-sharepoint-databases-to-a-new ...[Read More]
Published: Sep-18-07 | 0 Comments | Link to this post