M
Moff
Hello,
My question is : How can I replace a primary key of type nvarchar width 65
by something smaller ou more rapid ? I'm using SQL server 2005 Express
edition in an Access 2007 project.
The structure is :
1 table "video" with the field video_name (primary key)
1 table "actor" with the field actor_name (primary key)
and to link the 2 tables (many-many relation) :
1 table "casting" with 2 fields casting_actor_name and casting_video_name.
These 2 fields are the primary key.
Thanks !
My question is : How can I replace a primary key of type nvarchar width 65
by something smaller ou more rapid ? I'm using SQL server 2005 Express
edition in an Access 2007 project.
The structure is :
1 table "video" with the field video_name (primary key)
1 table "actor" with the field actor_name (primary key)
and to link the 2 tables (many-many relation) :
1 table "casting" with 2 fields casting_actor_name and casting_video_name.
These 2 fields are the primary key.
Thanks !