Viewing 5 posts - 1 through 6 (of 6 total)
rgillings (4/13/2009)
Could you post the original update command you were issuing which was causing the error?
UPDATE INVENTDIM SET INVENTBATCHID='L-092'
WHERE INVENTDIMID='IDN-008354'
April 13, 2009 at 10:28 am
Flo & Terry,
Thank you very much for your help and suggestions. The lightbulb went off after reading both of your last posts.
The whole time I was looking...
April 9, 2009 at 2:21 pm
Terry,
I'm sorry I really don't understand indexes very well. Consequently the script I inserted in my last post might as well have been in Chinese, it really doesn't mean...
April 9, 2009 at 1:17 pm
The context of the script is:
USE [LMC_AX4_Production]
GO
/****** Object: Index [I_698DIMIDX] Script Date: 04/09/2009 09:15:54 ******/
CREATE UNIQUE NONCLUSTERED INDEX [I_698DIMIDX] ON [dbo].[INVENTDIM]
(
[DATAAREAID] ASC,
[CONFIGID] ASC,
[INVENTSIZEID] ASC,
[INVENTCOLORID] ASC,
[INVENTLOCATIONID]...
April 9, 2009 at 8:18 am
Flo,
Thanks for the prompt response. Unfortunately the condition exists 42 times including my problem child. I don't believe the index is tied directly to the column I'm trying...
April 8, 2009 at 3:59 pm
Viewing 5 posts - 1 through 6 (of 6 total)