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.