PB12.5
MS SQL SERVER
a Dw with the identity column running on POWERSERVER give the following error
select max(identitycol) from table invalid column name identitycol
the sql is not written anywhere in our code (not PB nor Trigger/store procedure)
please any advice on how to solve the issue.
Regards.
Andres
The other bug is that PowerServer is apparently doing select max() instead of getting the identity value via SQL Server's function for this
I've been trying duplicate the issue regarding the wrong default identity column setting in Rows->Update Properties... I verified using native driver with 11.5, 12.5, 12.6 or 2017, but I have never seen it defaults to anything but (none) if the table itself doesn't has an identity column.Please kindly let us know how do you reproduce the issue. Thanks very much!
Regards,
Tom Jiang