second question:
Here is the SQL Code
I know I can create sequences by using SQL Code
but I love using GUI Table Design
my question is
How can I build sequence in design time
(not the IDENTITY )
CREATE TABLE [MyTable]
(
[ID] [bigint] PRIMARY KEY NOT NULL DEFAULT (NEXT VALUE FOR...