Activity overview
Latest activity by M. Haar
Hi Aaron Law,
Just wanted to let you know the fix works! [image]
Thanks!
Marco. / comments
Hi Aaron Law,
Just wanted to let you know the fix works!
Thanks!
Marco.
Hi Aaron Law,
Thanks for the quick response and even quicker resolution! I will install the update this evening and will let you know if that worked for me.
Marco. / comments
Hi Aaron Law,
Thanks for the quick response and even quicker resolution! I will install the update this evening and will let you know if that worked for me.
Marco.
Aliases not working when setting variable
When you want to assign a value to a variable with the SET option then the the table name won't get an Alias.
Like:DECLARE @PersonID INT
SET @PersonID = ( SELECT [Id] FROM [Dbo].[Person].....)
I...