Viewing 7 posts - 1 through 7 (of 7 total)
Hi Lynin,
Thank u very much for ur quick reply,
i want different primary keys for fname and lname,
here my requirement is :
FK- FName should be FK of Users.FName
FK- LName should be...
March 23, 2012 at 1:07 pm
Hi Stewart,
It is working, Thanks for ur quick reply.
Thank's
Sandeep.
March 20, 2012 at 6:23 am
Thank you very much i gain good knowledge with support of you.
March 16, 2012 at 2:55 am
Hi Sam,
i did a mistake there,
first i created clustered Index on eno column
again now i'm trying to add the pk on eno column that is the reason it's...
March 10, 2012 at 4:53 am
Hi Sam,
table doesn't have any null value.
i have used below code,
alter table index1
alter column eno int not null
go
alter table index1
add constraint xafd_314 primary key (eno)
Thank's
Sandeep.
March 9, 2012 at 12:24 am
Hi SAM,
Thank you for your quick reply,
even that table not allowing to add not null constraint,
here eno column having five rows of data .
Thank's
Sandeep
March 8, 2012 at 11:40 pm
Thank u my dear it is working.
Thank's
Sandeep
March 8, 2012 at 10:13 am
Viewing 7 posts - 1 through 7 (of 7 total)