Nov12

Performance Monitor, Typeperf and PAL

To dump all of the performance counter instances on a system: Typeperf.exe -qx > c:\perfcounters.txt   To collect the perfomance data on all of the counter instances on a system for 30 minutes collecting data every 15 seconds to standard Per ...[Read More]
Published: Nov-12-09 | 0 Comments | 0 Links to this post

Nov10

Mount VHD in 1 click in Windows 7 and Windows 2008 R2

Quick post on this tool. Makes it much easier to mount a VHD than Computer Management->Disk Management.   http://www.jmedved.com/default.aspx?page=vhdattach&rendering=xhtml     ...[Read More]
Published: Nov-10-09 | 0 Comments | 0 Links to this post

May05

SharePoint Keyword Terms; AKA Best Bets

Since Office SharePoint Server 2007 and Search Server 2008 best bets are search related you would think that they are Shared Service Provider specific, but this is not the way to think about them. Yes, the actual best bets that are defined in a Shar ...[Read More]
Published: May-05-09 | 0 Comments | 0 Links to this post

Apr18

SharePoint Programming Insights

The SPWeb.SiteUsers method run the following stored procedures in SQL:   proc_GetTpWebMetaDataAndListMetaData proc_SecListAllSiteMembers <dbo.Sites.Id>   The SPWeb.AllUsers method run the following stored procedures in SQL:   proc_Get ...[Read More]
Published: Apr-18-09 | 0 Comments | 0 Links to this post

Mar09

How to add a shortcut (.lnk) file to your Visual Studio setup project

Adding a shortcut is not as easy as you would expect in a Visual Studio setup project. To add a shortcut to the application's start menu you have to have a file already to the content. The only thing is that you cannot add a .lnk file to the setup ...[Read More]
Published: Mar-09-09 | 0 Comments | 0 Links to this post

Jan27

Stop reading this post and backup your data!

No, I mean it, really; I'll wait right here. As you can imagine I was bitten by my own carelessness. No disaster recovery plan. This site was affected as was some of my source code and another website. Almost 5 months worth of data lost. The only t ...[Read More]
Published: Jan-27-09 | 0 Comments | 0 Links to this post

Dec02

How can my My Site and My Links links break Let me count the ways

I just took a lot of time tracking down all of the ways that the "My Site" and "My Links" Microsoft Office SharePoint Server 2007 links can be missing from the top right-hand side of MOSS sites.Here is a list of the different w ...[Read More]
Published: Dec-02-08 | 0 Comments | 0 Links to this post

Dec02

Manage SharePoint Forms Based Authentication (FBA) Users and Roles

You have SharePoint Forms Based Authentication setup using a SQL profile source. Based on some of the following articles. http://support.microsoft.com/kb/952170 http://msdn.microsoft.com/en-us/library/ms998317.aspx http://technet.microsoft.com/ ...[Read More]
Published: Dec-02-08 | 0 Comments | 0 Links to this post

Nov04

SharePoint, Open Office Integration

Just because you use Open Office doesn't mean you can't also use SharePoint also. This Open Office extension will let you save to WebDav. Which means you can save to a SharePoint document library.   http://extensions.services.openoffice.org/proj ...[Read More]
Published: Nov-04-08 | 0 Comments | 0 Links to this post

Oct17

More information on SharePoint Usage Analysis

In a previous post I listed SQL code that would list the GUIDs of SharePoint web applications. This is useful when tracking down Usage Analysis issues so you can easily match the folder GUIDs with the rows returned from the SQL query. Well, hopef ...[Read More]
Published: Oct-17-08 | 0 Comments | 0 Links to this post

 Next >>