| Author |
Message |
dineshasanka
Joined: 11 Jul 2005 Posts: 166 Location: Colombo Sri Lanka
|
Posted: Wed Apr 16, 2008 1:33 pm Post subject: Multiple columns as unique |
|
|
| There is no way that you can specify multiple columns as unique. However, if you can define this unique key constraint from the database end, data generator tool will treat multiple columns in the unique key constraints and generate data accordingly. For example, if I need to set both FirstName and LastName as unique constraints there is no way of doing this,unless I create unique key constraint from the database side |
|
| Back to top |
|
 |
benhall
Joined: 14 Dec 2007 Posts: 98
|
Posted: Wed Apr 16, 2008 2:53 pm Post subject: |
|
|
Hi Dinesh,
Thank you, it's an interesting idea. If I understand you correctly, you want to manually specify a multi-column unique constraint via the UI?
In the database it would be something like this:
CREATE UNIQUE NONCLUSTERED INDEX [NC_Relationship11_TwoUniqueConstraints1] ON [dbo].[Relationship11_TwoUniqueConstraints] ([one], [two])
I like the suggestion, I will add it to the list and see what we can do for a future release.
Thanks
Ben |
|
| Back to top |
|
 |
dineshasanka
Joined: 11 Jul 2005 Posts: 166 Location: Colombo Sri Lanka
|
Posted: Thu Apr 17, 2008 6:11 am Post subject: |
|
|
| Yes that is exactly what I meant |
|
| Back to top |
|
 |
gvsoft
Joined: 19 Jul 2012 Posts: 16
|
Posted: Mon Oct 01, 2012 11:03 pm Post subject: |
|
|
| What happened to this requested suggestion? Did it get tossed out? Four years later, version 2.0.3.1 still doesn't have this capability. |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group