Hello,
I try to write a simple query joining syscolumns and sysobjects, and the code inserted by the tool looks like:
select * from [sys].[syscolumns] AS s inner join [sys].[sysobjects] AS s
Ooops: twice the same name for table aliases! I would defintely expect another name, be it as simple as
s2.
Regards,
Emmanuel
I try to write a simple query joining syscolumns and sysobjects, and the code inserted by the tool looks like: Ooops: twice the same name for table aliases! I would defintely expect another name, be it as simple as s2.
Regards,
Emmanuel