You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Anyone know how/if PD supports persisted calculated columns in SQL2005? If I create a table (like below) and reverse it, it doesn't reverse the 'PERSISTED' decoration.
CREATE TABLE [dbo].[Table_1](
[c1] [nchar](10),
[c2] [nchar](10),
[c3] AS ([C1]+[C2]) PERSISTED
)
Matt Creason
unread,
Aug 30, 2007, 11:59:11 AM8/30/07
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Doesn't look like it. You can either modify the xdb or better yet call TechSupport and have them since this is a standard, yet little known, feature of SQLServer 2005.