Rename field bug
DanAvni
Posts: 72 Bronze 2
in SQL Prompt
The rename field generated this sql while renaming RequestId to RequestIdXXX
CREATE NONCLUSTERED INDEX [IX_RequestID] ON [dbo].[EmployeeTimeSheet] ([RequestIDXXX]) WHERE ([RequestId] IS NOT NULL) ON [PRIMARY]
In it the where clause was not updated with the new name of the field
CREATE NONCLUSTERED INDEX [IX_RequestID] ON [dbo].[EmployeeTimeSheet] ([RequestIDXXX]) WHERE ([RequestId] IS NOT NULL) ON [PRIMARY]
In it the where clause was not updated with the new name of the field
Dan Avni
Tagged:
Answers
Thanks for reporting this issue!
I've reproduced it and escalated it to the development team. I'll keep you posted.
Tianjiao Li | Redgate Software
Have you visited our Help Center?
Tianjiao Li | Redgate Software
Have you visited our Help Center?
Our apologies for the inconvenience caused.
Tianjiao Li | Redgate Software
Have you visited our Help Center?