This is a discussion on sp_helprotect COLUMN has NULL value within the SQL Server forums, part of the Microsoft SQL Server category; --> Does anyone know what it means when i see some records returned that have their COLUMN value as NULL? ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Does anyone know what it means when i see some records returned that have their COLUMN value as NULL? I investigated a little to see if they are somehow related to orphaned users but I don't believe they are. What else would cause this column to be NULL? And it seems they are all MSP related. Maybe this is a Project Server bug? Here's one sample: Owner dbo Object MSP_WEB_FN_SEC_GetAllProjectsResCanViewByViewID Grantee MSProjectServerRole Grantor dbo ProtectType Grant Action Select Column NULL Thank you |
| ||||
| serge (sergea@nospam.ehmail.com) writes: > Does anyone know what it means when i see some > records returned that have their COLUMN value > as NULL? > > I investigated a little to see if they are somehow > related to orphaned users but I don't believe they > are. What else would cause this column to be NULL? > > And it seems they are all MSP related. Maybe this is > a Project Server bug? I don't have Project Server installed. But if you want to dig further "sp_helptext sp_helprotect" can keep you busy a little while. :-) -- Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/pro...ads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodinf...ons/books.mspx |