In SQL server 2008 I have a hierarchical field (hierarchyid). How do I change its value or insert new row when using SQL Server Management Studio "edit rows" command? Is there a textual representation that will be converted to an ID?
Yes, I know I could do it using a query, but I would like to manually enter it as TEXT using the studio editor.
Thanks!