Hi all,
Is there any way to add a unique key field to a Select...Into statement? I know I can use the newId() syntax but this creates a huge string.
Select newId() IdKey , * INTO ixvJCSOURCE from ixvJCTrans
I just want an incrementing unique number. I am trying to avoid a Stored procedure or using the Insert Into command.
Any ideas?
Thanks,
MDA
Is there any way to add a unique key field to a Select...Into statement? I know I can use the newId() syntax but this creates a huge string.
Select newId() IdKey , * INTO ixvJCSOURCE from ixvJCTrans
I just want an incrementing unique number. I am trying to avoid a Stored procedure or using the Insert Into command.
Any ideas?
Thanks,
MDA