Viewing 11 posts - 1 through 12 (of 12 total)
Brian, jay,
thanks for your help
Tom
June 17, 2003 at 8:59 am
Thanks Jay,
It seems there is no easy way.
Tom
June 17, 2003 at 8:17 am
Yes, there are values.
But has that fact anything to do with a syntax error?
June 17, 2003 at 8:08 am
Still same error (syntax error!)
Tom.
June 17, 2003 at 7:54 am
There is no identity on that column nor any other column in the table
Syntax:
alter table HO_categorie
alter column p_cat int not null identity(1,1)
Server: Msg 156, Level 15, State 1,...
June 17, 2003 at 7:25 am
This is my problem:
I have an existing table, in that table there is a integer type column.
I want to set the indentity to on, on that column with a script.
When...
June 17, 2003 at 7:18 am
I get an error: incorrect syntact near identity. The problem is that 'identity(seed, increment)' can only be used to define a identity column. Or am I wrong.
Best regards Tom
June 17, 2003 at 6:50 am
I try'd that but whatif you want to switch it back on?
June 17, 2003 at 6:37 am
OK, but the column is also used as primary key, and is a part of a foreign key. I just wondered if there is an easy way...
June 17, 2003 at 6:34 am
Thanks Andy,
Had to look up BCP, I had never used it before
Tom
March 4, 2003 at 7:23 am
Viewing 11 posts - 1 through 12 (of 12 total)