Månedsarkiv: januar 2014
Troubleshooting the MOSS error: “An unexpected error has occurred”
Change the following values in your web.config file so that you can see what the actual error is: Change CallStack=”false” to CallStack=”true” Change <customErrors mode=”On”/> to <customErrors mode=”Off“/> Change <compilation batch=”false” debug=”false”> to <compilation batch=”false” debug=”true”> When you are done, make sure to change these … Læs resten
Udgivet i SharePoint 2010 Tips & Tricks
Kommentarer lukket til Troubleshooting the MOSS error: “An unexpected error has occurred”
Create statistics
— Create the statistics for all tables and columns in the database that don’t — already exist. This is much easier than using CREATE STATISTICS on each — table, as you can only do 16 columns at a time, and … Læs resten
Udgivet i SQL Server - scripts
Kommentarer lukket til Create statistics