Call Us Today! 1.800.895.3254
[email protected]
Consulting & Advisory
Consulting / Advisory helps business and IT leaders make better decisions and turn strategy into execution-ready initiatives. Most engagements start with a Discovery Initiative to confirm outcomes, and build a roadmap.

Learn About Consulting
Data & AI
Data & AI delivers modern data platforms, analytics, and practical AI solutions—from assistants to agents—built on enterprise cloud tools. Integent helps you govern, deploy, and drive adoption so solutions stick and scale across your organization.
Learn About Data & AI
Support
Support keeps your solution stable, secure, and aligned with day-to-day operations. We combine functional and technical expertise with proactive monitoring, preventive maintenance, and 24/7 coverage for critical incidents.

Learn About Support
Microsoft Planner Premium
Leverage proven knowledge and experience to design and deploy Microsoft Planner Premium so your organization can manage projects, work, and resources more effectively across teams.
Learn More About Planner Premium
OnePlan
Integent can help you ensure continuity beyond Project Online by deploying OnePlan in the Microsoft Cloud—connecting portfolio governance, resources, and delivery execution for results.
Learn More About OnePlan
Microsoft Dynamics 365
Ensure business continuity with a custom cloud solution that connects your sales, service, finance, and operations teams to deliver measurable, predictable results.

Learn More About Dynamics 365
Microsoft Power Platform
Consisting of Power BI, Power Apps, Power Automate and Copilot Studio, the Microsoft Power Platform helps streamline and improve business functions.

Learn More About Power Platform
About Integent
Integent was founded in 2009 on the principles of building long-lasting relationships with customers, exceeding expectations, and providing outstanding customer service. 

We’re dedicated to providing a customized solution backed by our knowledgeable team of Microsoft experts.
Discover What Makes Us Different
Insights
Explore practical insights on project portfolio management, Data & AI, Microsoft cloud solutions, and business transformation. Our experts share guidance to help organizations improve governance, reporting, automation, and decision-making.
Discover More
Videos
Watch practical training videos, product walkthroughs, and expert demos covering modern project management, analytics, automation, and Microsoft business applications.

Browse Our Training Video Library
News
Stay informed on Integent’s latest company updates and other important industry information. Our passion is customer success.
Read The Latest News

January 21, 2012

Cancel Delegate Session in Project Server 2010 via SQL Statements

I recently had a client in a situation where they started a delegate session as another user, however, that other user was not assigned to any security groups within Project Web App.  Obviously this caused an issue as the user could no longer access PWA.  Simply logging in as another use and delete the delegate does not resolve this either.  The correction is easy, provided you are not weary of running update statements against your published database.  In a nutshell, there is a field in the MSP_PROJECTS table named RES_ACTING_AS_UID.  This field gets populated with a UID of the DELEGATION being used which is located in the MSP_RESOURCE_DELEGATIONS table.  To cancel the delegation, you merely set the RES_ACTING_AS_UID field to null.  Here’s a simple process to do so:

Locate the user record assigned to the delegation as follows:

SELECT RES_UID, RES_ACTING_AS_UID from MSP_PROJECTS where RES_NAME like ‘%resourceLastName%’

Make note of the value in the RES_ACTING_AS_UID field.  if there is no value, then this resource is not currently acting as a delegate.  If there is a value and this person IS having issues you can set this value to NULL, which will cancel the delegation.  Do so as follows (you will need the RES_UID field from above:

UPDATE MSP_RESOURCES SET RES_ACTING_AS_UID = NULL WHERE RES_UID = RES_UID

When you run into problems like this, it can be difficult to find the answers you are looking for. MS Project Now! can help minimize your down time with our expert support services.

© Copyright 2026 | Integent.com | All Rights Reserved
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram