Microsoft
Software
Hardware
Network
Question : SQL
how to create a unique identifier for varchar?
e.g my name must not be entered into a database more than once?
i already have a primary key, do i have to use scripts?
coz i can't find a way of doing so?
plz help?
Answer : SQL
you can run this kind of t-SQL
1:
CREATE UNIQUE INDEX IDX_UNIQUE_NAME ON yourtable_name ( your_field_for_name )
Random Solutions
TRY and CATCH
Saving Hosts File on iMac OSx
how to do selective sorting based on contents of a column
new keyboard not recognised before logon
XP runs slow error 0XC000005e,The Security System detected an attempted downgrade attack for server
Changing Server Name with Exchange 2010 Installed
Cant install fonts on a Mac
PayPal with CreditCard
Transaction in entity framework
Visual Studio 2010 ASP.NET 4.0 not registered error