Search Results

1
vote

What is good for SharePoint beginner user tutorials?

There are a handful of podcasts out there - but you need to sift through them to find the ones that are discussing the topics at the level that you're interested in (end-user vs. developer vs. admi …
0
votes

SharePoint/MOSS - Deleting other people’s un-checked-in items from a list

Quick & easy non-SharePoint solution: If it's an ex-coworker is there any possibility of asking for temporary use of his account with a new password so that you can login to the porta …
0
votes

Transfer List items with Attachments from SharePoint 2003 to an existing list in SharePoint 2007

Have you tried saving the list ("with content") as a template, save that file to the 2007 portal templates, then create a new list using that "custom" template? That won't work if the attachments …
0
votes

How to rename a list in Sharepoint

Once you create a list or doc library, the url cannot be changed using the web interface - you're stuck with it unless you modify it using something like Powershell or SharePoint Designer. …
0
votes

How to get the URL for a SharePoint Discussion Board entry?

Are you asking how to find the URL for an individual discussion in a discussion board? Or an individual reply to a discussion? …
3
votes

MOSS and the Business Data Catalog - any good documentation?

This has a great overview on the BDC, some examples on what it can do, and how to configure it: …
0
votes

MOSS 2007: Displaying data from SQL Server Database

As Nat said - if all that is needed is to display some data from a database on a page - the DVWP is a great solution. Just open your page in SharePoint Designer, add the database connection, and d …