FlyAZ

Just another development site

Primary menu

Skip to primary content
Skip to secondary content
  • SharePoint 2010
  • MOSS 2007
  • Web Development
  • Application Development
  • Database Development

SharePoint 2010 Display Form Sections Based on URL Querystring Parameters

Posted on February 14, 2013 by admin — No Comments ↓

So how can you display sections of your form based on where the item is in the approval process? Easy, some basic XHTML, a querystring parameter and javascript. The idea was have an Edit Item List Form that would show Continue reading →

Posted in SharePoint 2010 | Leave a reply

SSIS Script Task to Upload a File to a Website using C#, HTTP Post with HttpWebRequest

Posted on February 13, 2013 by admin — No Comments ↓

Need a way to upload a generated file to a website using SSIS? The code below uses HttpWebRequest to make page requests, HttpWebResponse to get server responses and CookieContainer to hold the session data. The website required a session cookie Continue reading →

Posted in SQL Server Integration Services | Leave a reply

SSIS Date Part Expressions

Posted on February 10, 2013 by admin — No Comments ↓

If you are diving deep into SSIS you're probably familiar with the fancy string manip needed to get your file names and folder paths to line up with various date structures and formats. Here's a few I've used recently that Continue reading →

Posted in SQL Server Integration Services | Leave a reply

Get all Workflows from a SharePoint 2010 Application using PowerShell

Posted on November 1, 2011 by admin — No Comments ↓

I needed a way to programmatically get all of the workflows from all site collections and webs. PowerShell looks to be the best answer. This script returns all items in all sites, webs and lists with workflow attached from the Continue reading →

Posted in SharePoint 2010 | Leave a reply

Refresh Development from a Production SharePoint 2010 Farm Using Content Database Restore

Posted on November 1, 2011 by admin — 1 Comment ↓

In the real world it's nice to have a refresh cycle for your development farm. Usually it needs to happen after a large development project or some business process improvement. The problem is how to update your development site so Continue reading →

Posted in SharePoint 2010 | 1 Reply

SQL Query to Get User and Group Permissions from a content database in SharePoint 2010 and MOSS 2007

Posted on September 6, 2011 by admin — No Comments ↓

Use the following SQL query to return the group name, permission level and user for every web, list or item in a content database. Nolock is recommended if you are querying production databases to prevent the engine from issuing locks Continue reading →

Posted in SharePoint 2010 | Leave a reply

SharePoint 2010 Excel Services Error cannot open workbook

Posted on July 31, 2011 by admin — No Comments ↓

After completing an in-place upgrade Excel Services was unable to open workbooks in the browser. I was confident I had everything configured properly. When trying to open a workbook in the browser I got the nondescript Error – Workbook cannot Continue reading →

Posted in SharePoint 2010 | Leave a reply

Post navigation

← Older posts

Categories

  • Application Development
    • Web Services
  • BI Development
    • SQL Server Integration Services
  • Network Administration
  • SharePoint
    • MOSS 2007
    • SharePoint 2010
  • System Administration
    • IIS

Most Popular

  • SharePoint 2010 Display F…
  • SSIS Script Task to Uploa…
  • SQL Query to Get User and…
  • SharePoint 2010 There was…
  • Web Service in Visual Bas…
  • SharePoint 2007 Survey Cu…
  • SharePoint 2010 Upgrade -…

Recent Posts

  • SharePoint 2010 Display Form Sections Based on URL Querystring Parameters
  • SSIS Script Task to Upload a File to a Website using C#, HTTP Post with HttpWebRequest
  • SSIS Date Part Expressions
  • Get all Workflows from a SharePoint 2010 Application using PowerShell
  • Refresh Development from a Production SharePoint 2010 Farm Using Content Database Restore
Copyright © 2013 FlyAZ . All Rights Reserved.