Viewing 3 posts - 1 through 3 (of 3 total)
Found the problem.
The alias was RescAddOn, so it had to be like that instead of RescAddon.[something].
It needed to be exactly the same, case sensitive.
April 12, 2007 at 7:49 am
#700068
Is this ok?
CREATE
TABLE [dbo].[AOATTRIBUTESCAP](
[fdAddOnID] [int]
NOT NULL DEFAULT
April 12, 2007 at 5:24 am
#700012
1. dbo is owner
2. I removed the that join
3. no 'r' at the end is correct.
4. changed it as you suggested.
Still the same issue.
Further information:
The example I have given is...
April 12, 2007 at 4:14 am
#699998