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
object required error
pinging devices on ipsec tunnel
How to simultaneously send and recv data from a single socket?
Access 2010 option button value
printer driver
Clearing a submit form once submitted
Operation Must Use an Updateable Query
Clear out calendar box in raddatepicker using javascript and postback
Good free network Management software
Can I copy a SQL agent job (2008) from one server to another?