none Take SQL Database out of Read Only/Stand By Author admin Date August 20, 2010 Run this command RESTORE DATABASE <db-name> WITH RECOVERY Technorati Tags: sql-server,sql,tsql
none OData ListData.svc issues on Sharepoint 2010 Author admin Date August 18, 2010 After deciding that I wanted to query the much reveled OData services offered by...
none Twitter widget changes Author admin Date August 8, 2010 Below is the source code for my twitter widget as you see on the...
none Fiddler debugging a non-browser XMLHTTP application Author admin Date August 1, 2010 Fiddler is an excellent application for observing and debugging internet traffic. However I wanted...
none Stopping a stuck in “Starting” Sharepoint service Author admin Date July 29, 2010 A sharepoint service as defined by Sharepoint 2010 is not your typical “run-of-mill” service. ...
none Datasheet View not working in Sharepoint 2010 Author admin Date July 14, 2010 Ran into an issue today with Sharepoint 2010 and Datasheet View. Microsoft has provided...
none COM+ subsystem log duplicate suppressing disabling Author admin Date June 18, 2010 COM+ will by default disable multiple duplication of log entries. This it the error...
none Making a user a Site Collection Administrator in MOSS 2007 via the SQL database Author admin Date June 18, 2010 I had inadventenly locked myself out of Sharepoint by removing myself as site administrator....
none Intellisense Problem – Microsoft’s Quick Response Author admin Date April 19, 2010 I had sent out a tweet on Friday to list #VS2010 about how my...
none Shrinking a div Author admin Date April 6, 2010 display:inline-block; Technorati Tags: css,web-development