Select * from member
SELECT m.* FROM Member m inner JOIN Party p ON m.PartyID = p.PartyID
SELECT m.[*] FROM dbo.Member m inner JOIN dbo.Party p ON m.PartyID = p.PartyID
Tips and how-to guides for Redgate products
Ask, discuss, and solve questions about Redgate's tools
Meet us at an event, get sponsored, and join our Friends of Redgate
In-depth articles and opinion from Redgate's technical journal
Comments
Could you kindly let us know the steps to replicate this issue and also using which functionality of SQL Refactor generates this error?
Please make a note that above details will help us to investigate further.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
It only happens when you do a join to another table
e.g. is Ok but becomes (when you qualify it)
We have logged this issue in our internal tracking system [SR- 846] and will be addressed in our future release.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com