How to Shrink SharePoint content database size?
Run following SQL command to free up space of sharepoint content database
dbcc shrinkdatabase(WSSContentDatabaseName)
Run following SQL command to free up space of sharepoint content database
dbcc shrinkdatabase(WSSContentDatabaseName)
Yesterday, one of friend ask me can we show/hide fields in Newform.aspx and Editform.aspx by clicking on checkbox. It can be done thru sharepoint designer with some rules. But I used jQuery with few lines of code in Task List. I added 1 more field i.e. ShowFields as choice field.
Using following tool you can set permissions to views and restrict views to particular users. This feature is not available in MOSS 2007.
http://www.codeplex.com/SPViewPermission
Folllowint tool providing advanced settings to customize list form rendering in new, display and edit mode.
http://splistdisplaysetting.codeplex.com/