Counter as GUID.

C

Clive Mizen

I solved my earlier problem of how to define a column as Replication Id -
it's actually a field type of GUID.

But now I would like to alter a column to AutoNumber - type Replication Id

The following 2 pieces of DDL both work - but how do I combine the 2
requirements ?

1. ALTER TABLE table1 ALTER COLUMN AppId COUNTER;
2. ALTER TABLE table1 ALTER COLUMN AppId GUID;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top