18
votes
Insert Update stored proc on SQL Server
Your assumption is right, this is the optimal way to do it and it's called upsert/merge.
…
0
votes
SQL Table Aliases - Good or Bad?
Aliases are required when joining
tables that columns with identical
names.
@Juha:
Not necessarily aliases but at least table prefixes are required …
